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 bird-chinese-community/BIRD.skills --skill bird-agentgit clone --depth 1 https://github.com/bird-chinese-community/BIRD.skillsWrote 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/bird-chinese-community/bird.skills/bird-agent)<a href="https://agentmods.dev/skills/bird-chinese-community/bird.skills/bird-agent"><img src="https://agentmods.dev/badge/skills/bird-chinese-community/bird.skills/bird-agent/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/bird-chinese-community/bird.skills/bird-agent"><img src="https://agentmods.dev/badge/skills/bird-chinese-community/bird.skills/bird-agent.svg" alt="Reviewed on agentmods" width="80" 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.00151 | $0.01334 |
| Opus 5 | $0.00076 | $0.00667 |
| Sonnet 5 | $0.00030 | $0.00267 |
| Haiku 4.5 | $0.00015 | $0.00133 |
Grade A, and why
bird-agent 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 11d 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 — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BIRD Config Agent
Use the current @birdcc/cli project model instead of treating every .conf file as BIRD.
Prefer parser-backed diagnostics and read-only discovery before changing a configuration.
Safety invariants
- Do not publish or commit unredacted BGP passwords, peer addresses, ASNs, communities, or
private route-policy details. Read
references/safety.mdbefore handling production material. - Do not write config files by default. Run formatting in check mode first. Pass
--write --confirmedto the wrapper only after the user explicitly authorizes the edit. - Treat
birdcc init --writeand--forceas writes. Start withbirdcc init . --dry-run --json. - Use
bird -p -c <file>for a read-only daemon parse check; do not start or reload BIRD unless the user explicitly requests the operational change. - Do not infer that a generic
.conffile is BIRD from its extension alone. Require a canonical name, an explicit project config, or parsed BIRD declarations.
Workflow
-
Run
uv run scripts/detect_bird_context.py --root .from the skill directory. Inspectproject_config, candidate files, installed tool versions, and the read-onlybirdcc_project_detectionreport. -
Read
references/project-config.mdwhen discovery is ambiguous, the repository has multiple routers, or no project config exists. Preferbird.config.json; acceptbirdcc.config.jsononly as a compatibility alias. -
Run diagnostics through the safe wrapper:
uv run scripts/run_birdcc.py lint <entry-file> --root .Add
--birdwhen the matching BIRD binary is available. Cross-file include analysis is enabled by the current CLI unless the project configuration disables it. -
Report every diagnostic with source path, line/column, code, severity, and a concrete fix. The current JSON result is an object containing
diagnostics, not a bare diagnostics array. -
For formatting, preview first:
What ships with it
20 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.
- .mcp.json 227 B
- agents/openai.yaml 381 B
- assets/logo-small.png 2.9 KB
- assets/logo.png 6.5 KB
- evals/evals.json 5.5 KB
- evals/fixtures/bird-unformatted.conf 147 B
- evals/fixtures/bird.conf 144 B
- evals/fixtures/cross-file/main.conf 44 B
- evals/fixtures/cross-file/peers.conf 122 B
- metadata.json 527 B
- plugin.json 554 B
- references/birdcc-ecosystem.md 5.7 KB
- references/cicd.md 718 B
- references/editors.md 742 B
- references/examples.md 1.6 KB
- references/project-config.md 3.3 KB
- references/safety.md 1.2 KB
- references/toolchain.md 3.0 KB
- scripts/detect_bird_context.py 7.4 KB runs code
- scripts/run_birdcc.py 7.0 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.
- 11d ago First seen · 116 lines · 151 tokens per session scan A 159c03672505
bird-agent is a skill published in the GitHub repository bird-chinese-community/BIRD.skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 151 tokens to every session and 1,334 once invoked, about $0.0008 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
bgp-registry-intel
BGP and registry intelligence — RPKI origin validation (is this announcement authorised?), RDAP registry ownership and abuse contacts, PeeringDB interconnection data, RIPEstat routing status and prefix visibility, RIPE Atlas anchors. Use when investigating an unfamiliar prefix or ASN, checking whether a BGP…
te-path-analysis
Cisco ThousandEyes — path visualization, BGP route analysis, outage investigation, instant tests, endpoint agent diagnostics. Use when tracing network paths hop-by-hop, investigating why a site is slow, analyzing BGP route changes, diagnosing an internet outage, or troubleshooting VPN from endpoint agents.
bgp-hijacking-concepts
Understand the mechanics of Border Gateway Protocol (BGP) Hijacking, where an attacker creatively manipulates Internet routing tables to intercept, monitor, or drop massive volumes of network traffic destined for legitimate Autonomous Systems (AS).
email-audit
Use when auditing a live domain's email authentication or spam-delivery problems involving DMARC, SPF, DKIM, BIMI, or MX; single-record drafts use bird validators.
bird-cli
Use when operating Bird through the bird CLI to preview or send messages, inspect or manage API resources, or onboard an account; excludes client development.
bgp-hijacking-concepts
Understand the mechanics of Border Gateway Protocol (BGP) Hijacking, where an attacker creatively manipulates Internet routing tables to intercept, monitor, or drop massive volumes of network traffic destined for legitimate Autonomous Systems (AS).