#how do I add skills to my clawbot?

1 messages · Page 1 of 1 (latest)

vagrant pulsar
#

its running with discord, also has api key from this router api with kimi2.5 modell

dull terraceBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

runic moatBOT
#

Nice — if it’s already replying on Discord, you’re basically done with the “hard part”. Adding skills is independent of which model you’re using (Kimi/OpenRouter/etc). Skills are just folders with a SKILL.md that OpenClaw loads at session start.

Option A: Install an existing skill from ClawHub (easiest)

On the machine where the Gateway is running:

# (optional) find something
clawhub search "calendar"
clawhub search "home assistant"

# install into your OpenClaw workspace (default is usually ~/.openclaw/workspace)
cd ~/.openclaw/workspace
clawhub install <skill-slug>

Then verify OpenClaw sees it: