← 返回 Skills 市场
Project Manager Agent
作者
austindixson
· GitHub ↗
· v0.1.0
337
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install project-manager-agent
功能描述
Monitors active sub-agents, detects stalls, provides status updates, and steers stuck agents via sessions_send.
安全使用建议
This skill appears to do what it says: it reads the local OpenClaw sessions.json (default ~/.openclaw/...) to detect stalled sub-agents, prints a summary/JSON, and asks the agent to call sessions_send to steer them. Before installing, confirm you are comfortable with the skill reading session files (which may contain transcripts or sensitive state) and writing a steer_state file under OPENCLAW_HOME/logs. If you plan to run it as a cron job, ensure the cadence and max_steer_per_run are appropriate so it doesn't spam sub-agents. Also verify that the agent invoking this skill has only the sessions_list/sessions_send privileges you intend. If you want to audit behavior, run the script locally once (with --json and inspect output) in an isolated environment to confirm it behaves as expected.
功能分析
Type: OpenClaw Skill
Name: project-manager-agent
Version: 0.1.0
The OpenClaw AgentSkills skill bundle is designed to monitor and steer sub-agents. The `SKILL.md` provides clear instructions for the agent to run the `project_manager.py` script, parse its JSON output, and use the `sessions_send` tool to interact with stalled sub-agents. The `scripts/project_manager.py` script reads OpenClaw's internal `sessions.json` to determine sub-agent status and manages its own state in `project-manager-agent.steer_state.json` within the OpenClaw logs directory. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or malicious prompt injection attempts. All actions are consistent with the stated purpose of a project management agent.
能力评估
Purpose & Capability
Name/description (monitor sub-agents, detect stalls, steer via sessions_send) aligns with the included script and config. The script reads a local sessions.json under OPENCLAW_HOME and outputs stalled session keys for the agent to call sessions_send — this is coherent with the declared purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided script and parse its JSON output, then call sessions_send for up to N keys. The script reads local session state (~/.openclaw by default) and writes a local steer_state log. Reading sessions.json is required for the stated functionality but may expose session/transcript data to whoever runs the skill — this is expected but worth noting.
Install Mechanism
No install spec (instruction-only skill with a shipped script). Nothing is downloaded or installed from external URLs.
Credentials
No credentials or special env vars are required. The script respects OPENCLAW_HOME (optional) and reads/writes only under that directory, which is proportional to its purpose.
Persistence & Privilege
always is false; the skill is user-invocable and may be run on a cron. It writes its own steer_state file under OPENCLAW_HOME/logs and does not modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install project-manager-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/project-manager-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Project Manager Agent v0.2.0 introduces proactive monitoring and management of sub-agents.
- Monitors active OpenClaw sub-agents and checks for stalls or failures.
- Detects sub-agents with stalled or aborted runs, using a configurable staleness threshold.
- Provides both human-readable and JSON status reports, including stalled session keys for automated handling.
- Supports steering of stuck agents via sessions_send, with cooldown tracking to prevent repeated actions.
- Adds detailed usage instructions for integrating monitoring and steering steps, as well as cron job setup.
元数据
常见问题
Project Manager Agent 是什么?
Monitors active sub-agents, detects stalls, provides status updates, and steers stuck agents via sessions_send. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。
如何安装 Project Manager Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install project-manager-agent」即可一键安装,无需额外配置。
Project Manager Agent 是免费的吗?
是的,Project Manager Agent 完全免费(开源免费),可自由下载、安装和使用。
Project Manager Agent 支持哪些平台?
Project Manager Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Project Manager Agent?
由 austindixson(@austindixson)开发并维护,当前版本 v0.1.0。
推荐 Skills