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/johnlindquist/badger-2350-plugin/badger-quickstartnpx skills add johnlindquist/badger-2350-plugin --skill badger-quickstartgit clone --depth 1 https://github.com/johnlindquist/badger-2350-pluginWrote 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/johnlindquist/badger-2350-plugin/badger-quickstart)<a href="https://agentmods.dev/skills/johnlindquist/badger-2350-plugin/badger-quickstart"><img src="https://agentmods.dev/badge/skills/johnlindquist/badger-2350-plugin/badger-quickstart.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.1 | $0.00065 | $0.04155 |
| Opus 5 | $0.00032 | $0.02077 |
| Sonnet 5 | $0.00013 | $0.00831 |
| Haiku 4.5 | $0.00006 | $0.00415 |
Grade D, and why
badger-quickstart scanned grade D 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo apt update Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
mpremote rm -rf :/system/apps/my_app 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 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 · 588 lines · 65 tokens per session scan D 6d08b7a89a53
badger-quickstart is a skill published in the GitHub repository johnlindquist/badger-2350-plugin (8 stars, last pushed 10mo ago), with no licence file. It adds 65 tokens to every session and 4,155 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it D with 2 findings (asks for root, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ruview-quickstart
Onboarding and first-run for RuView (WiFi-DensePose) — Docker demo with simulated data, repo build, and the fastest path to a live sensing dashboard. Use when someone is new to RuView or wants the shortest path to "it works on my machine".
onboard
Zero-to-sensing path picker for RuView (WiFi-DensePose) — pick docker-demo, repo-build, or live-esp32 and run the next concrete step.
doca-programming-guide
Use this skill when the user is writing their first DOCA app or asking a library-agnostic programming question — picking a shipped sample to copy and modify, wiring the canonical pkg-config doca-{library} + meson build (or FFI from Rust / Go / Python against the public C ABI), walking the cfg-create → init → start →…
triton-ascend-optimization
Triton Ascend 性能优化通用策略: BLOCKSIZE 选择 (1024-2048 for elementwise, must be <65536), grid configuration (use VECCORENUM / CUBECORENUM, 2D/3D grid for matmul / conv / reduce, 1D grid + inner loop for elementwise / pointwise), 256B alignment for memory transfers, autotune block-size patterns, fp16 / fp32 precision…
devin-akin-perspective
Devin Akin 视角 — CWNP 联合创始人 / CWNE 流派奠基 / Wi-Fi Vitae 播客主持 / Divergent Dynamics 创办人. 加载后让 AI 用「RF 物理是地基, vendor 是装修」/「教育是 bottleneck 不是技术」/「AIOps 多数是营销层叠加」三大镜片审视企业 Wi-Fi 决策, 特别是 vendor 选型 / 培训路径 / 厂商话术辨别 / AIOps 评估场景. 反 marketing 倾向 + 25 年 instructor 视角 + vendor-neutral 立场. 触发词: 「Akin 怎么看」「这个 vendor 培训值不值」「vendor…
design-logic-circuit
Design combinational logic circuits from a functional specification through gate-level implementation. Covers AND, OR, NOT, XOR, NAND, NOR gates; NAND/NOR universality conversions; and standard building blocks including multiplexers, decoders, half/full adders, and ripple-carry adders. Use when translating a Boolean…