agent-activity
Streams what the agent is doing into the room, as rows the desktop client renders in an **events drawer** above the composer (collapsed: avatar, pulsing dots,…
Analyze phone call observability data, detect problems, track them across calls, and recommend systematic repairs.
$ npx -y skills add sonichi/sutando --skill call-diagnostics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/call-diagnosticsContext preview
The summary Claude sees to decide when to auto-load this skill.
Analyze phone call observability data, detect problems, track them across calls, and recommend systematic repairs.
Analyze phone call observability data, detect problems, track them across calls, and recommend systematic repairs.
python3 $CLAUDE_CONFIG_DIR/skills/call-diagnostics/scripts/diagnose.py # last call python3 $CLAUDE_CONFIG_DIR/skills/call-diagnostics/scripts/diagnose.py --all # all calls + repair recommendations python3 $CLAUDE_CONFIG_DIR/skills/call-diagnostics/scripts/diagnose.py -t # show timeline python3 $CLAUDE_CONFIG_DIR/skills/call-diagnostics/scripts/diagnose.py -v # verbose (show detail) python3 $CLAUDE_CONFIG_DIR/skills/call-diagnostics/scripts/diagnose.py --all --tracker # generate HTML tracker + open
ALWAYS follow this workflow. Never skip steps.
1. **Diagnose**: run `--all --tracker` to see the full picture across all calls 2. **Identify persistent problems**: only fix issues that appear across multiple calls. Ignore one-offs. 3. **Find root cause**: ask "why does this happen?" not "how do I patch this instance?" 4. **Make ONE minimal fix**: prefer prompt over code, prefer removing code over adding. If >20 LOC, reconsider. 5. **Deploy and track**: restart servers, then monitor the next 3+ calls in the tracker 6. **Verify or revert**: if the issue count doesn't drop after 2-3 calls, revert and try a different approach 7. **Never modify source code for call tasks**: when a user asks to change something during a call (subtitle color, video edit), use runtime tools (ffmpeg, scripts), not code changes
When run with `--all`, analyzes patterns across all calls and recommends:
Each recommendation includes evidence (frequency, trend), priority, and specific fix instructions.
`--tracker` generates `/tmp/call-diagnostics-tracker.html` with: 1. Latest call timeline (color-coded) 2. Issue tracker table (last 5 calls, rows = specific tool issues) 3. Line chart (errors/warnings over time) 4. Repair recommendations (prioritized with evidence)
My AI Stand — Realtime by Day, Rewriting Itself by Night. Summon my AI superpower. Voice, vision, screen, meetings, calls when I'm engaged. Learns my patterns, ships its own code when I'm not. Runs across my Macs, interacts with people & their Stands.
Repo: sonichi/sutando
Streams what the agent is doing into the room, as rows the desktop client renders in an **events drawer** above the composer (collapsed: avatar, pulsing dots,…
Local Agent Registry — a standalone, dependency-free service that tracks running Claude Code (and other) agent instances. Agents self-register on startup and…
**Prefer the `ag2-space` MCP tools when they are connected and the room exposes them** — availability is per-room and per-actor, so check…
Deterministic final-answer normalizer — a last-step pass for any task that ends in a *precise* answer (a number, a short string, a comma-list). Applies the…
Transcribes audio files and voice notes to text via Gemini 2.5-flash. Integrates with Slack, Discord, and Telegram bridges so voice clips surface as readable…
Act back on the owner's Bee wearable — the TOOL half of the Bee integration (channels-vs-tools split). The Bee CHANNEL (ag2-sparrow's `sources/bee.py` watcher)…