Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add holon-run/uxc --skill binance-spot-openapi-skillgit clone --depth 1 https://github.com/holon-run/uxcWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/holon-run/uxc/binance-spot-openapi-skill)<a href="https://agentmods.dev/skills/holon-run/uxc/binance-spot-openapi-skill"><img src="https://agentmods.dev/badge/skills/holon-run/uxc/binance-spot-openapi-skill.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.02610 |
| Opus 5 | $0.00021 | $0.01305 |
| Sonnet 5 | $0.00008 | $0.00522 |
| Haiku 4.5 | $0.00004 | $0.00261 |
Grade A, and why
binance-spot-openapi-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Binance Spot API Skill
Use this skill to run Binance Spot REST operations through uxc + OpenAPI.
Reuse the uxc skill for shared execution, auth, and error-handling guidance.
Prerequisites
uxcis installed and available inPATH.- Network access to:
https://api.binance.comhttps://testnet.binance.vision
- Access to the curated OpenAPI schema URL:
https://raw.githubusercontent.com/holon-run/uxc/main/skills/binance-spot-openapi-skill/references/binance-spot.openapi.json
Scope
This skill covers curated Binance Spot REST endpoints for:
- public market reads
- signed account reads
- signed order queries
- test orders
- order placement and cancellation
This skill does not cover:
- OCO, OTO, OTOCO, OPO, OPOCO, or other
orderList/*endpoints order/cancelReplaceorder/amend/*historicalTradesuiKlinesticker/tradingDay- SOR endpoints
- Wallet, Margin, Earn, or
/sapi/*endpoints - RSA request signing
https://demo-api.binance.com
Authentication
Public market endpoints do not require credentials.
Signed Spot endpoints require:
api_keyfield forX-MBX-APIKEYprivate_keyfield for Ed25519 PKCS#8 PEM signing, orsecret_keyfor deprecated HMAC SHA256 signing
Testnet API Key Setup
Binance Spot testnet uses a separate host and separate API key records from mainnet:
- base URL:
https://testnet.binance.vision - testnet API keys do not work on mainnet
- mainnet API keys do not work on testnet
There are two practical testnet flows:
-
Ed25519(recommended by Binance)- Generate an Ed25519 keypair locally.
- Register the public key in the Spot testnet API management UI.
- After registration, Binance shows a distinct
API keyfor that Ed25519 key record. - Use that displayed
API keyinX-MBX-APIKEY, and use the matching private key PEM for signing.
-
HMAC(legacy compatibility)- Create an HMAC key in the Spot testnet API management UI.
- Binance shows both
API keyandSecret key. - Use
API keyinX-MBX-APIKEY, and useSecret keyfor HMAC SHA256 signing.
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 237 lines · 42 tokens per session scan A 05750571a494
binance-spot-openapi-skill is a skill published in the GitHub repository holon-run/uxc (113 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 2,610 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
lap
LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…
lap
LAP CLI -- compile, search, and manage API specs for AI agents. Use when working with API specifications (OpenAPI, GraphQL, AsyncAPI, Protobuf, Postman), compiling specs to LAP format, searching the LAP registry, generating skills from API specs, or publishing APIs. Commands: init, compile, search, get, skill…
api-design-patterns
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices.
pipefy-api-fallback
Use this skill when an MCP tool fails AND the introspection skill could not resolve the problem. This is the last-resort fallback (Tier 3): call the Pipefy GraphQL API directly using curl or httpx, authenticating with the Service Account (OAuth2) or a Personal Access Token (PAT) available as env var. Follow the 3-tier…
spotify
Spotify API integration — playback control, playlists, search, recommendations.
linear
Linear project management — issues, cycles, and projects via GraphQL API.