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/aether-grid/openticker/agents-mdgit clone --depth 1 https://github.com/Aether-Grid/opentickerWhat 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.01204 | $0.01204 |
| Opus 5 | $0.00602 | $0.00602 |
| Sonnet 5 | $0.00241 | $0.00241 |
| Haiku 4.5 | $0.00120 | $0.00120 |
Grade A, and why
openticker 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 2d 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 — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Overview
This is a multi-crate Rust workspace for configurable spot-trading runtime orchestration. The codebase is architecture-driven and crate-separated, but several implementation-heavy crates are still internally monolithic. When working here, optimize for preserving crate boundaries while making the smallest correct change.
Workspace Commands
- Format:
make fmt - Format check:
make fmt-check - Check:
make check - Build:
make build - Test:
make test - Lint:
make lint - CI-style pass:
make ci
Cargo equivalents:
cargo check --workspacecargo build --workspacecargo test --workspacecargo lint
Useful operator commands:
- validate config:
cargo run -p openticker-cli -- validate-config --config-dir config - start service:
cargo run -p openticker-cli -- service run --config-dir config - run dashboard:
cargo run -p openticker-cli -- dashboard
Workspace Shape
Implementation crates live in crates/.
Important crate roles:
openticker-core: shared domain typesopenticker-config: config schema and validationopenticker-registry: build-specific registry and optional extension aggregationopenticker-signals: indicator contracts, shared helpers, and built-in indicatorsopenticker-strategy: signal-to-intent mappingopenticker-risk: pure risk policyopenticker-data: normalized market-data transformationopenticker-dataplane: always-on stream scheduler and in-memory bar retentionopenticker-execution: venue-neutral execution contractsopenticker-ledger: ownership accounting, reservations, and portfolio snapshotsopenticker-lane: extracted per-lane runtime state and lane-local DTOsopenticker-storage: runtime journaling and persistenceopenticker-connectors: venue adapters and connector registryopenticker-runtime: runtime composition rootopenticker-http: Axum control planeopenticker-cli: operator CLI and TUIopenticker-testkit: reusable test helpers
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.
- 2d ago First seen · 133 lines · 1,204 tokens per session scan A 67be96ad14f8
openticker AGENTS.md is an instructions file published in the GitHub repository Aether-Grid/openticker (10 stars, last pushed 1mo ago), licensed MPL-2.0. It adds 1,204 tokens to every session, about $0.0060 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
pinescript-plugin GEMINI.md
Gemini CLI instructions for jpantsjoha/pinescript-plugin, covering gemini.md — pinescript-plugin (always-on rules), the rule, do not guess parameter names, overloads are real and the language moves in both directions.
pinescript-plugin AGENTS.md
AGENTS.md instructions for jpantsjoha/pinescript-plugin, covering agents.md — pinescript-plugin (codex always-on adapter) and contract.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.