#About the skills
1 messages ยท Page 1 of 1 (latest)
Hey! ๐ฆ Installing skills from ClawHub is straightforward:
Quick steps:
-
Install the CLI (if you haven't already):
pnpm add -g clawhub -
Search for a skill:
clawhub search "keyword" -
Install the skill:
clawhub install <skill-name>
- Start a new OpenClaw session to pick up the skill.
Example:
clawhub search "weather"
clawhub install weather
Skills are installed to ./skills in your workspace and will be loaded automatically in your next session.
๐ Full docs: https://docs.openclaw.ai/tools/clawhub
Can I install it with npm instead of pnpm ?