npx skills add https://github.com/robonet-tech/skills --skill trade-prediction-marketsInstallez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.
Skills for building, testing, and deploying trading strategies using Robonet's MCP server.
This repository provides 7 focused skills for quantitative trading with Robonet, organized by development lifecycle:
1. browse-robonet-data → Explore available resources (symbols, indicators, strategies)
2. design-trading-strategies → AI-powered strategy ideation ($0.05-$1.00)
3. build-trading-strategies → Generate complete strategy code ($1-$4.50)
4. improve-trading-strategies → Refine, optimize, add ML predictions ($0.50-$4)
5. test-trading-strategies → Backtest and validate performance ($0.001)
6. deploy-live-trading → Deploy to live trading (⚠️ HIGH RISK, $0.50)
7. trade-prediction-markets → Polymarket YES/NO token trading
browse-robonet-data
→ design-trading-strategies (explore ideas cheaply)
→ build-trading-strategies (create code)
→ test-trading-strategies (validate)
browse-robonet-data
→ build-trading-strategies (create code)
→ improve-trading-strategies (refine iteratively)
→ test-trading-strategies (validate each improvement)
→ deploy-live-trading (⚠️ only after thorough testing)
browse-robonet-data
→ trade-prediction-markets (self-contained Polymarket workflow)
Purpose: Fast, low-cost exploration of trading resources
Tools: 8 data tools (get_all_symbols, get_all_indicators, etc.)
Cost: Free to $0.001
Risk: None (read-only)
Use when: Starting any workflow, checking data availability
Purpose: AI-powered strategy ideation
Tools: 1 tool (generate_ideas)
Cost: $0.05-$1.00 per generation
Risk: Low (ideas only, no execution)
Use when: Exploring concepts before expensive development
Purpose: Generate complete strategy code
Tools: 2 tools (create_strategy, create_prediction_market_strategy)
Cost: $1.00-$4.50 per strategy (MOST EXPENSIVE)
Risk: Low (generates code but doesn't execute)
Use when: Ready to commit to development with clear requirements
Purpose: Refine, optimize, and enhance existing strategies
Tools: 3 tools (refine_strategy, optimize_strategy, enhance_with_allora)
Cost: $0.50-$4.00 per operation
Risk: Low (modifies code but doesn't execute)
Use when: Have existing strategy that needs improvement
Purpose: Validate strategy performance on historical data
Tools: 3 tools (run_backtest, run_prediction_market_backtest, get_latest_backtest_results)
Cost: $0.001 per backtest
Risk: None (simulation only)
Use when: After building or improving strategies (ALWAYS before deployment)
Purpose: Deploy strategies to live trading on Hyperliquid
Tools: 5 tools (deployment_create, list, start, stop, account management)
Cost: $0.50 to create deployment
Risk: ⚠️ HIGH (real capital at risk)
Use when: After thorough testing (6+ months, Sharpe >1.0, drawdown <20%)
CRITICAL WARNING: NEVER deploy without extensive backtesting. You can lose ALL deployed capital.
Purpose: Build and test Polymarket prediction market strategies
Tools: 6 tools (event browsing, data analysis, strategy creation, backtesting)
Cost: $0.001 for data, $1-$4.50 for strategy creation
Risk: Medium (specialized domain)
Use when: Trading on real-world events (politics, economics, sports, crypto)
Add skills using the Agent Skills CLI:
# Install specific skills
npx skills add https://github.com/robonet-tech/skills --skill browse-robonet-data
npx skills add https://github.com/robonet-tech/skills --skill build-trading-strategies
npx skills add https://github.com/robonet-tech/skills --skill test-trading-strategies
# Or install all skills
npx skills add https://github.com/robonet-tech/skills --skill browse-robonet-data
npx skills add https://github.com/robonet-tech/skills --skill design-trading-strategies
npx skills add https://github.com/robonet-tech/skills --skill build-trading-strategies
npx skills add https://github.com/robonet-tech/skills --skill improve-trading-strategies
npx skills add https://github.com/robonet-tech/skills --skill test-trading-strategies
npx skills add https://github.com/robonet-tech/skills --skill deploy-live-trading
npx skills add https://github.com/robonet-tech/skills --skill trade-prediction-markets
Each skill provides contextual information beyond tool definitions:
This transforms the LLM from "a tool caller" into "a domain expert who uses tools effectively."
| Skill | Tools | Execution Time | Cost | Risk |
|---|---|---|---|---|
| browse-robonet-data | 8 | <1s | Free-$0.001 | None |
| design-trading-strategies | 1 | 20-40s | $0.05-$1.00 | Low |
| build-trading-strategies | 2 | 30-60s | $1.00-$4.50 | Low |
| improve-trading-strategies | 3 | 20-60s | $0.50-$4.00 | Low |
| test-trading-strategies | 3 | 20-60s | $0.001 | None |
| deploy-live-trading | 5 | <5s | $0.50 setup | HIGH |
| trade-prediction-markets | 6 | Variable | $0.001-$4.50 | Medium |
Total: 28 tool references across 7 skills (some tools shared between skills)
Common documentation for all skills:
To contribute new skills or improve existing ones, please follow the Agent Skills format.
[License information to be added]
⚠️ Trading Risk Warning: Trading crypto perpetuals and prediction markets involves substantial risk of loss. Only trade with capital you can afford to lose. Past performance does not guarantee future results. This software is provided for educational purposes and is not financial advice.