thunderbird-cli AGENTS.md

thunderbird-cli AGENTS.md is an instructions file for Codex, OpenCode from vitalio-sh/thunderbird-cli. It costs 1,759 tokens per session, scanned A, original, MIT.

Repository instructions for thunderbird-cli, a project that provides a command-line tool and related connectors for controlling Mozilla Thunderbird, an email application. It explains what the project ships, how to set it up, and the conventions agents should follow when editing it.

In plain words
What is it for?
For developing the thunderbird-cli command-line tool, its local HTTP-to-WebSocket bridge, its MCP server, and its Thunderbird extension.
Why use it?
It gives a coding agent the project context and rules it needs before changing code, reducing setup mistakes and inconsistent edits.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/vitalio-sh/thunderbird-cli/agents-md
Clone the repo
git clone --depth 1 https://github.com/vitalio-sh/thunderbird-cli

Made for: Codex, OpenCode.

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 thunderbird-cli AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vitalio-sh/thunderbird-cli/agents-md.svg)](https://agentmods.dev/instructions/vitalio-sh/thunderbird-cli/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/vitalio-sh/thunderbird-cli/agents-md"><img src="https://agentmods.dev/badge/instructions/vitalio-sh/thunderbird-cli/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,759 This file is loaded in full into every session.
When invoked 1,759 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01759 $0.01759
Opus 5 $0.00879 $0.00879
Sonnet 5 $0.00352 $0.00352
Haiku 4.5 $0.00176 $0.00176

Measured 5d ago against content hash ab950a8e754d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

thunderbird-cli AGENTS.md 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 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.

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.

AGENTS.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md — thunderbird-cli

Repo guide for AI coding agents working in this codebase (Cursor, Cline, Codex CLI, Claude Code, Windsurf, Aider, etc.).

Looking for the end-user skill that teaches Claude how to use this tool? That's in skills/thunderbird-cli/. This file is about working on the code.

What this repo ships

Four published artifacts, one architecture:

Artifact What Where
thunderbird-cli tb CLI (38 commands) cli/ → npm: thunderbird-cli
thunderbird-cli-bridge Stateless HTTP↔WS proxy daemon bridge/ → npm: thunderbird-cli-bridge
thunderbird-cli-mcp MCP server (12 tools for Claude Desktop) mcp/ → npm: thunderbird-cli-mcp
Thunderbird WebExtension WS client inside Thunderbird extension/ → signed XPI on addons.thunderbird.net
AI Agent ─→ tb CLI      ─┐
                          ├─→ bridge daemon ─→ Thunderbird WebExtension ─→ messenger.* APIs → your accounts
Claude   ─→ tb-mcp MCP   ─┘      HTTP :7700          WebSocket :7701

Everything localhost-only. Thunderbird holds credentials; no creds pass through the agent.

Setup (before editing)

npm install                # installs workspace deps for cli/, bridge/, mcp/
npm test                   # 46 CLI/bridge integration tests
npm run test:mcp           # 34 MCP server tests
npm run bridge             # start bridge (needed for live tests; not for unit tests)

Node 20+ required. All three packages are ES modules ("type": "module").

Conventions you need to follow

Code style

  • ES modules throughout, "type": "module" in every package.json.
  • CLI framework: commander.js. Command definitions in cli/src/cli.js; HTTP client + formatters in cli/src/client.js.
  • Bridge: vanilla Node http + ws. Zero business logic — it's a UUID-correlated proxy. Don't add state.
  • MCP server: @modelcontextprotocol/sdk. Stdio transport. Reuses cli/src/client.js — don't re-implement the HTTP client in mcp/.
  • Extension: pure WebExtension (manifest_version: 2). No Experiment APIs. Compatible with Thunderbird 128+.

Read the full file on GitHub · 150 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. 5d ago First seen · 150 lines · 1,759 tokens per session scan A ab950a8e754d

Subscribe to this mod's changes

thunderbird-cli AGENTS.md is an instructions file published in the GitHub repository vitalio-sh/thunderbird-cli (40 stars, last pushed 1mo ago), licensed MIT. It adds 1,759 tokens to every session, about $0.0088 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-30.