Communityv0.1.0

Trading DevBox

Trading strategy development sandbox. User describes trading intent in natural language, agent writes a Python backtest strategy and returns results.

3.7kdownloads22active installsuuz
View on ClawHubBack to Skills

Skill Details

Slug
trading-devbox
Latest Version
0.1.0
Author
uuz
Published
Feb 25, 2026
Updated
May 11, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Trading DevBox.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.1.0

trading-devbox 0.1.0 – Initial Release - Introduces a skill that converts natural language trading ideas into backtestable Python strategies using backtrader. - Parses user intent into structured parameters (asset, entry/exit conditions, timeframe) before strategy generation. - Confirms parameters with the user and outputs Python code for backtesting. - Provides clear, structured responses including parsed intent, strategy details, and execution results. - Supports both English and Chinese user requests for trading strategy development and backtesting.