← 返回 Skills 市场
allenclove

Supervising Agents

作者 allenclove · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install supervising-agents
功能描述
Use when YOU are dispatching tasks to subagents (Agent tool, openclaw, parallel workers). You become the supervisor by default. This skill guides how to moni...
安全使用建议
This skill appears coherent and focused on supervising subagents. Before installing or using it: (1) confirm the agent platform's permissions for file system access and messaging so the skill's ls/wc/find and SendMessage probes only run where you expect; (2) avoid pointing checks at sensitive directories or broad globs; (3) tune check intervals and timeouts to avoid noisy/probing behavior that could trigger rate limits or accidental data exposure; (4) be aware README suggests copying SKILL.md into ~/.claude/skills or setting CLAW_SKILLS — those modify your user environment, so review before applying; (5) prefer human escalation for tasks involving sensitive data or credentials. If you want stronger assurance, provide runtime logs or a minimal example run so you can confirm the skill's behaviors in a safe environment.
功能分析
Type: OpenClaw Skill Name: supervising-agents Version: 1.0.0 The 'supervising-agents' skill provides a structured framework for an AI agent to manage and verify the work of subagents. It defines a 5-phase workflow (Prepare, Dispatch, Monitor, Intervene, Verify, Report) and uses standard system utilities like 'ls', 'wc', and 'grep' (in SKILL.md) to monitor file-based progress and validate outputs. The instructions focus on ensuring task accountability and preventing 'lazy' AI behaviors without any indicators of data exfiltration, unauthorized execution, or malicious intent.
能力评估
Purpose & Capability
The name/description (supervising dispatched subagents) matches the instructions: prepare a task, dispatch, actively monitor outputs, use SendMessage probes, verify files, and report. No unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
Instructions rightly include file-watching commands (ls, wc, find), agent API calls (SendMessage, dispatchAgent, checkOutput, read), and timeout/probe behaviors — all coherent for supervision. Note: the skill advises reading/checking files and issuing frequent probes; ensure checks target only task-specific directories and that platform permissions for file I/O and messaging are understood before use.
Install Mechanism
No install spec or downloadable code — instruction-only. The README suggests copying SKILL.md into a user skills directory or setting an env var, which is ordinary for an instruction-only skill.
Credentials
The skill declares no required env vars, credentials, or config paths. Suggested usage examples reference CLAW_SKILLS and a home-directory path (~/.claude/skills) in README, which are reasonable for installation instructions but do not demand secrets.
Persistence & Privilege
always is false and disable-model-invocation is false (normal). The skill does not request permanent/system-wide privileges or modify other skills' configs. It instructs runtime actions only; it does not persist any credentials itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supervising-agents
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supervising-agents 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 5-phase workflow for monitoring, intervening, and verifying subagents
元数据
Slug supervising-agents
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Supervising Agents 是什么?

Use when YOU are dispatching tasks to subagents (Agent tool, openclaw, parallel workers). You become the supervisor by default. This skill guides how to moni... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。

如何安装 Supervising Agents?

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

Supervising Agents 是免费的吗?

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

Supervising Agents 支持哪些平台?

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

谁开发了 Supervising Agents?

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

💬 留言讨论