Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/humanerd-drew/opencode-drewgent/agent-dashboard-cfnpx skills add humanerd-drew/opencode-drewgent --skill agent-dashboard-cfgit clone --depth 1 https://github.com/humanerd-drew/opencode-drewgentWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/agent-dashboard-cf)<a href="https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/agent-dashboard-cf"><img src="https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/agent-dashboard-cf.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.03510 |
| Opus 5 | $0.00000 | $0.01755 |
| Sonnet 5 | $0.00000 | $0.00702 |
| Haiku 4.5 | $0.00000 | $0.00351 |
Grade A, and why
agent-dashboard-cf scanned grade A with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Python urllib default UA blocked → set Mozilla UA: Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
# Pass to subprocess.run(env={**_EXTRA_ENV, **os.environ}) How it starts
The opening of the file, as written. The whole thing — 347 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Dashboard (Cloudflare Workers)
4-tab insight-driven dashboard. Load this skill when the user asks about the agent dashboard — adding features, fixing display issues, debugging pusher collectors, or expanding tab content.
Architecture
로컬 Mac (cron: 5min push) Cloudflare Worker
───────────────────────────── ──────────────────
pusher (agent_dashboard_push.py) src/index.js
├─ 23 collectors ├─ POST /api/push → KV(latest)
├─ system/launchd/kanban/ ├─ GET /api/status ← KV(latest)
├─ cron/network/vault/graph/ └─ GET / (static assets)
├─ errors/usage/models/brain/
├─ today/timeline/live/misc/
└─ session_details/provider/weekly → JSON → KV
Tab-Based Layout (Final)
HEALTH BANNER (green/yellow/red, issue count)
ACTIVITY ROW (Live dot + session IDs + elapsed + event count)
[Overview] [System] [Brain] [Usage]
Overview — 4 Hero cards (click→details) + Vault Graph (square, 1:1) + Kanban + Cron
System — 4 Hero cards + Services(PID) + Network(Ports) + Vault(layers) + Misc
Brain — 4 Hero cards + Models table + Skills categories + Providers + Gateway
Usage — 4 Hero cards + 7-Day Trend chart + Hourly chart + Events + Sessions + Errors
Design Principles
- Insight-first, not data-first. Every card answers "what should I know?"
- Tab-based depth. >15 sections → tabs. Single page = summary only.
- Live activity > static metrics. The live event stream from agent.log is the single biggest UX win.
- 15s full refresh. Gentle/DOM-preserving updates add complexity for marginal benefit.
- Error grouping. Group by message prefix, show count. Never repeat the same error 8 times.
Key Implementation Patterns
HTML Structure
<div id="status" class="loading">Connecting...</div>
<div id="content">
<div class="ar" id="activityRow"></div>
<div class="tabs">...</div>
<div class="page" id="p-overview">...</div>
<div class="page" id="p-system">...</div>
...
</div>
What ships with it
15 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/debug-infinite-loading.md 2.3 KB
- references/design-evolution.md 3.7 KB
- references/design-insight-evolution.md 2.8 KB
- references/error-grouping.md 1021 B
- references/health-errors-patterns.md 2.6 KB
- references/live-activity-collector.md 2.3 KB
- references/live-activity-monitor.md 2.9 KB
- references/model-usage-patterns.md 2.9 KB
- references/provider-fallback-debugging.md 1.4 KB
- references/pusher-parsers.md 2.7 KB
- references/readability-sizes.md 1.5 KB
- references/refresh-strategy.md 2.7 KB
- references/timeline-design.md 3.5 KB
- references/vault-git-cleanup.md 3.4 KB
- references/vault-wikilink-graph.md 2.2 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 347 lines · 0 tokens per session scan A 0d228014d85c
agent-dashboard-cf is a skill published in the GitHub repository humanerd-drew/opencode-drewgent (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,510 tokens. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…