terminal-browser AGENTS.md

terminal-browser AGENTS.md is an instructions file for Codex, OpenCode from zenbu-labs/terminal-browser. It costs 304 tokens per session, scanned A, original, MIT.

Repository-specific instructions for a terminal browser project. They guide a coding agent on comments, temporary files, and compatibility decisions.

In plain words
What is it for?
Use them when editing the terminal-browser codebase, especially when deciding how to comment code, share notes, or handle older users.
Why use it?
They help keep changes consistent with the project’s preferences and avoid unnecessary documentation or unclear comments.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

About the project

terminal-browser is a web browser that runs inside a terminal window, allowing pages to be viewed and controlled alongside command-line work. It is intended for developers and coding agents that need web access in the same terminal session, including when working over SSH. The catalogue add-ons help agents interact with the browser and use it as part of their workflow.

zenbu-labs/terminal-browser · 2,681 stars · on GitHub · terminal-browser.com

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/zenbu-labs/terminal-browser/agents-md
Clone the repo
git clone --depth 1 https://github.com/zenbu-labs/terminal-browser

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 terminal-browser AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zenbu-labs/terminal-browser/agents-md.svg)](https://agentmods.dev/instructions/zenbu-labs/terminal-browser/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/zenbu-labs/terminal-browser/agents-md"><img src="https://agentmods.dev/badge/instructions/zenbu-labs/terminal-browser/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 304 This file is loaded in full into every session.
When invoked 304 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.1 $0.00304 $0.00304
Opus 5 $0.00152 $0.00152
Sonnet 5 $0.00061 $0.00061
Haiku 4.5 $0.00030 $0.00030

Measured 6d ago against content hash 8e9d6d9d86b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

terminal-browser 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 6d 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 · 5 lines

What it actually says

  • Do not proactively write comments in code. We prefer code to be self explanatory. When we write comments its because there is something locally unintuitive that a future reader should know. But as we write code our goal is to make all code locally intuitive, removing the need for comments. If we ever do need to write comments, we never introduce jargon. Comments should be understandable to someone who was just dropped into the codebase for the first time. Comments should attempt to be concise, on average 1-2 lines. If you are writing a longer comment its likely there is a lot of useless information, which is bad because the information may become stale as the code changes
  • Do not leave random markdown files in the codebase that are meant to be some way to deliver information to me. If you want to write a markdown file write it in a temporary file, and give me the path and chat and I can read it
  • Never write code that is explicitly backwards compatible. Systems should handle backwards compatibility (like migrations), not logic. If there is some logic that needs to be written otherwise it would appear it would break older users, you MUST make the assumption that no users have ran that code yet and its unreleased, so it would not make sense to consider the side effects that code would produce. This is a safe assumption because the maintainers of this codebase always ensure code that gets shipped is compatbile with the systems that allow for us to not have to explicitly hardcode backwards compatibility
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. 6d ago First seen · 5 lines · 304 tokens per session scan A 8e9d6d9d86b1

Subscribe to this mod's changes

terminal-browser AGENTS.md is an instructions file published in the GitHub repository zenbu-labs/terminal-browser (2,681 stars, last pushed yesterday), licensed MIT. It adds 304 tokens to every session, about $0.0015 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.