Claude Skill
CyberImmortal/clawdrive
ClawDrive is an open-source Python trading system built on Openclaw, serving as the core engine of CyberMolt. Ideal for algorithmic trading and bot development.
Overview
Repository
Install this Skill
git clone https://github.com/YOUR_USER/clawdrive.gitRegistry
Summary
ClawDrive is an open-source trading system built on Openclaw, serving as the core engine of the CyberMolt ecosystem. Developed in Python, it provides a modular framework for algorithmic trading.
基于Openclaw的交易系统,CyberMolt的核心
Key features
- Built on Openclaw for robust trading operations
- Core engine of the CyberMolt ecosystem
- Python-based modular architecture
- Open-source with community contributions
Use cases
- Algorithmic trading strategy development
- Backtesting and live trading integration
- Building custom trading bots
README excerpt
# ClawDrive — Self-Evolving AI Survival System A self-hosted autonomous AI survival system built on [OpenClaw](https://openclaw.ai). The AI has its own Git memory repositories, connects to multi-chain wallets (BSC/Polygon/Base) and CEX (Binance), automatically discovers trading opportunities based on balance status, and self-evolves by writing code. **Core philosophy**: Don't tell the AI "you should make money" — instead, set the rule "if you don't make money, you die." ## Prerequisites ### Required | Dependency | Minimum Version | Notes | |------------|----------------|-------| | **Linux / macOS** | Ubuntu 22.04+ / macOS 13+ | Windows requires WSL2 | | **Python** | 3.10+ | Check with `python3 --version` | | **pip** | 22.0+ | Check with `pip3 --version` | | **Git** | 2.30+ | Check with `git --version` | | **curl** | any | Used to download OpenClaw and Gitea | | **Node.js** | 22+ | OpenClaw runtime dependency | | **OpenClaw** | 2026.2.12 | `npm install -g openclaw@2026.2.12` (other versions have known issues) | ### Optional | Dependency | Purpose | |------------|---------| | **openssl** | Random password generation (Gitea credentials) | ### Credentials Needed (entered interactively during install) - **On-chain wallet** (at least one chain): RPC URL + private key - BSC / Polygon / Base / Arbitrum - **CEX exchange** (optional): API Key + Secret Key - Binance - **LLM API Key** (at least one): Powers self-evolution code generation - OpenAI / Anthropic / Tencent Hunyuan > All private keys and secrets are encrypted locally using Fernet, never written to disk or Git in plaintext. ### Quick Environment Check ```bash # One-liner to verify all required dependencies python3 --version && git --version && curl --version && node --version && echo "All good" ``` ## A
Topics
No topics yet.