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/teamwiseflow/xiaobei/published-tracknpx skills add TeamWiseFlow/xiaobei --skill published-trackgit clone --depth 1 https://github.com/TeamWiseFlow/xiaobeiWhat 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.00066 | $0.03184 |
| Opus 5 | $0.00033 | $0.01592 |
| Sonnet 5 | $0.00013 | $0.00637 |
| Haiku 4.5 | $0.00007 | $0.00318 |
Grade A, and why
published-track scanned grade A with 0 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 2d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
17 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.
- published-track.sh 2.7 KB runs code
- references/platform-constraints.md 3.5 KB
- scripts/check-login.ts 1.8 KB runs code
- scripts/check-published.sh 1.6 KB runs code
- scripts/fetch-and-update-metrics.sh 18 KB runs code
- scripts/fetch-retro-data.ts 13 KB runs code
- scripts/fetch-xhs-with-xsec.ts 13 KB runs code
- scripts/get-xhs-user-id.sh 3.4 KB runs code
- scripts/init-db.sh 18 KB runs code
- scripts/migrate-v2.sh 3.4 KB runs code
- scripts/migrate-v3.sh 1.4 KB runs code
- scripts/query-pending.sh 2.5 KB runs code
- scripts/query.sh 3.3 KB runs code
- scripts/record.sh 6.4 KB runs code
- scripts/set-distribute-status.sh 3.2 KB runs code
- scripts/update-metrics.sh 5.4 KB runs code
- scripts/validate_content.py 8.5 KB runs code
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.
- 2d ago Changed 0360adda4229
- 2d ago First seen a5f6a2d78686
published-track is a skill published in the GitHub repository TeamWiseFlow/xiaobei (8,485 stars, last pushed 2d ago), with no licence file. It adds 66 tokens to every session and 3,184 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
normal-skill
A normal skill with a hyphen.
underscore-skill
A skill with an underscore.
root-skill
root skill.
a-b
conflicting skill 2.
coordinate-agents
Route Codex-native multi-agent orchestration in a Git repository through a local-first, recoverable Agent Bus. Use for role-based planning, task execution, review, recovery, adapters, and human-gated release workflows. The plugin supports Codex CLI, Google Antigravity CLI, Claude, and other configured coding agents.…
coordinate-task
Run a Coordinate Agents Task from requirement clarification through planning, implementation, review, and the human release gate. Hide Agent Bus transport details behind the durable Task API.