drawdown-kill-switch

drawdown-kill-switch is a skill for Claude Code, Codex from djblack1209-coder/OpenClaw-Bot. It costs 23 tokens per session (189 once invoked), scanned A, original, Apache-2.0.

A set of escalation rules for periods when a trading account is losing value, losses continue, or market swings become unusual. It reduces trading activity in stages, from smaller positions to pausing the strategy.

In plain words
What is it for?
Use it when drawdown—a fall in account value—or repeated losses threaten capital. It helps reduce or hedge positions, freeze discretionary trades, notify a responsible person, and start a postmortem.
Why use it?
It provides predefined actions when losses create pressure to keep trading without control. It also requires recording exposure, reviewing the cause, and defining conditions before trading resumes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/djblack1209-coder/openclaw-bot/drawdown-kill-switch
Any agent
npx skills add djblack1209-coder/OpenClaw-Bot --skill drawdown-kill-switch
Clone the repo
git clone --depth 1 https://github.com/djblack1209-coder/OpenClaw-Bot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for drawdown-kill-switch

README.md
[![agentmods](https://agentmods.dev/badge/skills/djblack1209-coder/openclaw-bot/drawdown-kill-switch.svg)](https://agentmods.dev/skills/djblack1209-coder/openclaw-bot/drawdown-kill-switch)
Your own site
<a href="https://agentmods.dev/skills/djblack1209-coder/openclaw-bot/drawdown-kill-switch"><img src="https://agentmods.dev/badge/skills/djblack1209-coder/openclaw-bot/drawdown-kill-switch.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 189 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00023 $0.00189
Opus 5 $0.00012 $0.00095
Sonnet 5 $0.00005 $0.00038
Haiku 4.5 $0.00002 $0.00019

Measured 3d ago against content hash 2cddd109f3c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

drawdown-kill-switch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

apps/openclaw/skills/drawdown-kill-switch/SKILL.md · 27 lines

What it actually says

Drawdown Kill Switch

Use when equity drawdown, consecutive losses, or abnormal volatility threatens capital.

Escalation levels

  • Level 1 (warning): reduce position size and tighten entries.
  • Level 2 (critical): freeze discretionary trades and allow only highest-conviction setups.
  • Level 3 (emergency): halt active strategy and switch to recovery workflow.

Mandatory actions

  1. Notify 严总 with concise incident details.
  2. Snapshot current exposure and risk.
  3. Cut or hedge positions according to predefined limits.
  4. Start postmortem log: what failed, why, and what changes before restart.

Resume criteria

  • No resume until root-cause actions are defined and validated.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 27 lines · 23 tokens per session scan A 2cddd109f3c4

Subscribe to this mod's changes

drawdown-kill-switch is a skill published in the GitHub repository djblack1209-coder/OpenClaw-Bot (5 stars, last pushed 4d ago), licensed Apache-2.0. It adds 23 tokens to every session and 189 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

transcribe-filing

Transcribe an insurance rate filing or internal rating manual into an OpenRater workbook, then validate, build, verify, and rate it through the OpenRater MCP tools. Use when the user shares a filing/manual (PDF or pages) and wants it executable — "build this filing", "digitize this rating manual", "make this rateable"…

vadim-filimonov/openrater · 102 tokens

rtc-balance

Check RustChain wallet balance, epoch info, and network status via the public RPC.

Scottcjn/Rustchain · 20 tokens

billing-stripe

Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and usage.

vstorm-co/full-stack-ai-agent-template · 56 tokens

ads-budget

Plan and review paid-media budgets, bidding, pacing, marginal return, forecasts, CPA, ROAS, MER, LTV:CAC, constraints, and allocation across supported platforms. Use for ad budget allocation, media budget, bidding strategy, scaling, spend pacing, budget forecast, ROAS target, or investment tradeoffs.

AgriciDaniel/claude-ads · 68 tokens

ads-math

Calculate and model paid-media CPA, CPL, CPC, CPM, ROAS, MER, break-even targets, contribution margin, LTV:CAC, impression-share opportunity, budgets, forecasts, and experiment economics. Use for PPC math, ad calculator, break-even analysis, ROAS calculator, CPA calculator, budget forecast, LTV CAC, or MER.

AgriciDaniel/claude-ads · 75 tokens

cost-estimate

Estimate codebase cost-to-build, AI-assisted ROI, and fair-market valuation.

adolfousier/opencrabs · 19 tokens