Skip to main content
Install Bolna Skills in your project with a single command:
npx skills add bolna-ai/skills
This detects any Agent Skills-compatible assistants configured in your project and installs all 19 skills for each of them.

Install for a specific assistant

npx skills add bolna-ai/skills -a claude-code
See Supported AI Assistants for the full list of compatible tools beyond these three.

Install a single skill

If you only need one capability, install it by name instead of the full set:
npx skills add bolna-ai/skills --skill create-agent
Browse every skill name in the Skills Reference.

Next step

Once installed, connect your API key in Setup so your assistant can actually call the Bolna API.