← 返回 Skills 市场
158
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install neomano-binance-assets
功能描述
Safe, read-only Binance balance viewer (Spot wallet) using Binance API keys with READ-ONLY permissions. Use when the user wants to check holdings/balances/as...
安全使用建议
This package appears coherent for viewing Binance spot balances. Before installing: (1) ensure you create API keys with only Read-only permissions (no trading, transfers, or withdrawals) and enable IP allowlisting if possible; (2) store the secret securely (be aware the SKILL.md suggests ~/.openclaw/.env on the gateway — that file will contain your secret and should be protected); (3) review the included script yourself (it is short and readable) and run it in a trusted or ephemeral environment; (4) if you ever suspect the key is exposed, revoke it immediately. The script contacts only https://api.binance.com and does not appear to exfiltrate secrets elsewhere.
功能分析
Type: OpenClaw Skill
Name: neomano-binance-assets
Version: 0.1.2
The skill is a legitimate tool for viewing Binance Spot account balances. The Python script (scripts/assets.py) uses standard libraries to interact with the official Binance API, follows proper HMAC-SHA256 signing procedures, and includes safety measures such as hardcoding the API base URL to prevent redirection. The documentation (SKILL.md) correctly emphasizes the use of read-only API keys and provides clear, non-malicious instructions for the AI agent.
能力评估
Purpose & Capability
Name and description (read-only Binance balance viewer) align with required artifacts: python3 and BINANCE_API_KEY / BINANCE_API_SECRET. The script calls Binance's account endpoint and nothing else.
Instruction Scope
SKILL.md and scripts/assets.py only reference the declared env vars and the Binance signed endpoint. The instructions explicitly warn not to expose the secret, and the code does not read other files or transmit data to unexpected endpoints.
Install Mechanism
No install spec; code is instruction-only with an included Python script. Nothing is downloaded or written during install.
Credentials
Only BINANCE_API_KEY and BINANCE_API_SECRET are required, which is proportional for signing Binance account requests. The primaryEnv is correctly declared as BINANCE_API_KEY. The README advises read-only permissions and IP allowlisting.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It requires network access to api.binance.com to function (expected). Autonomous invocation is enabled by default but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install neomano-binance-assets - 安装完成后,直接呼叫该 Skill 的名称或使用
/neomano-binance-assets触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Security: hardcode Binance API base URL (remove BINANCE_BASE_URL env override) to prevent credential exfiltration via redirected signed requests.
v0.1.1
Docs: emphasize READ-ONLY API key permissions and safe balance querying best practices (no trading/withdrawals; recommend IP allowlist).
v0.1.0
Initial release: read-only Spot assets via signed GET /api/v3/account, filters non-zero balances.
元数据
常见问题
Neomano Binance Assets (Read-only) 是什么?
Safe, read-only Binance balance viewer (Spot wallet) using Binance API keys with READ-ONLY permissions. Use when the user wants to check holdings/balances/as... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 Neomano Binance Assets (Read-only)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install neomano-binance-assets」即可一键安装,无需额外配置。
Neomano Binance Assets (Read-only) 是免费的吗?
是的,Neomano Binance Assets (Read-only) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Neomano Binance Assets (Read-only) 支持哪些平台?
Neomano Binance Assets (Read-only) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Neomano Binance Assets (Read-only)?
由 elandivar(@elandivar)开发并维护,当前版本 v0.1.2。
推荐 Skills