← 返回 Skills 市场
di5cip1e

Modular Skill Groups

作者 di5cip1e · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install modular-skill-groups
功能描述
Organize and switch between named skill groups to keep context focused, list available groups, and manage skill assignments efficiently.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install modular-skill-groups
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /modular-skill-groups 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug modular-skill-groups
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Modular Skill Groups 是什么?

Organize and switch between named skill groups to keep context focused, list available groups, and manage skill assignments efficiently. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 Modular Skill Groups?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install modular-skill-groups」即可一键安装,无需额外配置。

Modular Skill Groups 是免费的吗?

是的,Modular Skill Groups 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Modular Skill Groups 支持哪些平台?

Modular Skill Groups 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Modular Skill Groups?

由 di5cip1e(@di5cip1e)开发并维护,当前版本 v1.0.0。

💬 留言讨论