← Back to Skills Marketplace
di5cip1e

Modular Skill Groups

by di5cip1e · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install modular-skill-groups
Description
Organize and switch between named skill groups to keep context focused, list available groups, and manage skill assignments efficiently.
README (SKILL.md)

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 name
  • SKILL_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

  1. Install the skill: clawhub install \x3Cskill-name>
  2. Edit references/SKILL_GROUPS.md
  3. Add the skill to the appropriate group's skill list

Creating a New Group

  1. Add a new ## GROUP: name section to references/SKILL_GROUPS.md
  2. List the skills (or empty for minimal)
  3. Activate: echo "name" > ~/.openclaw/active_skill_group
Usage Guidance
This looks safe to install if you want persistent skill-group switching. Review the predefined groups and remember that changing the active group affects future sessions until you switch it back. There is no evidence of data exfiltration, credential use, or hidden background behavior in the provided files.
Capability Analysis
Type: OpenClaw Skill Name: modular-skill-groups Version: 1.0.0 The modular-skill-groups bundle is a utility designed to manage and switch between different sets of skills to optimize the AI agent's context window. It uses simple bash scripts (activate-group.sh, list-groups.sh) to read from and write to local configuration files within the ~/.openclaw directory. The logic is transparent, lacks any signs of data exfiltration, obfuscation, or malicious execution, and aligns perfectly with its stated purpose of skill organization.
Capability Assessment
Purpose & Capability
The stated purpose is coherent with the artifacts: SKILL.md says it is used to "Organize, activate, and switch between modular skill groups". The notable effect is that it changes the agent's active skill context, which users should expect from this kind of skill.
Instruction Scope
The instructions are scoped to skill-group management, including the SKILL.md command `echo "group-name" > ~/.openclaw/active_skill_group`. This is purpose-aligned, but it modifies agent configuration until changed again.
Install Mechanism
There is no install spec or dependency installation, and the included helper scripts are simple local shell helpers rather than auto-executed install code.
Credentials
The environment access is limited to OpenClaw files: SKILL.md lists `~/.openclaw/active_skill_group` and `references/SKILL_GROUPS.md` as core files. This is proportionate, but it does touch persistent local configuration.
Persistence & Privilege
Persistence is explicit: SKILL.md says `~/.openclaw/active_skill_group` "stores the current active group name". No credentials, privileged account access, or background execution are shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install modular-skill-groups
  3. After installation, invoke the skill by name or use /modular-skill-groups
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: manage skills in named groups for modular activation and cleaner context. - Organize and switch between skill groups to keep the context window focused. - Includes commands for activating, listing, and modifying groups and skill membership. - Always-loaded core skills ensure essential functionality in all groups. - Documentation for onboarding new skills and creating custom groups.
Metadata
Slug modular-skill-groups
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments