Production-grade AI trading agent for cryptocurrency markets with advanced mathematical modeling, multi-layer validation, probabilistic analysis, and zero-hallucination tolerance. Implements Bayesian inference, Monte Carlo simulations, advanced risk metrics (VaR, CVaR, Sharpe), chart pattern recognition, and comprehensive cross-verification for real-world trading application.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install cryptocurrency-trader-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install cryptocurrency-trader-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/cryptocurrency-trader-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: cryptocurrency-trader description: Production-grade AI trading agent for cryptocurrency markets with advanced mathematical modeling, multi-layer validation, probabilistic analysis, and zero-hallucination tolerance. Implements Bayesian inference, Monte Carlo simulations, advanced risk metrics (VaR, CVaR, Sharpe), chart pattern recognition, and comprehensive cross-verification for real-world trading application. ---
Provide production-grade cryptocurrency trading analysis with mathematical rigor, multi-layer validation, and comprehensive risk assessment. Designed for real-world trading application with zero-hallucination tolerance through 6-stage validation pipeline.
Use this skill when users request:
Detailed capabilities: See references/advanced-capabilities.md
Ensure the following before using this skill:
pip install -r requirements.txtAnalyze a specific cryptocurrency:
python skill.py analyze BTC/USDT --balance 10000
Scan market for best opportunities:
python skill.py scan --top 5 --balance 10000
Interactive mode for exploration:
python skill.py interactive --balance 10000
--balance 10000Major: BTC/USDT, ETH/USDT, BNB/USDT, SOL/USDT, XRP/USDT AI Tokens: RENDER/USDT, FET/USDT, AGIX/USDT Layer 1: ADA/USDT, AVAX/USDT, DOT/USDT Layer 2: MATIC/USDT, ARB/USDT, OP/USDT DeFi: UNI/USDT, AAVE/USDT, LINK/USDT Meme: DOGE/USDT, SHIB/USDT, PEPE/USDT
- Ask user for trading pair (if analyzing specific symbol) - Ask for account balance (or use default $10,000) - Confirm user wants production-grade analysis
- Run appropriate command (analyze, scan, or interactive) - Wait for comprehensive analysis to complete - System automatically validates through 6 stages
- Display trading signal (LONG/SHORT/NO_TRADE) - Show confidence level and execution readiness - Explain entry, stop-loss, and take-profit prices - Present risk metrics and position sizing - Highlight validation status (6/6 passed = execution ready)
- Reference references/output-interpretation.md for detailed guidance - Translate technical metrics into user-friendly language - Explain risk/reward in simple terms - Always include risk warnings
- If execution_ready = NO: Explain validation failures - If confidence <40%: Recommend waiting for better opportunity - If circuit breakers triggered: Explain specific issue - If network errors: Suggest retry with exponential backoff
Trading Signal:
Probabilistic Analysis:
Risk Assessment:
Position Sizing:
Validation Status:
Detailed interpretation: See references/output-interpretation.md
Use beginner-friendly explanations:
ALWAYS include these reminders:
Advise users to avoid trading when:
For custom workflows, import directly:
from scripts.trading_agent_refactored import TradingAgent
agent = TradingAgent(balance=10000)
analysis = agent.comprehensive_analysis('BTC/USDT')
print(analysis['final_recommendation'])
See example_usage.py for 5 comprehensive examples.
Customize behavior via config.yaml:
Verify installation and functionality:
# Run compatibility test
./test_claude_code_compat.sh
# Run comprehensive tests
python -m pytest tests/
references/advanced-capabilities.md - Detailed technical capabilitiesreferences/output-interpretation.md - Comprehensive output guidereferences/optimization.md - Trading optimization strategiesreferences/protocol.md - Usage protocols and best practicesreferences/psychology.md - Trading psychology principlesreferences/user-guide.md - End-user documentationreferences/technical-docs/ - Implementation details and bug reports...
安装 Cryptocurrency Trader 后,可以对 AI 说这些话来触发它
Help me get started with Cryptocurrency Trader
Explains what Cryptocurrency Trader does, walks through the setup, and runs a quick demo based on your current project
Use Cryptocurrency Trader to production-grade AI trading agent for cryptocurrency markets with a...
Invokes Cryptocurrency Trader with the right parameters and returns the result directly in the conversation
What can I do with Cryptocurrency Trader in my finance & investment workflow?
Lists the top use cases for Cryptocurrency Trader, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/cryptocurrency-trader-skill/ 目录(个人级,所有项目可用),或 .claude/skills/cryptocurrency-trader-skill/(项目级)。重启 AI 客户端后,用 /cryptocurrency-trader-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Cryptocurrency Trader 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Cryptocurrency Trader 可免费安装使用。请查阅仓库了解许可证信息。
Production-grade AI trading agent for cryptocurrency markets with advanced mathematical modeling, multi-layer validation, probabilistic analysis, and zero-hallucination tolerance. Implements Bayesian inference, Monte Carlo simulations, advanced risk metrics (VaR, CVaR, Sharpe), chart pattern recognition, and comprehensive cross-verification for real-world trading application.
Automate my finance & investment tasks using Cryptocurrency Trader
Identifies repetitive steps in your workflow and sets up Cryptocurrency Trader to handle them automatically
Cryptocurrency Trader 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。