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/deonmenezes/opentradex/agents-mdgit clone --depth 1 https://github.com/deonmenezes/opentradexWrote 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/deonmenezes/opentradex/agents-md)<a href="https://agentmods.dev/instructions/deonmenezes/opentradex/agents-md"><img src="https://agentmods.dev/badge/instructions/deonmenezes/opentradex/agents-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.00930 | $0.00930 |
| Opus 5 | $0.00465 | $0.00465 |
| Sonnet 5 | $0.00186 | $0.00186 |
| Haiku 4.5 | $0.00093 | $0.00093 |
Grade A, and why
opentradex 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 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.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenTradex
An open-source AI trading cockpit that connects to prediction markets, equities, and crypto through a single harness. Paper-first by default (live trading is gated behind a 24h lock). Ships as an npm CLI, web dashboard, Electron desktop app, and mobile (iOS SwiftUI + Expo).
Tech Stack
- Language: TypeScript (compiled to
dist/) - Runtime: Node.js >= 18
- AI: Anthropic SDK (
@anthropic-ai/sdk) - Bundler/build: TypeScript compiler (
tsc) - Workspaces: npm workspaces (
packages/dashboard,packages/desktop,packages/ios,packages/mobile) - Web dashboard: React + Tailwind (in
packages/dashboard) - Desktop: Electron 31 (in
packages/desktop) - Testing: Node.js built-in test runner (
tsx --test)
Setup
npm install
# Build the TypeScript source
npm run build
# (Optional) Build all packages including dashboard
npm run build:all
Build / Run / Test
# Build core TypeScript
npm run build
# Build everything (core + dashboard)
npm run build:all
# Build desktop app (current platform)
npm run build:desktop
# Watch mode (TypeScript only)
npm run dev
# Start web dashboard (build first, then serve)
npm run ui
# Start desktop app (dev mode)
npm run desktop
# Start dashboard in dev mode
npm run dev:dashboard
# Run CLI gateway
npm start
# or: npm run gateway
# Onboarding wizard
npm run onboard
# Run tests
npm test
# Live/integration tests (requires real exchange credentials)
npm run test:live
# Clean all build artifacts
npm run clean
Project Structure
src/
index.ts # Library entry point
bin/cli.js # CLI entry point (opentradex command)
gateway/ # Gateway core logic + tests
agent/ # AI agent strategies
markets/ # Market connector implementations
scraper/ # Exchange scrapers (incl. live tests)
ai/ # AI/LLM integration
mcp/ # MCP tool definitions
config.ts # Configuration loading
risk.ts # Risk management
onboard.ts # Onboarding wizard
types.ts # Shared TypeScript types
x402/ # x402 payment protocol integration
packages/
dashboard/ # React web dashboard
desktop/ # Electron desktop app
ios/ # iOS SwiftUI app
mobile/ # Expo mobile app
landing/ # Marketing landing page
claude-plugin/ # Claude Code plugin
ralph/ # Ralph agent config
tasks/ # Task definitions
docs/ # Documentation and dashboard preview
tsconfig.json # TypeScript config
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 · 119 lines · 930 tokens per session scan A 9c84dd30776a
opentradex AGENTS.md is an instructions file published in the GitHub repository deonmenezes/opentradex (56 stars, last pushed 1mo ago), licensed MIT. It adds 930 tokens to every session, about $0.0047 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.
Other instructions, from other repositories
Convertible-Bond-Pricing-Research CLAUDE.md
Instructions for ericxuzhesheng/Convertible-Bond-Pricing-Research, covering claude.md — convertible bond pricing research, current published state and routine commands.
swiss-snb-mcp CLAUDE.md
Claude Code instructions for malkreide/swiss-snb-mcp, covering claude.md, teil 1 — konventionen (portfolio-weit), vor der arbeit, tests and wenn etwas rot ist.
bullet-bots AGENTS.md
Instructions for bulletxyz/bullet-bots, covering bullet-bots, build & test, run the faucet curl printed by keygen, then, or (base58 from phantom/delegation export, or hex) and architecture — the harness, feeds, and actors.
romaco-mcp AGENTS.md
AGENTS.md instructions for romaco-labs/romaco-mcp, covering purpose, read first, product boundaries, architecture invariants and development method.
financial-services-plugins-new CLAUDE.md
Claude Code instructions for yuping322/financial-services-plugins-new, covering financial services plugins, repository structure, plugin structure, key files and development workflow.
zenmoney-mcp CLAUDE.md
Claude Code instructions for sakost/zenmoney-mcp, covering zenmoney mcp server — development guidelines, project overview, build & test, architecture and coding standards.