A powerful backtesting engine to simulate and optimize cryptocurrency trading strategies using historical market data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crypto-simulator
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install crypto-simulator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Crypto Simulator is a comprehensive technical tool designed for developers and traders to evaluate the performance of various trading algorithms against historical market data. By leveraging real-time and historical data from CoinGecko, this Openclaw Skills entry allows users to simulate popular strategies like RSI Swing, Moving Average Crossovers, and Grid trading without any financial risk.
This skill bridges the gap between theoretical strategy design and market reality. It provides a robust framework for validating entry and exit signals, ensuring that your automated trading logic is grounded in historical evidence. Whether you are building a custom bot or researching market trends, this addition to the Openclaw Skills library provides the necessary analytical depth to make informed decisions.
To get started with this skill, navigate to the directory and install dependencies:
cd {skill_dir}
npm install && npm run build
You can then run a backtest immediately using the CLI:
node dist/cli.js backtest --coin bitcoin --strategy rsi_swing --days 90
The skill organizes data using a structured SQLite cache and provides output through a consistent API schema.
| Component | Type | Description |
|---|---|---|
| SQLite DB | Persistent | Caches historical price data in the ./data directory |
| REST API | JSON | Provides endpoints for prices, backtest results, and optimization logs |
| CLI Output | Terminal | Detailed tables showing profit/loss, trade count, and strategy success rates |
Loading
A comprehensive management interface for monitoring, debugging, and controlling scheduled AI agent workflows.

A framework for AI agents to move beyond utility and generate innovative, fun, and experimental ideas through creative constraints and lateral thinking.

A comprehensive AI-driven tool for designing, producing, and marketing profitable online courses across major platforms like Udemy and Teachable.

A specialized tool for semantically comparing and merging structured configuration files across different environments.

A structured task management and habit tracking system designed to automate recurring workflows and social media engagement.

Automate database backups and rotation for multiple engines using Openclaw Skills to ensure data integrity and storage efficiency.








































