技能详情(站内镜像,无评论)
作者:默水 @84191879
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.3
统计:⭐ 1 · 520 · 8 current installs · 8 all-time installs
⭐ 1
安装量(当前) 8
🛡 VirusTotal :良性 · OpenClaw :良性
Package:84191879/agent-group
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code and instructions are consistent with its stated purpose (creating and managing simple agent groups); it only reads/writes a local JSON file in the agent workspace and does not request credentials or perform network/exec actions.
目的
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.
说明范围
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.
安装机制
No install spec or external downloads. The skill is instruction-only plus a small local Python handler, so there is no installer risk.
证书
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.
持久
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.
综合结论
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_FIL…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Agent Group」。简介:极简多Agent群组 - 像微信拉群一样简单。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/84191879/agent-group/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: agent-group
description: 极简多Agent群组 - 像微信拉群一样简单
---
# Agent Group
- 建群 - 创建群组
- 拉xxx进群 - 添加Agent
- 群列表 - 查看成员
- 退群 - 解散