← Back to Skills Marketplace
211
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install upbit-openapi-skill
Description
Operate Upbit public exchange market APIs through UXC with a curated OpenAPI schema, market-first discovery, and explicit private-auth boundary notes.
Usage Guidance
This skill appears to do what it says: read-only Upbit public market data via a curated OpenAPI schema. Before installing, confirm you have the 'uxc' CLI available (SKILL.md expects it on PATH) and that you trust the packaged schema URL (it points to a GitHub raw file). The included validate.sh is a local CI helper that requires jq and ripgrep (rg) — those are not runtime requirements but needed only if you run the repo's validation script. Note the skill has no homepage and an unknown source owner; if provenance matters to you, verify the repository and author before use. Finally, the skill explicitly excludes private/account operations and does not request any credentials.
Capability Analysis
Type: OpenClaw Skill
Name: upbit-openapi-skill
Version: 1.0.0
The skill bundle is a well-structured integration for accessing Upbit's public market data via the `uxc` CLI. It explicitly limits its scope to public endpoints (tickers, candles, order books), includes clear guardrails against attempting private authenticated operations, and provides a validation script (`scripts/validate.sh`) to ensure schema integrity. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
Capability Assessment
Purpose & Capability
The skill's name, description, OpenAPI schema, and runtime instructions all align with providing read-only Upbit public market data. However, the SKILL.md requires the 'uxc' CLI to be on PATH (and the README uses upbit-openapi-cli via uxc), yet the registry metadata lists no required binaries — a minor metadata inconsistency.
Instruction Scope
Instructions are narrowly scoped to public market discovery and reads (market list, ticker, candles, orderbook). Guardrails explicitly state read-only behavior and warn not to use private-account endpoints. The runtime steps only reference the curated schema and regional Upbit hosts; no instructions attempt to read unrelated system files or secrets.
Install Mechanism
This is an instruction-only skill with no install spec (lowest risk). It references a remote OpenAPI JSON on GitHub raw (used as schema URL) which is reasonable for a curated schema. The included scripts/validate.sh runs local checks and requires jq and rg, but those tools are for validation/CI and are not part of a runtime install step.
Credentials
No environment variables or credentials are requested. The skill is explicitly public-data-only and documents that private Upbit auth is out of scope, so there is no disproportionate credential access.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It can be invoked by the agent (normal default) but has no elevated persistence or privileges declared.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install upbit-openapi-skill - After installation, invoke the skill by name or use
/upbit-openapi-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Upbit OpenAPI Skill v1.0.0 – Initial Release
- Enables public Upbit exchange market-data via OpenAPI and uxc.
- Supports market discovery, ticker reads, minute candles, and order book snapshots.
- Explicitly excludes private (account, order) endpoints in this version.
- No authentication required for included endpoints.
- Includes workflow for regional API host selection and setup.
- Provides usage guardrails and operational tips for reliable integration.
Metadata
Frequently Asked Questions
What is Upbit OpenAPI Skill?
Operate Upbit public exchange market APIs through UXC with a curated OpenAPI schema, market-first discovery, and explicit private-auth boundary notes. It is an AI Agent Skill for Claude Code / OpenClaw, with 211 downloads so far.
How do I install Upbit OpenAPI Skill?
Run "/install upbit-openapi-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Upbit OpenAPI Skill free?
Yes, Upbit OpenAPI Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Upbit OpenAPI Skill support?
Upbit OpenAPI Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Upbit OpenAPI Skill?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.
More Skills