opentradex AGENTS.md

opentradex AGENTS.md is an instructions file for Codex, OpenCode from deonmenezes/opentradex. It costs 930 tokens per session, scanned A, original, MIT.

A project instruction file for OpenTradex, an open-source trading cockpit that connects prediction markets, stocks, and cryptocurrency services. It documents the TypeScript project, its workspaces, and commands for building, running, and testing it.

In plain words
What is it for?
Installing dependencies, building the TypeScript source, optionally building all packages, starting the dashboard or desktop app, running development mode, and testing.
Why use it?
It gives a coding agent the project’s setup and development rules in one place. This helps the agent use the correct commands and understand the project structure.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/deonmenezes/opentradex/agents-md.svg)](https://agentmods.dev/instructions/deonmenezes/opentradex/agents-md)
Your own site
<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>
Per session 930 This file is loaded in full into every session.
When invoked 930 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 $0.00930 $0.00930
Opus 5 $0.00465 $0.00465
Sonnet 5 $0.00186 $0.00186
Haiku 4.5 $0.00093 $0.00093

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

Security

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.

AGENTS.md · 119 lines

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

Read the full file on GitHub · 119 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. 4d ago First seen · 119 lines · 930 tokens per session scan A 9c84dd30776a

Subscribe to this mod's changes

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.

Related

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.

ericxuzhesheng/Convertible-Bond-Pricing-Research · 363 tokens

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.

malkreide/swiss-snb-mcp · 7,293 tokens

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.

bulletxyz/bullet-bots · 3,972 tokens

romaco-mcp AGENTS.md

AGENTS.md instructions for romaco-labs/romaco-mcp, covering purpose, read first, product boundaries, architecture invariants and development method.

romaco-labs/romaco-mcp · 679 tokens

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.

yuping322/financial-services-plugins-new · 286 tokens

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.

sakost/zenmoney-mcp · 383 tokens