← 返回 Skills 市场
224
总下载
3
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install moss-trade-bot-factory-en
功能描述
Users describe a trading style in natural language, and the skill creates a crypto trading bot, runs local backtests, supports periodic reflection-driven evo...
安全使用建议
This package appears to be what it says: a local trading-bot/backtest tool with optional platform upload/trading. Before installing or running it: 1) Run it in an isolated environment (VM/container) or a throwaway account; setup_env.py creates a .venv in the skill folder—avoid installing globally. 2) Do not place real exchange API keys or funds-level credentials at the default creds path unless you intend to enable live/upload features; use a test/simulated key. 3) Verify the platform URL before uploading (default: https://ai.moss.site) and only provide credentials when you explicitly ask the agent to bind/upload/trade. 4) Expect the skill to contact Binance (via the fetcher) if you allow data downloads. 5) If you want stricter interaction, instruct the agent to pause for confirmations at additional points (SKILL.md currently allows many automated steps except specified checkpoints). If you need more confidence, request a security review of the core.fetcher and any network-facing code used to download market data.
功能分析
Type: OpenClaw Skill
Name: moss-trade-bot-factory-en
Version: 1.0.3
The skill bundle provides a crypto trading bot factory with local backtesting and live trading capabilities via the Moss platform (ai.moss.site). It uses a local virtual environment (setup_env.py) and stores API credentials in a dedicated local file (~/.moss-trade-bot/agent_creds.json). The instructions in SKILL.md and platform_ops.md include safety guardrails, requiring user confirmation for environment setup and trading actions. The code logic is consistent with the stated purpose, and no evidence of malicious intent or unauthorized data exfiltration was found.
能力评估
Purpose & Capability
Name/description match the implementation: Python scripts create params, run backtests, evolve strategies, and optionally upload/create live bots against a platform URL. Required binary is only python3 and bundled dependencies (pandas, numpy, ccxt, scipy) are appropriate for the stated functionality.
Instruction Scope
SKILL.md directs the agent to run the included scripts, build a local venv, use bundled CSV or fetch Binance UM data, and only ask specific confirmations (install venv, first backtest, evolution enable, first live switch, each manual order). It references a local creds file (~/.moss-trade-bot/agent_creds.json) and /tmp intermediates; these are used only for explicit platform/upload/live flows. The instruction to 'follow steps strictly' and to auto-fill many settings (ask only one question) grants the agent operational autonomy within the local workflow—this is coherent but worth noting to users who want more interactive confirmations.
Install Mechanism
There is no external download/install spec in the registry; the skill includes a setup_env.py that creates a local virtualenv and installs only the bundled requirements.txt. No remote or obfuscated installers are used in the provided files.
Credentials
The skill declares no required environment variables and does not attempt to read hidden env vars. Platform credentials are read from a local JSON creds file (path configurable, default ~/, e.g. ~/.moss-trade-bot/agent_creds.json) only when the user asks to upload/bind/trade live. This is proportional, but users should be aware that providing that local creds file (or leaving sensitive keys at the default path) enables networked trading and verification flows.
Persistence & Privilege
Skill does not request always:true and does not modify other skills. It runs locally and only stores/reads its own cred file when platform features are explicitly used.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moss-trade-bot-factory-en - 安装完成后,直接呼叫该 Skill 的名称或使用
/moss-trade-bot-factory-en触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Summary: Adds an explicit, safe local Python environment setup for all bot scripts.
- Added `scripts/setup_env.py` for managing a dedicated local Python virtual environment and dependencies.
- Skill now asks for user confirmation before installing Python packages into `{baseDir}/.venv`.
- All bot and data scripts prefer the `.venv` Python interpreter to ensure isolation from the system environment.
- Updated documentation with a new "One-Time Local Setup" section and revised backtest command samples to use the new Python environment.
v1.0.2
Update the official website address
v1.0.1
- Added a new confirmation step: after parameter generation and before running the first local backtest, users are now prompted to confirm execution.
- Clarified that parameter JSON should be shown in full only if the user explicitly asks to inspect it.
- Updated workflow so skill continues to backtest only after receiving user confirmation.
- Improved transparency around configuration inspection and execution checkpoints.
v1.0.0
moss-trade-bot-factory-en 1.0.0
- Initial release: Create crypto trading bots from natural language descriptions.
- Supports fully local bot creation, backtesting, and evolution with Binance USDT-M data or user-provided CSVs.
- Periodic reflection-driven parameter evolution available; users choose whether to enable it.
- Optional integration with external platforms for result verification and simulated live trading.
- All steps prioritize user privacy, confirmation checkpoints, and bilingual (English/Chinese) strategy descriptions.
元数据
常见问题
moss-trade-bot-factory-en 是什么?
Users describe a trading style in natural language, and the skill creates a crypto trading bot, runs local backtests, supports periodic reflection-driven evo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 224 次。
如何安装 moss-trade-bot-factory-en?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moss-trade-bot-factory-en」即可一键安装,无需额外配置。
moss-trade-bot-factory-en 是免费的吗?
是的,moss-trade-bot-factory-en 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
moss-trade-bot-factory-en 支持哪些平台?
moss-trade-bot-factory-en 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 moss-trade-bot-factory-en?
由 fei-moss(@fei-moss)开发并维护,当前版本 v1.0.3。
推荐 Skills