station AGENTS.md

station AGENTS.md is an instructions file for Codex, OpenCode from dualverse-ai/station. It costs 7,598 tokens per session, scanned B, original, Apache-2.0.

Operating instructions for Station, including a coding-agent checklist, project overview, setup guidance, and rules for handling live station data. They emphasize reading subsystem notes and checking actual definitions before editing.

In plain words
What is it for?
Use them when debugging or changing Station subsystems, configuration, commands, or live data, while verifying behavior against the code.
Why use it?
They help prevent changes based on guessed names or stale settings and protect live project state from accidental modification.

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/dualverse-ai/station/agents-md
Clone the repo
git clone --depth 1 https://github.com/dualverse-ai/station

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 station AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/dualverse-ai/station/agents-md.svg)](https://agentmods.dev/instructions/dualverse-ai/station/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/dualverse-ai/station/agents-md"><img src="https://agentmods.dev/badge/instructions/dualverse-ai/station/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 7,598 This file is loaded in full into every session.
When invoked 7,598 The same file — it is already loaded in full.
Security scan B 1 finding. 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.07598 $0.07598
Opus 5 $0.03799 $0.03799
Sonnet 5 $0.01520 $0.01520
Haiku 4.5 $0.00760 $0.00760

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

Security

Grade B, and why

station AGENTS.md scanned grade B with 1 finding 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt install ripgrep
AGENTS.md · 536 lines

How it starts

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

AGENT.md

This file gives Claude Code and other coding agents the current operating guidance for this repository.

First Principles

  1. Read the relevant docs before touching a subsystem. The example/doc/ folder contains subsystem notes. Use these as maintenance references, but verify against code when they disagree.
  2. Check runtime overrides. Defaults live in station/constants.py, but station_data/constant_config.yaml overrides them at import time. Always inspect both when behavior depends on configuration.
  3. Verify names and signatures before calling or editing. Use rg to find definitions and call sites. Do not infer parameter names, constants, action names, or YAML fields from memory.
  4. Treat station_data/ as live station state. Reading is allowed for debugging. Ask the user before modifying real station data unless the request explicitly asks for that modification.
  5. Stay inside the current station checkout unless asked otherwise. When debugging live station state, only read or write the current repository and its own station_data/ or station_multistart/ paths. Do not inspect sibling checkouts such as ~/station_2, ~/station_3, or other ~/station_* directories unless the user explicitly asks for a cross-station check or names that checkout.
  6. Keep disposable local probes in /tmp. Use tests/test_*.py, tests/debug_*.py, or tests/analysis_*.py only for files that should be visible to git. Use /tmp directly for generated API/debug snapshots, Sage/CAS probes, and other throwaway local test output.
  7. Use repository file helpers for persistent station data. Use station/file_io_utils.py for atomic YAML/text writes and safe directory creation.

Coding Agent Checklist

Before making code changes:

  1. Run git status --short and identify unrelated user changes.
  2. Read this file, then read the subsystem doc listed in the Documentation Map.
  3. Inspect station_data/constant_config.yaml when configuration affects the issue.
  4. Use rg to find the live implementation, constants, tests, and call sites.
  5. Decide which files are code, docs, tests, or live station state before editing.

Read the full file on GitHub · 536 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 · 536 lines · 7,598 tokens per session scan B c8c294ab0fdb

Subscribe to this mod's changes

station AGENTS.md is an instructions file published in the GitHub repository dualverse-ai/station (184 stars, last pushed 9d ago), licensed Apache-2.0. It adds 7,598 tokens to every session, about $0.0380 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.