← 返回 Skills 市场
Subagent Tracker
作者
austindixson
· GitHub ↗
· v1.2.0
275
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install subagent-tracker
功能描述
Say "agent status" and get updates on all subagent progress. Track subagent actions while they run; list active subagents, status, and tail transcripts. Inst...
安全使用建议
This skill appears to do what it says: it reads your OpenClaw workspace files (sessions.json, runs.json, and per-session transcript JSONL files) to list and tail subagent activity. Before installing, consider: 1) those local files may contain sensitive transcripts or run metadata—only install if you trust the skill and its source; 2) SKILL.md example paths reference /Users/ghost and recommend cloning a GitHub repo — if you follow those manual install steps, verify the repository you clone; 3) the package itself does not contact external services or ask for credentials. If you want extra assurance, inspect the included scripts (scripts/subagent_tracker.py and scripts/test-subagent-tracker.sh) yourself before enabling the skill.
功能分析
Type: OpenClaw Skill
Name: subagent-tracker
Version: 1.2.0
The subagent-tracker skill is a legitimate utility designed to monitor and report the status of OpenClaw subagents. It functions by reading local session metadata and transcript logs from the OpenClaw workspace (e.g., sessions.json and .jsonl files). The Python script (subagent_tracker.py) and accompanying documentation (SKILL.md) contain no evidence of data exfiltration, network activity, or malicious execution. While the documentation includes hardcoded paths (e.g., /Users/ghost/...) and specific instructions for the AI agent's behavior, these appear to be configuration defaults or standard prompt engineering intended to ensure consistent reporting of agent progress rather than malicious prompt injection.
能力评估
Purpose & Capability
Name/description claim to list active subagents, show status, and tail transcripts is consistent with the included Python script and examples. The script reads sessions.json, runs.json, and per-session JSONL transcripts under OPENCLAW_HOME (~/.openclaw by default), which is exactly what this feature needs.
Instruction Scope
SKILL.md instructs running the included Python script and the test shell script; examples reference absolute user paths (e.g. /Users/ghost/...) and recommend cloning from GitHub or using ClawHub. Those absolute example paths are harmless but environment-specific; otherwise the runtime instructions stay within the stated scope (they only read OpenClaw session/run/transcript files).
Install Mechanism
There is no install spec in the package (instruction-only install). SKILL.md suggests installing ClawHub or cloning a GitHub repo; the skill bundle already contains the scripts so no automatic remote download is required. The suggestion to clone from GitHub is informational — not enforced — but be aware that following that instruction would fetch code from an external repo.
Credentials
The package declares no required environment variables or credentials. The code optionally honors OPENCLAW_HOME (reasonable) and otherwise reads files under the user's OpenClaw home (~/.openclaw). That file access is proportional to the skill's purpose (tracking subagents) but does mean the skill can read transcripts and run metadata stored locally.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false), does not modify other skills or global agent config, and contains no self-enabling logic. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install subagent-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/subagent-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- Adds detailed usage instructions and command examples for querying active subagents, viewing status, and tailing transcripts.
- Introduces new orchestration guidance: reply with a single summarized block of active subagents when users request status or progress.
- Documents a duplicate-prevention command (`check-duplicate`) to avoid starting the same task multiple times.
- Clarifies troubleshooting steps for cases where sub-agents appear to not return results in chat, including orchestrator recommendations.
- Expands benefit explanations and recommended scenarios, especially for power users handling multiple concurrent tasks.
- Emphasizes that the TUI does not show live subagent indicators—this skill is required for real-time subagent tracking.
元数据
常见问题
Subagent Tracker 是什么?
Say "agent status" and get updates on all subagent progress. Track subagent actions while they run; list active subagents, status, and tail transcripts. Inst... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 275 次。
如何安装 Subagent Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install subagent-tracker」即可一键安装,无需额外配置。
Subagent Tracker 是免费的吗?
是的,Subagent Tracker 完全免费(开源免费),可自由下载、安装和使用。
Subagent Tracker 支持哪些平台?
Subagent Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Subagent Tracker?
由 austindixson(@austindixson)开发并维护,当前版本 v1.2.0。
推荐 Skills