klim agents skills
Skills are reusable prompts / playbooks an agent loads on demand.
klim agents skills enumerates them and lets you preview one without
launching the agent.
Subcommands
Section titled “Subcommands”klim agents skills listklim agents skills 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 agents skills list
# Preview a specific skill's bodyklim agents skills show --provider claude-code summarize
# Just claude-code's skills, JSONklim agents skills list --provider claude-code --output jsonSee also
Section titled “See also”klim agents launch --skill <name>— open a session with a skill loaded.