Help us improve
Share bugs, ideas, or general feedback.
From opentradex-trade
Emergency flatten that closes all open paper positions at last mark and sets a 30-minute trading cooldown. User-initiated only via explicit panic/flatten/stop commands.
npx claudepluginhub deonmenezes/opentradex-cockpit --plugin opentradex-tradeHow this skill is triggered — by the user, by Claude, or both
Slash command
/opentradex-trade:panicThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**This is a destructive, user-initiated action.** It closes every open paper position and sets a 30-minute cooldown on further entries.
Closes a paper trading position by ID, booking realized P&L. Shows open positions if no ID given. Price defaults to last mark.
Cancels all Kraken spot and futures orders and closes all positions at market prices in emergencies. Verifies completion and warns of slippage risks.
Cancels all open orders, closes positions at market, and sweeps advanced orders using cdcx CLI and jq. For market crashes, API key compromise, or emergency hard stops.
Share bugs, ideas, or general feedback.
This is a destructive, user-initiated action. It closes every open paper position and sets a 30-minute cooldown on further entries.
node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" positions
Ask: "This will close ALL N positions and pause trading for 30 minutes. Confirm with yes."yes, run the flatten:
!node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" panicnode "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" riskdisable-model-invocation: true is set — this skill can only fire from a direct /opentradex-trade:panic call.panicCooldown in node "${CLAUDE_PLUGIN_ROOT}/bin/tradex.js" risk.