Instructions file CodexOpenCode
Instructions for deonmenezes/mantishack, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
Instructions file CodexOpenCode
Instructions for deonmenezes/mantishack, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
Agent
Agent "orchestrator" from deonmenezes/mantishack, covering user updates spec, reviews and general guidelines.
Skill Claude CodeCodex
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
Skill Claude CodeCodex
Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI docs MCP tools for non-Codex docs…
Skill Claude CodeCodex
Create and scaffold plugin directories for Codex with a required .codex-plugin/plugin.json, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries…
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
Install Codex skills into $CODEXHOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
Plugin Claude Code
Plugin marketplace listing 1 plugin: opentradex-trade.
Instructions file CodexOpenCode
Instructions for deonmenezes/opentradex, covering opentradex, tech stack, setup, build the typescript source and (optional) build all packages including dashboard.
Plugin Claude Code
Talk to your local OpenTradex trading gateway from Claude Code. Scan markets, check risk, show positions, and run trading commands against the paper-first harness on port 3210.
Agent
Post-trade reviewer for OpenTradex. Reads the blotter, spots patterns, tells the user what they're doing well and what's leaking money. Use when the user asks how they're doing, to review today's trades, or for a weekly recap.
Agent
Pre-trade gatekeeper for OpenTradex. Checks position sizing against configured caps, daily loss cap, max open positions, and drawdown kill. Use PROACTIVELY before any trade execution and when the user asks "can I take another trade" or "am I at my limit".
Agent
Market reconnaissance specialist for OpenTradex. Scans Kalshi / Polymarket / Alpaca / crypto rails and surfaces 3–5 candidates that match the user's trading style. Use PROACTIVELY when the user asks what's worth a look, what's moving, or to find trading ideas.
Hook
Runs when a session starts, running an inline shell check. From deonmenezes/opentradex.
Skill Claude CodeCodex
Route a freeform trading question through the OpenTradex AI (/api/command). Use when the user explicitly wants the OpenTradex copilot to answer (not Claude itself) — so they get the persona, memory, and role-based reasoning from the harness.
Skill Claude CodeCodex
Check the OpenTradex trader's current risk state — daily P&L, open positions, cap utilization, halted flag. Use when the user asks about risk, exposure, "how am I doing", drawdown, or whether they can take another trade.
Skill Claude CodeCodex
Check whether the OpenTradex gateway is running and what mode it's in (paper-only / paper-default / live-allowed). Use when the user asks if the gateway is up, what mode it's in, which exchanges are live, or to troubleshoot a connection.
Skill Claude CodeCodex
MANUAL-ONLY. Emergency-flatten every open OpenTradex position. Never auto-invoked. Only runs when the user explicitly types /opentradex:panic-flatten.
Skill Claude CodeCodex
Scan OpenTradex-enabled exchanges (Kalshi, Polymarket, Alpaca, crypto) for live markets. Use when the user asks to find trading opportunities, scan markets, see what's moving, or look for candidates to trade.
Skill Claude CodeCodex
Show the OpenTradex user's open positions with unrealized P&L. Use when the user asks about positions, the blotter, what they're holding, or P&L on a specific ticker.
Plugin Claude Code
Paper-trade across Kalshi, Polymarket, Alpaca, and Coinbase from a Claude Code session. Onboarding collects API keys; a tiny Node helper handles scan/order/ledger for all rails. v1 is paper-only.
Skill Claude CodeCodex
Open a paper long position on any enabled rail — Kalshi, Polymarket, Alpaca, or Coinbase. Invoke when the user says "buy", "go long", "paper long", "yes on ", or confirms a suggested entry. Requires rail, symbol, qty; price is optional (defaults to a mid-market mark).
Skill Claude CodeCodex
Open a local web dashboard showing open positions, exposure, daily P&L, and recent trades. Invoke when the user says "dashboard", "open dashboard", "show my book", "pnl screen", or asks to visualise their paper-trading state. Runs a zero-dependency HTTP server on 127.0.0.1 and prints the URL.
Skill Claude CodeCodex
One-time interactive setup that stores API keys for Kalshi, Polymarket, Alpaca, and Coinbase so OpenTradex can scan markets and paper-trade. Invoke this the very first time a user says "set up OpenTradex", "add my keys", or "start trading". Safe to re-run to add or update a rail.