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 birdcc-installergit 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/birdcc-installer)<a href="https://agentmods.dev/skills/bird-chinese-community/bird.skills/birdcc-installer"><img src="https://agentmods.dev/badge/skills/bird-chinese-community/bird.skills/birdcc-installer/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/birdcc-installer"><img src="https://agentmods.dev/badge/skills/bird-chinese-community/bird.skills/birdcc-installer.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.00112 | $0.00850 |
| Opus 5 | $0.00056 | $0.00425 |
| Sonnet 5 | $0.00022 | $0.00170 |
| Haiku 4.5 | $0.00011 | $0.00085 |
Grade A, and why
birdcc-installer 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 12d 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 — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BIRD Tooling Installer
Detect the actual editor, separate syntax highlighting from language-server features, and use only verified upstream package and extension identities.
Safety
- Detection is read-only. Run
detect_ide.py --install --confirmedonly after showing the exact command and receiving explicit approval. - Do not claim a marketplace entry exists unless it is present in the upstream manifest or current registry.
- Do not use
dev.birdcc.idea; there is no verified native JetBrains plugin with that ID. Use the TextMate bundle workflow. - Prefer released marketplace packages and tagged Vim/Neovim repositories. Use local source builds only when the user explicitly wants development versions.
Workflow
-
If the editor is not named, run:
uv run scripts/detect_editor.py --root . uv run scripts/detect_ide.pyAdd
--include-hometodetect_editor.pyonly when home-directory signals are useful. -
Choose the capability:
- VS Code-like full language tooling →
birdcc.bird2-lsp; - TextMate highlighting →
birdcc.vscode-bird2-conf; - both → install both or the
birdcc.bird2-extension-pack; - Neovim/Vim highlighting →
BIRD.nvim/BIRD.vim; - Neovim LSP → additionally install
@birdcc/cliand wirebirdcc lsp --stdio; - JetBrains → import the TextMate bundle and use the CLI separately.
- VS Code-like full language tooling →
-
Read
references/editors.mdfor exact editor steps orreferences/cli.mdfor CLI installation. -
Show install → capability → verification. Do not list unrelated editors unless the user is choosing between them.
-
For blocked registries or air-gapped hosts, read
references/offline.md.
Bundled scripts
scripts/detect_editor.py— infer editor signals from the workspace, optional home config, andgit core.editor.scripts/detect_ide.py— detect installed VS Code-like and JetBrains applications, inspect the BIRD extension-pack state by default, and generate safe onboarding actions. Use--vscode-extensiononly when checking one specific component.scripts/check_cli.py— report the installedbirdccpath and version.
What ships with it
12 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.
- agents/openai.yaml 585 B
- assets/logo-small.png 2.9 KB
- assets/logo.png 6.5 KB
- evals/evals.json 4.2 KB
- metadata.json 817 B
- plugin.json 509 B
- references/cli.md 1.6 KB
- references/editors.md 4.8 KB
- references/offline.md 1.5 KB
- scripts/check_cli.py 2.3 KB runs code
- scripts/detect_editor.py 5.3 KB runs code
- scripts/detect_ide.py 18 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.
- 12d ago First seen · 84 lines · 112 tokens per session scan A f8a4aa9d20f1
birdcc-installer is a skill published in the GitHub repository bird-chinese-community/BIRD.skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 112 tokens to every session and 850 once invoked, about $0.0006 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
matlab
Build, review, migrate, and safely plan MATLAB or GNU Octave numerical workflows, including arrays, tabular/time data, tests, projects, graphics, MAT files, and explicit Python interoperability.
ast-grep
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…
platform-detection
Identify a .NET project's test platform, framework, command mode, and SDK-style vs classic project system. Use only for "which test platform/framework?", "VSTest or MTP?", or "what runner does this project use?", including bridge settings, UseVSTest opt-outs, and incompatible or conflicting VSTest/MTP configuration.…
unity-version-split
Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).
omh-rust
This is a Hermes-native rust workflow skill.
axiom-concurrency
Use when writing ANY async code, actors, threads, or seeing ANY concurrency error. Covers Swift 6 concurrency, @MainActor, Sendable, data races, async/await patterns.