Quickly install curated OpenClaw skill packs. No more hunting for skills one by one.
curl -sSL https://raw.githubusercontent.com/Shinomiya-s/clawkit/main/install.sh | bashOr clone and install manually:
git clone https://github.com/Shinomiya-s/clawkit.git
cd clawkit
./install.sh# Install essential skills (recommended for new users)
clawkit install essential
# Install a specific profile
clawkit install --profile developer
# List available skills and profiles
clawkit list
# Update installed skills
clawkit update
# Uninstall clawkit
clawkit uninstallEssential pack - stuff you'll probably want:
skill-vetter- check skills before installing (security)self-improving-agent- remembers your correctionsmcp-duckgo- web search via DuckDuckGodesktop-control- mouse/keyboard automation
Profiles:
developer- git helpers, code review, file toolsproductivity- weather, reminders, web fetchminimal- just the basics
- Tries to install from clawhub first (if available)
- Falls back to cloning from GitHub
- Copies skills to your
~/.openclaw/skills/directory - Updates your OpenClaw config if needed
- OpenClaw installed
gitandcurlavailable- Bash 4.0+
MIT