ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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. Install for power users using the agent swarm.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/austindixson/subagent-tracker
Or

Subagent Tracker

Description

Say "agent status" and get updates on all subagent progress. Track subagent actions while they run; list active subagents, status, and tail transcripts. Install for power users using the agent swarm.

Subagent Tracker

Say “agent status” and get an update on all subagent progress—who’s running, what they’re doing, and when tasks complete. The TUI doesn’t show a live “sub-agent working…” indicator; subagent-tracker is how you see what your agent swarm is doing.


Installation

ClawHub: Update clawhub install and ClawHub links when the new ClawHub instance is live.

npm install -g clawhub
clawhub install subagent-tracker

Or clone: git clone https://github.com/RuneweaverStudios/subagent-tracker.git workspace/skills/subagent-tracker


Usage

  • User says: "agent status", "track subagents", "see what the sub-agent is doing", "show progress", "show subagent progress", "why didn't the agent come back", "sub-agent never responded"
  • After delegation: user wants a progress/loading-style view — run the tracker and summarize active subagents and recent tool calls
  • Debugging: sub-agent was assigned (e.g. "Using: Kimi k2.5") but no result showed in chat — list runs and sessions, tail transcripts, report what the sub-agent is doing or did
You sayWhat happens
"agent status"Orchestrator runs tracker, reports active subagents (Agent 1, Agent 2, … with Task X/Y and model).
"track subagents" / "show subagent progress"Same: list active subagents and optional status/tail for detail.
"what's the sub-agent doing?"Tracker list + summary; optionally status for a specific session.
"why didn't the agent come back?"Tracker shows what ran or is running; orchestrator can tail transcript and report.

Examples

List subagents active in the last 30 minutes:

python3 /Users/ghost/.openclaw/workspace/skills/subagent-tracker/scripts/subagent_tracker.py list --active 30

Status for a session (ID from list or runs.json):

python3 /Users/ghost/.openclaw/workspace/skills/subagent-tracker/scripts/subagent_tracker.py status e1e51315-9766-4604-85b4-58b9e96c39ef

Tail last 15 transcript events:

python3 /Users/ghost/.openclaw/workspace/skills/subagent-tracker/scripts/subagent_tracker.py tail e1e51315-9766-4604-85b4-58b9e96c39ef --lines 15

Run all tracker checks locally (list + status + tail on first active subagent):

/Users/ghost/.openclaw/workspace/skills/subagent-tracker/scripts/test-subagent-tracker.sh

Commands

From any cwd (e.g. TUI exec), use the skill path:

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-austindixson-subagent-tracker": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.