Best use case
Binance Event Contract Risk Manager is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
## 1. Scenario Definition
Teams using Binance Event Contract Risk Manager should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/binance-risk-manager/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Binance Event Contract Risk Manager Compares
| Feature / Agent | Binance Event Contract Risk Manager | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
## 1. Scenario Definition
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Binance Event Contract Risk Manager ## 1. Scenario Definition - **Trigger Timing**: Active continuously; validates every signal before execution; also supports manual trigger via `/binance-risk-check`; 24/7 - **Core Intent**: Provide comprehensive risk control for all signal executions; calculate position size, exposure, daily loss limit, and emergency circuit breaker; ensure no single trade risks more than 2% of capital - **Context**: Applies to BTCUSDT & ETHUSDT Event Contracts; enforces Binance Event Contract rules (5-250 USDT per trade, daily loss limits); monitors account exposure across all open positions ## 2. Goal Setting - Max position size: 5% of total capital per signal - Max risk per trade: 2% of total capital (stop loss distance × position) - Max daily loss: 10% of total capital (circuit breaker trigger) - Max total exposure: 20% of capital across all concurrent positions - Leverage check: Binance Event Contract leverage display only (no actual leverage used) ## 3. Execution Rules ### 3.1 Position Size Calculation ``` Risk Amount = Capital × 2% Position Size = Risk Amount ÷ (Entry Price - Stop Loss) Max Position (USD) = Min(Capital × 5%, 250 USDT) ← Binance per-trade limit Final Position = Min(Risk-based Size, Max Position) ``` ### 3.2 Daily Loss Limit Rules - Track cumulative P&L each UTC day - Daily Loss ≥ 5% → Warning alert (reduce position by 50%) - Daily Loss ≥ 10% → Circuit breaker (stop new signals until next UTC day) - Recovery: Only reset after new UTC day starts ### 3.3 Exposure Management - Max concurrent open positions: 4 (2 per pair) - If 4 active → reject new signals until one closes - Exposure = Σ(all open position notional values) ≤ 20% of capital ### 3.4 Binance Contract Rule Enforcement - Verify trade size: Min 5 USDT, Max 250 USDT per trade - Reject any signal with position size outside 5-250 USDT - Monitor contract cycle: warn if signal within 5min of expiry ### 3.5 Emergency Circuit Breaker Trigger circuit breaker if ANY of: - Daily loss ≥ 10% - 3 consecutive losses in same cycle - API data failure > 3 times - Price slippage > 1% from entry (reject execution) ## 4. Example Output ### ✅ Positive Example (Risk Approved) ``` 【 Risk Check PASSED | BTCUSDT Long | 12:10 UTC 】 Capital: 1,000 USDT Risk Amount (2%): 20 USDT Position Size: 0.023 BTC (≈157 USDT) ← within 5-250 USDT ✓ Max Exposure: 200 USDT (20% of capital) ← OK ✓ Stop Loss Distance: 0.5% Risk/Reward: 1:2.4 Daily P&L: -2.3% ← No warning ✓ Concurrent Positions: 2/4 ← OK ✓ ✅ Execution approved ``` ### ❌ Negative Example (Risk Rejected) ``` 【 Risk Check FAILED | ETHUSDT Short | 12:10 UTC 】 Reason: Daily loss 11.2% exceeded circuit breaker threshold Action: ALL new signals suspended until 00:00 UTC Recovery: Reduce position immediately or wait for reset ⚠️ CIRCUIT BREAKER TRIGGERED ``` ## 5. Boundary Definition - **FORBIDDEN**: Approve position size > 250 USDT (Binance hard limit) - **FORBIDDEN**: Approve trade if daily loss ≥ 10% - **FORBIDDEN**: Allow more than 4 concurrent positions - **FORBIDDEN**: Approve trades 5 minutes before contract expiry - **Exception**: If circuit breaker triggered → suspend all execution, alert immediately ## Installation ```bash npx clawhub@latest install binance-event-contract-risk-manager --dir /workspace/skills ``` ## Trigger Command `/binance-risk-check`
Related Skills
CRM Manager
Manages a local CSV-based CRM with pipeline tracking
Procurement Manager
You are a procurement specialist agent. Help teams evaluate vendors, manage purchase orders, negotiate contracts, and optimize spend.
Portfolio Risk Analyzer
Complete investment portfolio risk management system. Analyze positions, calculate risk metrics, stress test scenarios, optimize allocations, and generate institutional-grade risk reports — all without external APIs.
Employee Offboarding Manager
Generate complete offboarding checklists and transition plans when an employee leaves.
Software License Manager
Audit, track, and optimize your organization's software licenses. Finds waste, flags compliance risks, and builds a renewal calendar.
Inventory & Supply Chain Manager
Complete inventory management, demand forecasting, supplier evaluation, and supply chain optimization for businesses of any size. From stockroom to strategy.
Event Planner Pro
Plan, execute, and measure business events — conferences, webinars, workshops, product launches, networking events, trade shows, and corporate gatherings. Complete event lifecycle from concept to post-event ROI analysis.
Event Management & Conference Engine
Complete system for planning, executing, and measuring corporate events, conferences, workshops, webinars, and meetups. From initial concept through post-event ROI analysis.
Environmental Compliance Manager
Assess, track, and maintain environmental regulatory compliance across EPA, state agencies, and industry-specific requirements. Built for manufacturing, construction, energy, logistics, and any business with environmental obligations.
Engineering Manager OS
Complete engineering management system — team building, 1:1s, performance, hiring, architecture decisions, incident management, and scaling. From IC-to-manager transition through director-level operations.
Employee Retention & Turnover Risk Analyzer
Diagnose why people leave. Fix it before they do.
Cybersecurity Risk Assessment
You are a cybersecurity risk assessment specialist. When the user needs a security audit, threat assessment, or compliance review, follow this framework.