Install
openclaw skills install modular-skill-groupsOrganize and switch between named skill groups to keep context focused, list available groups, and manage skill assignments efficiently.
openclaw skills install modular-skill-groupsManage skills as named groups — activate or deactivate entire groups at once to keep context clean.
~/.openclaw/active_skill_group — stores the current active group nameSKILL_GROUPS.md (references/) — full group definitions and skill map# Switch to a different group
echo "group-name" > ~/.openclaw/active_skill_group
# List all groups and which is active
cat ~/.openclaw/active_skill_group
# Add a skill to a group (append to the group's skill list in references/SKILL_GROUPS.md)
| Group | Use when |
|---|---|
agent-builder | M.ai.K.R dev, Stripe, DB, onboarding, agent ops |
creative | Game AI, image/audio generation, multimedia |
research | Deep research, competitive analysis, web intelligence |
marketing | Outreach, email automation, lead generation |
minimal | Tight context — CORE skills only |
These load every session regardless of group: self-improving, proactivity, sub-agent-orchestrator, research-assistant, elite-longterm-memory, qdrant-memory
clawhub install <skill-name>references/SKILL_GROUPS.md## GROUP: name section to references/SKILL_GROUPS.mdecho "name" > ~/.openclaw/active_skill_group