← 返回 Skills 市场
yibaig

OpenClaw Binance

作者 yibaig · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
419
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-binance
功能描述
实时监控币安量化交易策略,分析表现,生成风险报告并推送多渠道风险预警。
安全使用建议
This skill largely implements a simple Binance monitor, but there are a few questionable items you should consider before installing or supplying real API keys: - The README/SKILL.md and skill.json promise broader features (email/SMS alerts, advanced scheduling) that the shipped code does not implement. Expect the code to only fetch hourly klines, compute basic metrics, save a markdown report, and post to a Feishu webhook. - SKILL.md omits that you must rename config.example.json to config.json (main.py will exit if config.json is missing). Follow the code's requirements, not the prose. - The project asks you to put your Binance API key and secret into a local config file. Prefer using API keys with trading-only permissions and withdrawals disabled, or use Binance testnet keys while evaluating. Do not reuse high-privilege keys. - main.py imports openclaw_sdk and config.example.json contains OPENCLAW_GATEWAY, but the code does not use them — this unexplained leftover could indicate incomplete code or planned behavior not yet implemented. Treat it as a warning: review the code for modifications before running. - The code writes reports to a data/binance_trades folder in the running directory and will make outbound HTTPS requests to Binance (via python-binance) and to the configured Feishu webhook. If you plan to run this, run it in an isolated account or VM and inspect the config file for any webhook/endpoint values you do not recognize. - If you want to proceed: (1) review the main.py source yourself, (2) create API keys with minimal permissions, (3) run in a safe environment, and (4) consider adding secrets-management (env vars or OS-protected vault) instead of storing keys in plaintext.
功能分析
Type: OpenClaw Skill Name: openclaw-binance Version: 0.1.0 The OpenClaw skill 'openclaw-binance' is designed for Binance quantitative trading monitoring. It loads API keys and a Feishu webhook URL from a user-configured `config.json`, which is a standard and secure practice. The `main.py` script interacts with the Binance API to fetch market data, performs local strategy analysis, generates reports saved locally, and sends alerts to the user-specified Feishu webhook. There is no evidence of data exfiltration beyond the intended alert messages, no malicious execution (e.g., `os.system`, `eval`), no persistence mechanisms, and no prompt injection attempts in the `SKILL.md` or `README.md` files. All actions align with the stated purpose of a trading monitoring system.
能力评估
Purpose & Capability
The skill's stated purpose (real-time Binance monitoring, reports and multi-channel alerts) broadly matches the included code: main.py fetches Binance klines, computes basic metrics, saves a markdown report and posts a Feishu webhook. However the README/SKILL.md and skill.json advertise multi-channel push (email, SMS, scheduling, custom strategies) that are not implemented (the code only posts to a FEISHU_WEBHOOK_URL). The skill.json lists openclaw-sdk as a dependency, which is present in main.py as an import but not used. These extra claims/configs are disproportionate to the actual code.
Instruction Scope
SKILL.md instructs the user to modify config.example.json and run python main.py, but main.py actually looks for config.json and exits if it does not exist — SKILL.md omits the required rename/creation step. SKILL.md also instructs copying to a specific Windows path (C:\Users\admin\.openclaw\workspace\) even though the code uses the current working directory; this is inconsistent. The instructions tell the user to place API Key/Secret in a file (config.json) with no guidance on protecting those secrets. There is no instruction to use Binance API keys with withdrawals disabled or to use testnet keys.
Install Mechanism
There is no install spec (instruction-only skill), and included files are plain Python code and a requirements.txt. No downloads from external/untrusted URLs or archive extraction are specified. The installation surface is limited to running python with listed packages.
Credentials
The skill does not declare any required environment variables or primary credential in registry metadata, yet it requires Binance API_KEY and SECRET_KEY in a local config.json (config.example.json shows those keys). The config.example.json also includes OPENCLAW_GATEWAY, which is not used by main.py, and main.py imports openclaw_sdk but never uses it — these extra credential/endpoint fields are unexplained and increase risk if misused. The number of required credentials (API key + secret) is appropriate for the purpose, but storing them in a plain config file without guidance is risky.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and only writes its own report files to a local data/binance_trades directory. No elevated persistence or cross-skill configuration changes are present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-binance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-binance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Binance quantitative trading monitoring system. - Real-time monitoring of Binance trading pairs' price and volume - Analyzes strategy performance (win rate, P/L ratio, max drawdown) - Generates hourly and daily trading reports - Supports risk alerts via Feishu, email, SMS, etc. - Configurable trading strategies and parameters - Includes setup instructions and sample configuration
元数据
Slug openclaw-binance
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Binance 是什么?

实时监控币安量化交易策略,分析表现,生成风险报告并推送多渠道风险预警。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。

如何安装 OpenClaw Binance?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-binance」即可一键安装,无需额外配置。

OpenClaw Binance 是免费的吗?

是的,OpenClaw Binance 完全免费(开源免费),可自由下载、安装和使用。

OpenClaw Binance 支持哪些平台?

OpenClaw Binance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Binance?

由 yibaig(@yibaig)开发并维护,当前版本 v0.1.0。

💬 留言讨论