Agent Skills Quickstart
This guide takes you from zero to a working skill in about five minutes.Prerequisites
- Node.js 18 or later
- An AIsa account and API key — sign up at aisa.one (new accounts start with $2 free credit)
- At least one supported AI coding agent installed: Claude Code, Cursor, GitHub Copilot, Windsurf, Codex, Gemini CLI, or OpenClaw
Step 1: Install the AIsa CLI
Step 2: Authenticate
Step 3: Browse available skills
Step 4: Install a skill
Step 5: Use the skill
Open a new session in your agent (skills are loaded at session start, not mid-session). Then ask it to do something the skill handles:search skill description, loads the full SKILL.md instructions, and calls the AIsa search API using your key.
Step 6: Install multiple skills
Managing installed skills
Create your own skill
Scaffold a new skill from a template:my-skill/ folder with a pre-filled SKILL.md. Edit the name, description, and body to describe your capability. Then install it like any other skill:
What’s next
- Agent Skills — full catalogue with descriptions and GitHub links
- Standards — how SKILL.md files work and how to author your own
- Agent Skills vs custom skills — when to use a registry skill vs. building your own
- Questions? contact us