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 agentmods add instructions/jaxhemopo/tg-cli-bridge/gemini-mdgit clone --depth 1 https://github.com/jaxhemopo/tg-cli-bridgeWrote 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/instructions/jaxhemopo/tg-cli-bridge/gemini-md)<a href="https://agentmods.dev/instructions/jaxhemopo/tg-cli-bridge/gemini-md"><img src="https://agentmods.dev/badge/instructions/jaxhemopo/tg-cli-bridge/gemini-md.svg" alt="Measured on agentmods" 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 | $0.00470 | $0.00470 |
| Opus 5 | $0.00235 | $0.00235 |
| Sonnet 5 | $0.00094 | $0.00094 |
| Haiku 4.5 | $0.00047 | $0.00047 |
Grade A, and why
tg-cli-bridge GEMINI.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 4d 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.
What it actually says
tg-cli-bridge — project context
Go binary. Bridges a Telegram bot to an agentic CLI (Gemini CLI, AGY, Claude Code, etc.).
Build & test
go build -o tg-cli-bridge ./cmd/tg-cli-bridge
go test ./...
go vet ./...
How it works
Each incoming Telegram message spawns the agent CLI once as a subprocess, captures stdout, and sends the response back. No persistent process. Session continuity via the CLI's own --resume / --continue flag.
Telegram message → rpc.Run(CLI --prompt "text") → parse stdout → Telegram reply
Key files
cmd/tg-cli-bridge/main.go— CLI subcommands (init, run, install, status, logs…)internal/bridge/bridge.go— main loop, Telegram update handling, status bubble, command dispatchinternal/rpc/rpc.go— subprocess execution, stdout streaming, progress callbacksinternal/output/output.go— ANSI stripping, prose/code classification, menu parsing,DiffSinceinternal/config/config.go— TOML config,KnownPresetsmap,UpdateCLIfor live switchinginternal/launchd/launchd.go— macOS LaunchAgent lifecycle
Config location
Default: ~/.config/tg-cli-bridge/config.toml
Required fields: [telegram].bot_token, [telegram].allowed_user_ids, [session].launch_command
Telegram commands (runtime)
/new, /switch <gemini|agy|claude>, /status, /yes, /help
Adding a new CLI
- Add to
KnownPresetsininternal/config/config.go - Add to
cliPresetsincmd/tg-cli-bridge/main.go - The CLI needs a headless flag (
--promptor--print) that prints output to stdout and exits
Working directory context
Agents load GEMINI.md (or CLAUDE.md) from working_dir at startup. Put tool documentation there — see examples/GEMINI.md.example for a Google Workspace example.
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.
- 4d ago First seen · 49 lines · 470 tokens per session scan A 06c3f8831f5c
tg-cli-bridge GEMINI.md is an instructions file published in the GitHub repository jaxhemopo/tg-cli-bridge (1 stars, last pushed 3mo ago), licensed MIT. It adds 470 tokens to every session, about $0.0024 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 instructions, from other repositories
kmux AGENTS.md
AGENTS.md instructions for kkd927/kmux, covering agents.md, kmux focus and test discipline.
agent-exporter AGENTS.md
Instructions for ihatenodejs/agent-exporter, covering development commands, example: bun run dev sync --provider opencode, creates compiled binary at dist/agent-exporter, then use: agent-exporter and architecture.
agent-exporter CLAUDE.md
Instructions for ihatenodejs/agent-exporter, a project described as: Export usage statistics from various harnesses.
sessionview AGENTS.md
AGENTS.md instructions for tyql688/sessionview, covering sessionview, commands, app / frontend, gates must pass under both feature sets: default (gui) and and --no-default-features --features headless.
gemini-cli-desktop AGENTS.md
Instructions for Piebald-AI/gemini-cli-desktop, a project described as: Web/desktop UI for Gemini CLI/Qwen Code. Manage projects, switch between tools, search across past conversations, and manage MCP servers, all from one multilingual interface, locally or remotely.
cc-use-exp general.instructions.md
Instructions for doccker/cc-use-exp, a project described as: ⛔ No longer maintained → dev-agent-kit/recipes 让 Claude Code、Antigravity、Gemini CLI、Codex、Cursor 开箱即用的分层配置模板,总结十多年的日常开发经验.