← 返回 Skills 市场
84191879

Agent Group

作者 默水 · GitHub ↗ · v1.0.3
cross-platform ✓ 安全检测通过
1248
总下载
1
收藏
12
当前安装
4
版本数
在 OpenClaw 中安装
/install agent-group
功能描述
极简多Agent群组 - 像微信拉群一样简单
使用说明 (SKILL.md)

Agent Group

  • 建群 - 创建群组
  • 拉xxx进群 - 添加Agent
  • 群列表 - 查看成员
  • 退群 - 解散
安全使用建议
This skill appears to do exactly what it says: manage simple agent groups and persist them to a single JSON file. It does not request secrets or perform network/command execution. Before installing, confirm that writing a file at /root/.openclaw/workspace/memory/agent-groups.json is acceptable in your environment (permissions, multi-tenant concerns, backups). If you run agents under a different user or path, you may need to adjust the DATA_FILE path. Otherwise the skill looks internally coherent and low-risk.
功能分析
Type: OpenClaw Skill Name: agent-group Version: 1.0.3 The skill bundle is benign. The `SKILL.md` contains clear, non-malicious instructions for the AI agent, without any prompt injection attempts. The `scripts/handler.py` code manages group data in a JSON file within the designated OpenClaw workspace (`/root/.openclaw/workspace/memory/agent-groups.json`). It properly sanitizes input by whitelisting agent names against a predefined dictionary, preventing any form of injection. There are no network calls, shell commands, or attempts to access sensitive system files or credentials.
能力评估
Purpose & Capability
Name/description (multi-agent group management) match the included code. The handler implements create/add/list/dissolve operations and a small built-in agent role map (AGENTS). No unrelated capabilities are requested.
Instruction Scope
SKILL.md contains only the required command list; the implementation only reads/writes a single JSON data file in the agent workspace and does not access other files, environment variables, or external endpoints.
Install Mechanism
No install spec or external downloads. The skill is instruction-only plus a small local Python handler, so there is no installer risk.
Credentials
The skill requires no environment variables, credentials, or config paths beyond writing a local JSON in the workspace. The requested access level is proportionate to its functionality.
Persistence & Privilege
The handler persists group state to /root/.openclaw/workspace/memory/agent-groups.json. This is expected for stateful group management, but note it creates and writes a file under /root—confirm this path matches your deployment and that persisted group data is acceptable to store there.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-group
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-group 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
修复
v1.0.2
修复目录结构
v1.0.1
极简多Agent群组
v1.0.0
极简多Agent群组,像微信拉群一样简单
元数据
Slug agent-group
版本 1.0.3
许可证
累计安装 12
当前安装数 12
历史版本数 4
常见问题

Agent Group 是什么?

极简多Agent群组 - 像微信拉群一样简单. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1248 次。

如何安装 Agent Group?

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

Agent Group 是免费的吗?

是的,Agent Group 完全免费(开源免费),可自由下载、安装和使用。

Agent Group 支持哪些平台?

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

谁开发了 Agent Group?

由 默水(@84191879)开发并维护,当前版本 v1.0.3。

💬 留言讨论