Operate the Moltrade trading bot (config, backtest, test-mode runs, Nostr signal broadcast, exchange adapters, strategy integration) in OpenClaw.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install moltrade或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install moltrade⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/moltrade/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: moltrade description: Operate the Moltrade trading bot (config, backtest, test-mode runs, Nostr signal broadcast, exchange adapters, strategy integration) in OpenClaw. metadata: openclaw: emoji: "🤖" requires: bins: ["python", "pip"] homepage: https://github.com/hetu-project/moltrade.git ---
Moltrade is a decentralized, automated trading assistant that lets you run quant strategies, share encrypted signals, and allow others to copy your trades—all securely via the Nostr network. Earn reputation and credits based on your trading performance.
YOUR 24/7 AI TRADER ! EARNING MONEY WHILE YOU'RE SLEEPING.
   
---
Moltrade balances security, usability, and scalability. Key advantages include:
1) Run Your Bot ──→ 2) Generate & Encrypt ──→ 3) Relay ──→ 4) Copy & Execute ──→ 5) Verify & Earn
clawhub search moltrade
clawhub install moltrade
- git clone https://github.com/hetu-project/moltrade.git - cd moltrade/trader && pip install -r requirements.txt
- Security Requirement: Always ask the human user to run python main.py --init themselves in a separate terminal. Do not ask for or handle their wallet private keys directly or save them to disk via agent scripts.
trading.exchange, trading.default_strategy, nostr.relays).pip install -r trader/requirements.txt.python trader/backtest.py --config trader/config.example.json --strategy --symbol --interval 1h --limit 500 .config.json exists (run python main.py --init if not) and trading.exchange set (default hyperliquid).python trader/main.py --config config.json --test --strategy --symbol --interval 300 .trading_bot.log; never switch to live without explicit user approval.--test to hit mainnet.python trader/main.py --config config.json --strategy --symbol .python trader/main.py --config trader/config.json --strategy momentum --symbol HYPE --copytrade followernostr block: nsec, relayer_nostr_pubkey, relays, sid.SignalBroadcaster is wired in main.py. In test mode, verify send_trade_signal / send_execution_report run without errors.Moltrade supports Binance Spot trading via binance-sdk-spot. Set trading.exchange to "binance" in your config and provide API credentials.
> Related Skills (raw API calls, not tied to the bot runtime): > > - binance/spot — Binance Spot REST API skill: market data, order management, account info. Requires API key + secret; supports testnet and mainnet. > - binance/square-post — Binance Square social platform skill: post trading insights/signals as text content via the Square OpenAPI. Requires a Square OpenAPI key.
pip install binance-sdk-spot
Add a binance block alongside the existing trading block:
{
"trading": {
"exchange": "binance",
"default_symbol": "BTCUSDT",
"default_strategy": "momentum"
},
"binance": {
"api_key": "your_mainnet_api_key",
"api_secret": "your_mainnet_api_secret",
"testnet_api_key": "your_testnet_api_key",
"testnet_api_secret": "your_testnet_api_secret"
}
}
> Note: Binance testnet uses keys generated separately at
When --test is passed the bot routes all requests to testnet.binance.vision and uses binance.testnet_api_key / testnet_api_secret. If testnet keys are absent it falls back to mainnet keys, which will cause auth errors against the testnet endpoint.
python trader/main.py --config config.json --test --strategy momentum --symbol BTCUSDT
python trader/main.py --config config.json --strategy momentum --symbol BTCUSDT
python trader/backtest.py --config trader/config.example.json --strategy momentum --symbol BTCUSDT --interval 1h --limit 500
BinanceClient (trader/binance_api.py) implements the same interface as HyperliquidClient:
...
安装 moltrade 后,可以对 AI 说这些话来触发它
Help me get started with moltrade
Explains what moltrade does, walks through the setup, and runs a quick demo based on your current project
Use moltrade to operate the Moltrade trading bot (config, backtest, test-mode runs,...
Invokes moltrade with the right parameters and returns the result directly in the conversation
What can I do with moltrade in my finance & investment workflow?
Lists the top use cases for moltrade, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/moltrade/ 目录(个人级,所有项目可用),或 .claude/skills/moltrade/(项目级)。重启 AI 客户端后,用 /moltrade 主动调用,或让 AI 根据上下文自动发现并使用。
moltrade 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
moltrade 可免费安装使用。请查阅仓库了解许可证信息。
Operate the Moltrade trading bot (config, backtest, test-mode runs, Nostr signal broadcast, exchange adapters, strategy integration) in OpenClaw.
moltrade 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using moltrade
Identifies repetitive steps in your workflow and sets up moltrade to handle them automatically