/install modular-skill-groups
Modular Skill Groups
Manage skills as named groups — activate or deactivate entire groups at once to keep context clean.
Core Files
~/.openclaw/active_skill_group— stores the current active group nameSKILL_GROUPS.md(references/) — full group definitions and skill map
Quick Commands
# 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)
Available Groups
| 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 |
Always-Loaded CORE Skills
These load every session regardless of group: self-improving, proactivity, sub-agent-orchestrator, research-assistant, elite-longterm-memory, qdrant-memory
Adding a New Skill to a Group
- Install the skill:
clawhub install \x3Cskill-name> - Edit
references/SKILL_GROUPS.md - Add the skill to the appropriate group's skill list
Creating a New Group
- Add a new
## GROUP: namesection toreferences/SKILL_GROUPS.md - List the skills (or empty for minimal)
- Activate:
echo "name" > ~/.openclaw/active_skill_group
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install modular-skill-groups - After installation, invoke the skill by name or use
/modular-skill-groups - Provide required inputs per the skill's parameter spec and get structured output
What is Modular Skill Groups?
Organize and switch between named skill groups to keep context focused, list available groups, and manage skill assignments efficiently. It is an AI Agent Skill for Claude Code / OpenClaw, with 90 downloads so far.
How do I install Modular Skill Groups?
Run "/install modular-skill-groups" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Modular Skill Groups free?
Yes, Modular Skill Groups is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Modular Skill Groups support?
Modular Skill Groups is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Modular Skill Groups?
It is built and maintained by di5cip1e (@di5cip1e); the current version is v1.0.0.