Help us improve
Share bugs, ideas, or general feedback.
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".
npx claudepluginhub deonmenezes/opentradex-harness --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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
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.