Skip to Content

AI Skill Builder

The AI Skill Builder lets you create trading strategies through conversational AI — no coding required.

How It Works

  1. Navigate to Skills → AI Builder 
  2. Describe your trading strategy in natural language
  3. The AI generates a complete Skill package
  4. Test with the built-in backtester
  5. Export and publish to the Skills Market

Example Conversation

You: I want a strategy that buys BTC when RSI drops below 30 and sells when it goes above 70. Use 1h candles. AI: I'll create a mean reversion strategy based on RSI... [Generates SKILL.md, runtime YAML, and Python scripts] You: Add a volume filter — only trade when volume is above the 20-period average. AI: Updated the strategy with volume confirmation...

Output Types

Prompt Skill

The AI generates prompts that guide the trading LLM. Best for simple, rules-based strategies.

Python Skill

The AI generates Python code with full exchange API integration. Best for complex strategies with custom indicators.

Backtesting

After generation, test your strategy:

  1. Select a trading pair and time period
  2. Run the backtest (streams progress in real-time)
  3. Review results: equity curve, trade log, and statistics
  4. Iterate on the strategy based on results

Exporting

Click Export to download the complete Skill package, then publish it to the Skills Market.