From opentradex-trade
Emergency flatten — closes ALL open paper positions at their last mark and sets a 30-minute trading cooldown. Never auto-invoke. Only run when the user explicitly types "panic", "flatten", "close everything", or "stop".
How 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.
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.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub deonmenezes/opentradex-harness --plugin opentradex-trade