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/duhuazhu/bugpack/bugpack-list-bugsnpx skills add duhuazhu/BugPack --skill bugpack-list-bugsgit clone --depth 1 https://github.com/duhuazhu/BugPackWrote 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/duhuazhu/bugpack/bugpack-list-bugs)<a href="https://agentmods.dev/skills/duhuazhu/bugpack/bugpack-list-bugs"><img src="https://agentmods.dev/badge/skills/duhuazhu/bugpack/bugpack-list-bugs.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.00068 | $0.00332 |
| Opus 5 | $0.00034 | $0.00166 |
| Sonnet 5 | $0.00014 | $0.00066 |
| Haiku 4.5 | $0.00007 | $0.00033 |
Grade A, and why
bugpack-list-bugs 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 4d 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.
What it actually says
BugPack - List Bugs
Query the BugPack local server to list all tracked bugs.
Instructions
- Call
GET http://localhost:3456/api/bugsto fetch all bugs.- Optional query param:
?project_id=<id>to filter by project.
- Optional query param:
- Parse the JSON response. Each bug has:
id,title,description,status,priority,project_id,created_at,updated_at. - Present the list in a readable table format, grouped by status (
open/fixed/closed). - If no bugs are found, tell the user there are no tracked bugs.
Example
GET http://localhost:3456/api/bugs
Response:
{
"ok": true,
"data": [
{
"id": "abc-123",
"title": "Button click not working",
"status": "open",
"priority": "high",
"created_at": "2026-03-15T10:00:00Z"
}
]
}
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.
- 4d ago First seen · 43 lines · 68 tokens per session scan A 136fb1ef46e9
bugpack-list-bugs is a skill published in the GitHub repository duhuazhu/BugPack (31 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 332 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
meeting-transcript
Process meeting recordings and notes into structured decisions, action items, and team dynamics with intelligent noise filtering.
retro
CP-7 retrospective: audit checkpoints, evidence quality, action items, and harvest candidates. Closes the V-model cycle and feeds the next run. Use via /retro after ship, escalate, or significant session.
pad
Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.
pm-init
Skill "pm-init" from wei63w/pm-manager, covering user input, outline, 1. scaffold, 2. lifecycle and type and 3. detect spec kit (required).
fde
Keeps the engagement record for client work. Use when they name a client or stakeholder. Use when they debrief a meeting or paste notes. Use when they ask what was agreed. Use when they run a POC, change the client's codebase, prove it on their staging, go live, or need evals before a model acts. Use when they prep a…
pm-arch
Skill "pm-arch" from wei63w/pm-manager, covering user input, outline, done when and shared workflow (all /pm- commands).