klim agent skill
Skills are reusable prompts / playbooks an agent loads on demand.
klim agent skill enumerates them and lets you preview one without
launching the agent.
Subcommands
Section titled “Subcommands”klim agent skill listklim agent skill show --provider <p> <name>| Command | Description |
|---|---|
list | List every skill across providers. |
show | Print the body of a single skill (markdown / prompt text). |
| Flag | Description |
|---|---|
--provider | Limit to one provider. Required for show. |
--output | text (default), json, or yaml. |
Examples
Section titled “Examples”# List all detected skillsklim agent skill list
# Preview a specific skill's bodyklim agent skill show --provider claude-code summarize
# Just claude-code's skills, JSONklim agent skill list --provider claude-code --output jsonSee also
Section titled “See also”klim agent launch --skill <name>— open a session with a skill loaded.