← 返回 Skills 市场
acevod

Shadow Binance Bot

作者 AceVod · GitHub ↗ · v1.3.3 · MIT-0
cross-platform ✓ 安全检测通过
136
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install shadow-binance-bot
功能描述
Analyze your Binance trade history and portfolio to identify emotional trading patterns and simulate alternative strategies for educational trading insights.
安全使用建议
This skill appears to do what it says: read your Binance account/trade history and run local simulations and coaching reports. Before enabling it: 1) Use a Binance API key limited to read-only permissions only, and enable IP restrictions if your platform supports it. 2) Prefer injecting keys via platform environment variables rather than creating a config.env file in the repository or workspace (the code will read config.env as a local fallback). 3) Review that your agent platform isolates environment variables from other skills — a read-only key is low-risk, but keep keys private and rotate them if you later stop using the skill. 4) If you want extra assurance, review the full repository files (they are included) or run the skill in Demo Mode (no keys) to confirm behavior. Overall the files are internally consistent with the claimed read-only analysis purpose.
功能分析
Type: OpenClaw Skill Name: shadow-binance-bot Version: 1.3.3 The shadow-binance-bot is a legitimate trading analysis tool designed to provide coaching insights by analyzing Binance trade history. It fetches data using standard Binance API endpoints (api.binance.com and fapi.binance.com) and implements only read-only operations (account balances and trade history). The code is well-structured, includes comprehensive unit tests (analyzer.test.cjs, shadowSim.test.cjs), and lacks any indicators of data exfiltration, unauthorized trading, or malicious execution. It follows security best practices by recommending read-only API keys and IP restrictions.
能力标签
crypto
能力评估
Purpose & Capability
The name and description match the requested resources: BINANCE_API_KEY and BINANCE_API_SECRET and a Node >=18 runtime. The code calls Binance read-only endpoints (account, myTrades, futures income) and implements analysis and simulation logic. No unrelated credentials, binaries, or platform access are requested.
Instruction Scope
SKILL.md and src/index.cjs instruct the agent to use environment variables (preferred) or a local config.env for development. Runtime behavior is limited to reading Binance data, analyzing it, running local simulations, and printing reports. The code reads config.env only as a local fallback and does not transmit data to third-party endpoints other than Binance.
Install Mechanism
There is no external install/download step in the registry metadata or SKILL.md; the package contains Node.js source files and requires Node >=18. No remote archives, URL downloads, or package installs are executed by an install script in the provided metadata.
Credentials
The required environment variables (BINANCE_API_KEY, BINANCE_API_SECRET, optional SPOT_SYMBOLS) are proportionate and necessary for the stated purpose. The code does not request additional secrets or unrelated environment/config paths. It does read a local config.env fallback for development — which is reasonable but a potential local-storage consideration (see guidance).
Persistence & Privilege
always:false (no forced presence). The skill does not modify other skills or system-wide settings, nor does it write files during normal operation (it reads config.env if present). Agent autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shadow-binance-bot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shadow-binance-bot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.3
v1.3.3: Add metadata.openclaw block for full registry consistency. Both registry: and metadata.openclaw: blocks now declare env vars and Node.js runtime.
v1.3.2
v1.3.2: Add registry metadata block with credentials and security posture. Addresses LLM scanner concern about registry metadata mismatch.
v1.3.1
v1.3.1: Registry metadata fix - added node >=18.0.0 to binaries
v1.3.0
v1.3.0: Credentials via process.env (platform injection), fallback to config.env. See full changelog: https://github.com/acevod/Shadow-Binance-Bot/blob/main/CHANGELOG.md
v1.2.0
v1.2.0: Demo Mode, configurable spot symbols, retry logic, ClawHub-ready. Full changelog: https://github.com/acevod/Shadow-Binance-Bot/blob/main/CHANGELOG.md
v1.0.0
Initial release with AI-powered Binance trade analysis, shadow strategy simulation, emotional trading detection, and coaching feedback.
元数据
Slug shadow-binance-bot
版本 1.3.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 6
常见问题

Shadow Binance Bot 是什么?

Analyze your Binance trade history and portfolio to identify emotional trading patterns and simulate alternative strategies for educational trading insights. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Shadow Binance Bot?

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

Shadow Binance Bot 是免费的吗?

是的,Shadow Binance Bot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Shadow Binance Bot 支持哪些平台?

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

谁开发了 Shadow Binance Bot?

由 AceVod(@acevod)开发并维护,当前版本 v1.3.3。

💬 留言讨论