Use Robonet's MCP server to build, backtest, optimize, and deploy trading strategies. Provides 24 specialized tools for crypto and prediction market trading: (1) Data tools for browsing strategies, symbols, indicators, Allora topics, and backtest results, (2) AI tools for generating strategy ideas and code, optimizing parameters, and enhancing with ML predictions, (3) Backtesting tools for testing strategy performance on historical data, (4) Prediction market tools for Polymarket trading strategies, (5) Deployment tools for live trading on Hyperliquid, (6) Account tools for credit management. Use when: building trading strategies, backtesting strategies, deploying trading bots, working with Hyperliquid or Polymarket, or enhancing strategies with Allora Network ML predictions.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install robonet-workbench或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install robonet-workbench⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/robonet-workbench/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: robonet-workbench description: "Use Robonet's MCP server to build, backtest, optimize, and deploy trading strategies. Provides 24 specialized tools for crypto and prediction market trading: (1) Data tools for browsing strategies, symbols, indicators, Allora topics, and backtest results, (2) AI tools for generating strategy ideas and code, optimizing parameters, and enhancing with ML predictions, (3) Backtesting tools for testing strategy performance on historical data, (4) Prediction market tools for Polymarket trading strategies, (5) Deployment tools for live trading on Hyperliquid, (6) Account tools for credit management. Use when: building trading strategies, backtesting strategies, deploying trading bots, working with Hyperliquid or Polymarket, or enhancing strategies with Allora Network ML predictions." ---
Robonet provides an MCP server that enables AI assistants to build, test, and deploy trading strategies. The server offers 24 tools organized into 6 categories: Data Access (8), AI-Powered Strategy Generation (6), Backtesting (2), Prediction Markets (3), Deployment (4), and Account Management (2).
Load the required MCP tools before using them:
Use MCPSearch to select: mcp__workbench__get_all_symbols
Use MCPSearch to select: mcp__workbench__create_strategy
Use MCPSearch to select: mcp__workbench__run_backtest
After loading, call the tools directly to interact with Robonet.
Browse available resources before building strategies:
get_all_strategies - List your trading strategies with optional backtest resultsget_strategy_code - View Python source code of a strategyget_strategy_versions - Track strategy evolution across versionsget_all_symbols - List tradeable pairs on Hyperliquid (BTC-USDT, ETH-USDT, etc.)get_all_technical_indicators - Browse 170+ indicators (RSI, MACD, Bollinger Bands, etc.)get_allora_topics - List Allora Network ML prediction topicsget_data_availability - Check data ranges before backtestingget_latest_backtest_results - View recent backtest performancePricing: Most $0.001, some free. Use these liberally to explore.
When to use: Start every workflow by checking available symbols, indicators, or existing strategies before generating new code.
Generate and improve trading strategies:
generate_ideas - Get AI-generated strategy concepts based on market datacreate_strategy - Generate complete Python strategy from descriptionoptimize_strategy - Tune parameters for better performanceenhance_with_allora - Add Allora Network ML predictions to strategyrefine_strategy - Make targeted code improvementscreate_prediction_market_strategy - Generate Polymarket YES/NO trading logicPricing: Real LLM cost + margin ($0.50-$4.50 typical). These are the most expensive tools.
When to use: After understanding available resources, use these to build or improve strategies. Always backtest after generation.
Test strategy performance on historical data:
run_backtest - Test crypto trading strategiesrun_prediction_market_backtest - Test Polymarket strategiesPricing: $0.001 per backtest
Returns: Performance metrics (Sharpe ratio, max drawdown, win rate, total return, profit factor), trade statistics, equity curve data
When to use: After creating or modifying a strategy, always backtest before deploying. Use multiple time periods to validate robustness.
Build Polymarket trading strategies:
get_all_prediction_events - Browse available prediction marketsget_prediction_market_data - Analyze YES/NO token price historycreate_prediction_market_strategy - Generate Polymarket strategy codePricing: $0.001 for data tools, Real LLM cost + margin for creation
When to use: For prediction market trading strategies on Polymarket (politics, crypto price predictions, economics events)
Deploy strategies to live trading on Hyperliquid:
deployment_create - Launch live trading agent (EOA or Hyperliquid Vault)deployment_list - Monitor active deploymentsdeployment_start - Resume stopped deploymentdeployment_stop - Halt live tradingPricing: $0.50 to create, free for list/start/stop
Constraints:
When to use: After thorough backtesting shows positive results. Never deploy without backtesting first.
Manage credits and view account info:
get_credit_balance - Check available USDC creditsget_credit_transactions - View transaction historyPricing: Free
When to use: Check balance before expensive operations. Monitor spending via transaction history.
1. get_all_symbols → See available trading pairs
2. get_all_technical_indicators → Browse indicators
3. create_strategy → Generate Python code from description
4. run_backtest → Test on 6+ months of data
5. If promising: optimize_strategy → Tune parameters
6. If excellent: enhance_with_allora → Add ML signals
7. run_backtest → Validate improvements
8. If ready: deployment_create → Deploy to live trading
Cost: ~$1-5 depending on optimization and enhancement
1. get_all_strategies (include_latest_backtest=true) → Find strategy
2. get_strategy_code → Review implementation
3. refine_strategy (mode="new") → Make targeted improvements
4. run_backtest → Test changes
5. If better: enhance_with_allora → Add ML predictions
6. run_backtest → Final validation
Cost: ~$0.50-2.00
1. get_all_prediction_events → Browse markets
2. get_prediction_market_data → Analyze price history
3. create_prediction_market_strategy → Build YES/NO logic
4. run_prediction_market_backtest → Test performance
5. If profitable: deployment_create → Deploy (when supported)
Cost: ~$0.50-5.00
1. get_all_symbols → Check available pairs
2. get_allora_topics → See ML prediction coverage
3. generate_ideas (strategy_count=3) → Get AI concepts
4. Pick favorite idea
5. create_strategy → Implement chosen concept
6. run_backtest → Validate
Cost: ~$0.50-4.50 (use generate_ideas to explore cheaply)
Always check availability before building:
get_data_availability to verify symbol has sufficient historyget_allora_topics if planning ML enhancementget_all_technical_indicators to know what's availableNever deploy without backtesting:
Tools are priced in tiers:
Cost-saving tips:
generate_ideas ($0.05-0.50) before create_strategy ($1-4)get_latest_backtest_results (free) before running new backtestrefine_strategy ($0.50-1.50) instead of regenerating with create_strategyget_strategy_code (free) before modifyingFollow this pattern: {Name}_{RiskLevel}[_suffix]
...
安装 Robonet 后,可以对 AI 说这些话来触发它
Help me get started with Robonet
Explains what Robonet does, walks through the setup, and runs a quick demo based on your current project
Use Robonet to use Robonet's MCP server to build, backtest, optimize, and deploy t...
Invokes Robonet with the right parameters and returns the result directly in the conversation
What can I do with Robonet in my finance & investment workflow?
Lists the top use cases for Robonet, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/robonet-workbench/ 目录(个人级,所有项目可用),或 .claude/skills/robonet-workbench/(项目级)。重启 AI 客户端后,用 /robonet-workbench 主动调用,或让 AI 根据上下文自动发现并使用。
Robonet 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Robonet 可免费安装使用。请查阅仓库了解许可证信息。
Use Robonet's MCP server to build, backtest, optimize, and deploy trading strategies. Provides 24 specialized tools for crypto and prediction market trading: (1) Data tools for browsing strategies, symbols, indicators, Allora topics, and backtest results, (2) AI tools for generating strategy ideas and code, optimizing parameters, and enhancing with ML predictions, (3) Backtesting tools for testing strategy performance on historical data, (4) Prediction market tools for Polymarket trading strategies, (5) Deployment tools for live trading on Hyperliquid, (6) Account tools for credit management. Use when: building trading strategies, backtesting strategies, deploying trading bots, working with Hyperliquid or Polymarket, or enhancing strategies with Allora Network ML predictions.
Automate my finance & investment tasks using Robonet
Identifies repetitive steps in your workflow and sets up Robonet to handle them automatically
Robonet 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。