skills/crypto-derivatives-tracker/SKILL.md
Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".
npx skillsauth add aaaaqwq/claude-code-skills tracking-crypto-derivativesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive derivatives market analysis across centralized and decentralized exchanges. This skill aggregates funding rates, open interest, liquidations, and options data to provide actionable trading insights.
Supported Markets:
Before using this skill, ensure you have:
Monitor funding rates across exchanges to identify sentiment and arbitrage opportunities.
# Check BTC funding rates across all exchanges
python derivatives_tracker.py funding BTC
# Check multiple assets
python derivatives_tracker.py funding BTC ETH SOL
# Show historical average
python derivatives_tracker.py funding BTC --history 7d
Interpret Results:
Track open interest to gauge market positioning and trend strength.
# Get BTC open interest across exchanges
python derivatives_tracker.py oi BTC
# Show OI changes over time
python derivatives_tracker.py oi BTC --changes
# Compare OI vs price
python derivatives_tracker.py oi BTC --divergence
OI Interpretation:
Track liquidation levels and recent liquidation events.
# Get liquidation heatmap
python derivatives_tracker.py liquidations BTC
# Show recent large liquidations
python derivatives_tracker.py liquidations BTC --recent
# Set minimum size filter
python derivatives_tracker.py liquidations BTC --min-size 100000
Liquidation Signals:
Research options flow and implied volatility.
# Get options overview
python derivatives_tracker.py options BTC
# Show put/call ratio
python derivatives_tracker.py options BTC --pcr
# Find max pain for expiry
python derivatives_tracker.py options BTC --expiry 2025-01-31
# Track large options trades
python derivatives_tracker.py options BTC --flow
Options Insights:
Find basis trading and arbitrage opportunities.
# Get spot-perp basis
python derivatives_tracker.py basis BTC
# Get quarterly futures basis
python derivatives_tracker.py basis BTC --quarterly
# Show all basis opportunities
python derivatives_tracker.py basis --all
Basis Trading:
Get comprehensive derivatives overview.
# Full derivatives dashboard for BTC
python derivatives_tracker.py dashboard BTC
# Multi-asset dashboard
python derivatives_tracker.py dashboard BTC ETH SOL
# Export to JSON
python derivatives_tracker.py dashboard BTC --output json
See {baseDir}/references/implementation.md for detailed implementation guide.
The skill provides structured reports including:
BTC PERPETUAL FUNDING RATES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Exchange Current 24h Avg 7d Avg Next Payment
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Binance +0.0150% +0.0120% +0.0080% 2h 15m
Bybit +0.0180% +0.0140% +0.0100% 2h 15m
OKX +0.0130% +0.0110% +0.0090% 2h 15m
Deribit +0.0200% +0.0150% +0.0120% 2h 15m
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Weighted Avg: +0.0158% | Annualized: +17.29%
Sentiment: Moderately Bullish
BTC OPEN INTEREST ANALYSIS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Exchange OI (USD) 24h Chg 7d Chg Share
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Binance $8.2B +2.5% +8.1% 44.3%
Bybit $4.5B +1.8% +5.2% 24.3%
OKX $3.1B +3.2% +12.5% 16.8%
BitMEX $1.5B -0.5% -2.1% 8.1%
Deribit $1.2B +0.8% +3.4% 6.5%
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total OI: $18.5B (+2.3% 24h)
Long/Short Ratio: 1.15 (53.5% long)
BTC LIQUIDATION LEVELS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Current Price: $67,500
LONG LIQUIDATIONS (below):
$65,000 ████████████ $125M (HIGH DENSITY)
$62,500 ███████ $85M
$60,000 ████████████████████ $210M (CRITICAL)
SHORT LIQUIDATIONS (above):
$70,000 █████████ $95M
$72,500 █████████████ $145M (HIGH DENSITY)
$75,000 █████████████████ $180M
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
24h Liquidations: Longs $45.2M | Shorts $32.8M
See {baseDir}/references/errors.md for comprehensive error handling.
Common issues:
See {baseDir}/references/examples.md for detailed examples.
Quick examples:
# Morning derivatives check
python derivatives_tracker.py dashboard BTC ETH SOL
# Monitor funding for arbitrage
python derivatives_tracker.py funding BTC --alert-threshold 0.08
# Pre-expiry options analysis
python derivatives_tracker.py options BTC --expiry friday
# Find basis trading opportunities
python derivatives_tracker.py basis --all --min-yield 5
Derivatives are leveraged instruments with high risk of loss.
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。