بنقرة واحدة
recipe-emergency-flatten
Cancel all orders and close all positions in an emergency.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Cancel all orders and close all positions in an emergency.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | recipe-emergency-flatten |
| version | 1.0.0 |
| description | Cancel all orders and close all positions in an emergency. |
| metadata | {"openclaw":{"category":"recipe","domain":"risk"},"requires":{"bins":["kraken"],"skills":["kraken-risk-operations","kraken-liquidation-guard"]}} |
PREREQUISITE: Load the following skills to execute this recipe:
kraken-risk-operations,kraken-liquidation-guard
Immediately cancel all orders and close all positions across spot and futures.
CAUTION: This closes everything at market prices. Slippage may be significant. The
--yesflag skips confirmation prompts and is only appropriate at autonomy level 4+ (seekraken-autonomy-levels). At lower levels, omit--yesand confirm each cancel with the user.
kraken order cancel-all --yes -o json 2>/dev/nullkraken futures cancel-all --yes -o json 2>/dev/nullkraken positions -o json 2>/dev/nullkraken futures positions -o json 2>/dev/null (parse each position's size and side fields)sell for longs, buy for shorts): e.g., kraken futures order sell PF_XBTUSD 1 --reduce-only -o json 2>/dev/nullkraken open-orders -o json 2>/dev/nullkraken futures open-orders -o json 2>/dev/nullkraken futures positions -o json 2>/dev/nullkraken balance -o json 2>/dev/nullConnect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
Install kraken-cli, create API credentials, and go from paper trading to live in under five minutes.
Discover staking strategies, allocate funds, and track earn positions.
Place, manage, and monitor futures orders across the full lifecycle.
Test strategy logic on paper trading before touching live funds.
Promote a validated paper strategy to live trading with safety checks.