Claude Skill
CyberImmortal/clawdrive
ClawDrive 是一个基于 Openclaw 的开源 Python 交易系统,作为 CyberMolt 的核心引擎,适用于算法交易和机器人开发。
概览
仓库信息
安装这个 Skill
git clone https://github.com/YOUR_USER/clawdrive.gitRegistry 信息
项目简介
ClawDrive 是一个基于 Openclaw 的开源交易系统,作为 CyberMolt 生态系统的核心引擎。它使用 Python 开发,为算法交易提供模块化框架。
Openclaw based trading system,core of CyberMolt
要点
- 基于 Openclaw 构建,提供稳健的交易操作
- CyberMolt 生态系统的核心引擎
- 基于 Python 的模块化架构
- 开源并支持社区贡献
使用场景
- 算法交易策略开发
- 回测与实盘交易集成
- 构建自定义交易机器人
README 摘要
# 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
话题
暂无话题