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 skills add harebeats/cannonball --skill kit-buscargit clone --depth 1 https://github.com/harebeats/cannonballWrote 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/harebeats/cannonball/kit-buscar)<a href="https://agentmods.dev/skills/harebeats/cannonball/kit-buscar"><img src="https://agentmods.dev/badge/skills/harebeats/cannonball/kit-buscar/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/harebeats/cannonball/kit-buscar"><img src="https://agentmods.dev/badge/skills/harebeats/cannonball/kit-buscar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium MCP Rug Pull · line 336 npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.Fix: Pin the version: npx @scope/[email protected]
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.00228 | $0.05159 |
| Opus 5 | $0.00114 | $0.02580 |
| Sonnet 5 | $0.00046 | $0.01032 |
| Haiku 4.5 | $0.00023 | $0.00516 |
Grade A, and why
kit-buscar 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 400 lines — stays where its author put it; the contents beside it link to each section on GitHub.
kit-buscar — o que já existe no acervo
Antes de qualquer comando: resolva o SKILL_DIR
Todo comando abaixo roda um script que viaja junto desta skill, em
SKILL_DIR/scripts/. Defina SKILL_DIR como o caminho absoluto da pasta que
contém ESTE SKILL.md que você acabou de ler — o seu harness informou esse caminho
no resultado da leitura. Funciona em qualquer hospedeiro, sem depender de variável
de ambiente de nenhum agente específico:
~/.claude/plugins/cache/cannonball/cannonball/<v>/skills/<nome>/SKILL.md
~/.codex/skills/<nome>/SKILL.md
~/.gemini/skills/<nome>/SKILL.md
~/.agents/skills/<nome>/SKILL.md
Em todos, SKILL_DIR é a pasta do SKILL.md, e SKILL_DIR/scripts/ está ao lado.
Antes de escrever qualquer hero, seção ou página, pergunte ao acervo. Gerar do zero o que já existe é desperdício e produz resultado pior que uma peça que já rodou em produção.
Primeiro: veja de que acervo estamos falando
O acervo é do usuário e muda. Ele pode estar vazio (instalação nova), ter dez peças ou ter milhares. Nada nesta skill afirma um número — quem afirma é o acervo:
python "${SKILL_DIR}/scripts/perfil.py"
Isso devolve, do estado atual: famílias e quanto cada uma tem, setores, stacks, cobertura por função, lacunas (função sem nenhuma peça), quantidade de armadilhas registradas e os avisos de saúde (asset morto, fonte não entregável).
Rode uma vez por conversa, na primeira busca. É o mapa; sem ele você chuta filtro.
O perfil.py termina com um bloco POR ONDE SEGUIR, que muda conforme o acervo:
numa instalação nova ele manda vincular a pasta antes de qualquer ingestão. Repasse
isso ao usuário — é o passo que, esquecido, deixa o material dele em ~/.cannonball
em vez da pasta que ele queria, e mover depois é trabalho manual.
python "${SKILL_DIR}/scripts/vincular.py" --para "<pasta do usuário>"
Se o perfil disser que o acervo está vazio, ou só com as peças de exemplo, diga
isso em uma linha e siga construindo do zero — mas ofereça guardar o resultado depois
com /kit-ingerir.
A partir da segunda peça a busca já começa a valer, e o acervo passa a melhorar
sozinho: cada ingestão aumenta o que esta skill encontra e afina o que a kit-cor e
a kit-tipo medem.
What ships with it
52 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/fundamentos-visuais.md 19 KB
- references/getlayers.md 8.5 KB
- references/higgsfield.md 4.6 KB
- references/motionsites-genjutsu-designdna.md 7.0 KB
- references/stack-animacao.md 7.1 KB
- references/stack-webgl-react.md 13 KB
- scripts/armadilhas.py 4.8 KB runs code
- scripts/assets.py 4.8 KB runs code
- scripts/buscar.py 9.4 KB runs code
- scripts/caminhos.py 6.4 KB runs code
- scripts/capturar.py 19 KB runs code
- scripts/cor.py 11 KB runs code
- scripts/curar.py 12 KB runs code
- scripts/fontes_licenca.json 19 KB
- scripts/indexar.py 10 KB runs code
- scripts/ingerir_design.py 6.7 KB runs code
- scripts/ingerir_mcp.py 7.6 KB runs code
- scripts/ingerir_projeto.py 10 KB runs code
- scripts/ingerir_registro.py 5.1 KB runs code
- scripts/ingerir.py 5.4 KB runs code
- scripts/lote.py 5.5 KB runs code
- scripts/normalizar.py 10.0 KB runs code
- scripts/painel.py 20 KB runs code
- scripts/perfil.py 10 KB runs code
- scripts/publicar.py 12 KB runs code
- scripts/receita.py 4.8 KB runs code
- scripts/relocalizar.py 6.0 KB runs code
- scripts/sinonimos.json 7.6 KB
- scripts/tags_funcao.py 5.8 KB runs code
- scripts/test_sinonimos.py 1.8 KB runs code
- scripts/tipo.py 22 KB runs code
- scripts/vincular.py 5.0 KB runs code
- seed/acervo/index.json 18 KB
- seed/acervo/ui/kit-agendamento/armadilhas.json 4.1 KB
- seed/acervo/ui/kit-agendamento/codigo/agendamento.css 8.0 KB
- seed/acervo/ui/kit-agendamento/codigo/Agendamento.tsx 13 KB
- seed/acervo/ui/kit-agendamento/codigo/regras.ts 4.8 KB runs code
- seed/acervo/ui/kit-agendamento/codigo/useAgendamento.ts 4.0 KB runs code
- seed/acervo/ui/kit-agendamento/item.json 1.7 KB
- seed/acervo/ui/kit-agendamento/README.md 6.2 KB
- seed/acervo/ui/kit-calendario/armadilhas.json 798 B
- seed/acervo/ui/kit-calendario/codigo/calendario.css 5.4 KB
- seed/acervo/ui/kit-calendario/codigo/Calendario.tsx 7.7 KB
- seed/acervo/ui/kit-calendario/codigo/useCalendario.ts 4.1 KB runs code
- seed/acervo/ui/kit-calendario/item.json 1.4 KB
- seed/acervo/ui/kit-calendario/README.md 3.9 KB
- seed/acervo/ui/kit-mapa/armadilhas.json 747 B
- seed/acervo/ui/kit-mapa/codigo/mapa.css 5.3 KB
- seed/acervo/ui/kit-mapa/codigo/Mapa.tsx 4.7 KB
- seed/acervo/ui/kit-mapa/item.json 1.6 KB
- seed/acervo/ui/kit-mapa/README.md 4.3 KB
- seed/LEIA.md 905 B
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.
- 3d ago Changed · +5 lines 1ae8ea7e4e1d
- 8d ago First seen · 395 lines · 228 tokens per session scan A 04641689965e
kit-buscar is a skill published in the GitHub repository harebeats/cannonball (9 stars, last pushed 4d ago), licensed MIT. It adds 228 tokens to every session and 5,159 once invoked, about $0.0011 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-31.
Other skills, from other repositories
extract-design
Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get…
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
omd-apply
A skill that applies a project's DESIGN.md file as visual and brand guidance for interface work. It covers components, colors, fonts, layout, copy, motion, and visual assets.
system-pitch
Write a design system investment pitch with a business case and ROI framing. Trigger when someone says: pitch the design system, make the case for the system, sell this to leadership, justify the investment, business case for design systems, why should we invest in a design system, or anything about building an…
ai-component-description
Generate AI-optimised text descriptions for components, formatted for Figma's MCP server and LLM consumption. This produces prose descriptions in a six-section format (purpose, props, anti-patterns, composition, accessibility, examples), NOT JSON schemas or structured data files. Trigger when someone says: write…
stakeholder-brief
Write a one-page stakeholder brief translating design system health or status into business language. Trigger when someone says: stakeholder update, exec brief, leadership summary, status report for leadership, system status for non-designers, write a brief for the business, or anything about communicating design…