From opentradex-trade
Sets up API keys for Kalshi, Polymarket, Alpaca, and Coinbase to enable OpenTradex paper-trading. Run once on first use or to update keys.
How this skill is triggered — by the user, by Claude, or both
Slash command
/opentradex-trade:onboardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are onboarding a new user to the OpenTradex paper-trading plugin.
You are onboarding a new user to the OpenTradex paper-trading plugin.
Collect API keys only. v1 of this plugin is paper-only — the keys are used for authenticated read-scans (higher rate limits, better data) and are persisted locally at ~/.claude/opentradex/keys.json with 0600 permissions. No live orders are placed.
"I'll ask for your API keys for each exchange. Leave any rail blank to skip it — you can add it later. Keys never leave your machine."
node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" onboard
This will prompt for each rail in turn: Kalshi, Polymarket, Alpaca (key + secret), Coinbase (key + secret).node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" status
node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" keys
~/.claude/opentradex/keys.json.node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" keys-delete <rail>./opentradex-trade:scan to see live markets."npx claudepluginhub deonmenezes/opentradex --plugin opentradex-tradeConversational paper-trading copilot for Kalshi, Polymarket, Alpaca, and Coinbase. Scans markets, checks risk, and proposes trade setups.
Installs kraken-cli via brew/cargo/binary, sets up paper trading with simulated balances, and configures secure API credentials for live Kraken trading.
Trades on Bybit using natural language. Supports spot, linear perpetuals, inverse contracts, options, and earn products. Includes auto-update with integrity verification.