Claude Skill

CyberImmortal/clawdrive

ClawDrive 是一个基于 Openclaw 的开源 Python 交易系统,作为 CyberMolt 的核心引擎,适用于算法交易和机器人开发。

概览

Stars147
Forks5
语言Python
最后更新2026-02-26
最近同步2026-06-25
前往 GitHub

仓库信息

拥有者CyberImmortal
仓库clawdrive
完整名称CyberImmortal/clawdrive
Repo ID1,162,732,932

安装这个 Skill

git clone https://github.com/YOUR_USER/clawdrive.git

Registry 信息

类型openclaw_skill
质量分85/100
验证状态readme_parsed
最近验证2026-06-25
平台
ClaudeOpenClaw
能力
browsermemory
识别文件
README.mddocstests
配置键
URL

项目简介

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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-25