← Back to Skills Marketplace
158
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install neomano-binance-assets
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install neomano-binance-assets - After installation, invoke the skill by name or use
/neomano-binance-assets - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Neomano Binance Assets (Read-only)?
Run "/install neomano-binance-assets" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Neomano Binance Assets (Read-only) free?
Yes, Neomano Binance Assets (Read-only) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Neomano Binance Assets (Read-only) support?
Neomano Binance Assets (Read-only) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Neomano Binance Assets (Read-only)?
It is built and maintained by elandivar (@elandivar); the current version is v0.1.2.
More Skills