bird-agent

bird-agent is a skill for Claude Code, Codex from bird-chinese-community/BIRD.skills. It costs 151 tokens per session (1,334 once invoked), scanned A, original, MIT.

A coding assistant for BIRD, an open-source routing daemon that exchanges network routes, using the @birdcc toolchain.

In plain words
What is it for?
Use it to discover, lint, format, parse, and validate BIRD configuration files, filters, protocols, and include relationships.
Why use it?
It helps identify real BIRD projects, catch configuration errors, and inspect changes without accidentally starting or reloading a live routing service.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the bird-agent plugin — 1 skill, 1 MCP server shipped together

Good fit Use it to discover, lint, format, parse, and validate BIRD configuration files, filters, protocols, and include relationships.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bird-chinese-community/bird.skills/bird-agent
Install

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.

Any agent
npx skills add bird-chinese-community/BIRD.skills --skill bird-agent
Clone the repo
git clone --depth 1 https://github.com/bird-chinese-community/BIRD.skills

Made for: Claude Code, Codex.

Or install bird-agent, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote 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.

agentmods badge for bird-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/bird-chinese-community/bird.skills/bird-agent/github.svg)](https://agentmods.dev/skills/bird-chinese-community/bird.skills/bird-agent)
Your own site
<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.

agentmods 80×15 button for bird-agent

Your own site · 80×15
<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>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 159c03672505, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/detect_bird_context.py, scripts/run_birdcc.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

bird-agent/SKILL.md · 116 lines

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

  1. Do not publish or commit unredacted BGP passwords, peer addresses, ASNs, communities, or private route-policy details. Read references/safety.md before handling production material.
  2. Do not write config files by default. Run formatting in check mode first. Pass --write --confirmed to the wrapper only after the user explicitly authorizes the edit.
  3. Treat birdcc init --write and --force as writes. Start with birdcc init . --dry-run --json.
  4. 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.
  5. Do not infer that a generic .conf file is BIRD from its extension alone. Require a canonical name, an explicit project config, or parsed BIRD declarations.

Workflow

  1. Run uv run scripts/detect_bird_context.py --root . from the skill directory. Inspect project_config, candidate files, installed tool versions, and the read-only birdcc_project_detection report.

  2. Read references/project-config.md when discovery is ambiguous, the repository has multiple routers, or no project config exists. Prefer bird.config.json; accept birdcc.config.json only as a compatibility alias.

  3. Run diagnostics through the safe wrapper:

    uv run scripts/run_birdcc.py lint <entry-file> --root .
    

    Add --bird when the matching BIRD binary is available. Cross-file include analysis is enabled by the current CLI unless the project configuration disables it.

  4. 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.

  5. For formatting, preview first:

Read the full file on GitHub · 116 lines

Changes

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.

  1. 11d ago First seen · 116 lines · 151 tokens per session scan A 159c03672505

Subscribe to this mod's changes

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.

Related

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…

automateyournetwork/netclaw · 97 tokens

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.

automateyournetwork/netclaw · 60 tokens

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).

ShulkwiSEC/bb-huge · 53 tokens

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.

messagebird/bird-ai · 40 tokens

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.

messagebird/bird-ai · 32 tokens

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).

akashrpatil/awesome-offensive-security-skills · 53 tokens