kapi skills install
kapi install [names...]Install the bundled skills into a .claude/skills directory.
--target project (default) → ./.claude/skills/<name>/SKILL.md --target user → ~/.claude/skills/<name>/SKILL.md
Pass skill names to install a subset; omit to install all.
Watch it
skills install needs network access, an API key, or local system access, so it can’t run in the browser playground.See the guides for a recorded run, or try it locally with the installed CLI.
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
| --color | string | auto | colorize JSON output: auto, always, never |
| --jq | string | filter JSON output through a jq expression (implies --json) | |
| --json | bool | false | Output in JSON format |
| --output-format | string | Output format: json, text | |
| --target | string | project | install scope: project or user |
| --text | bool | false | Output in text format (default) |
← Back to the Command Reference