← 返回 Skills 市场
211
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install upbit-openapi-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/upbit-openapi-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 211 次。
如何安装 Upbit OpenAPI Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install upbit-openapi-skill」即可一键安装,无需额外配置。
Upbit OpenAPI Skill 是免费的吗?
是的,Upbit OpenAPI Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Upbit OpenAPI Skill 支持哪些平台?
Upbit OpenAPI Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Upbit OpenAPI Skill?
由 jolestar(@jolestar)开发并维护,当前版本 v1.0.0。
推荐 Skills