← Back to Skills Marketplace
364
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install upbit
Description
Real-time cryptocurrency price lookup from Upbit (Korean KRW exchange). Use when user asks for Korean crypto prices, Upbit prices, domestic cryptocurrency ra...
Usage Guidance
This skill appears to do only what it says: call Upbit's public ticker endpoint and format results. Before installing, note: (1) SKILL.md examples use curl — ensure the environment provides an HTTP client or update the instruction if needed; (2) the skill makes outbound network requests to api.upbit.com (expected for its purpose); (3) it requires no credentials, so there's no credential exfiltration risk from the skill itself, but any agent invocation will contact an external service — consider network and privacy policies; (4) the skill has no homepage and an unknown source/owner, so if provenance matters prefer a skill with a verifiable repo or publisher. If you need rate-limit guarantees, authentication, or signed source code, request a version with an explicit install/source and publisher information.
Capability Analysis
Type: OpenClaw Skill
Name: upbit
Version: 1.0.0
The skill bundle is benign. It provides instructions and examples for querying the public Upbit API to fetch cryptocurrency prices, which aligns perfectly with its stated purpose. There are no indications of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's core function or security. The `curl` commands target the legitimate `api.upbit.com` domain.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: SKILL.md shows how to fetch real-time KRW market tickers from Upbit's public API and how to format results. Nothing requested or required contradicts this purpose.
Instruction Scope
Instructions are narrowly scoped to calling Upbit's public API (https://api.upbit.com/v1/ticker) and formatting the response. Minor inconsistency: examples use the curl CLI but the skill metadata does not declare curl as a required binary; otherwise the instructions do not read files, access secrets, or direct data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no environment variables or credentials and the instructions do not reference any secrets. Access requested (public API calls) is proportionate to the stated functionality.
Persistence & Privilege
always:false and no special privileges are requested. Autonomous invocation is allowed (platform default) but this is expected for a query-style skill; the skill does not request permanent presence or modify other skills/config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install upbit - After installation, invoke the skill by name or use
/upbit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Upbit Price Lookup skill.
- Provides real-time cryptocurrency prices from Upbit (KRW markets).
- Supports all coins listed on Upbit; fetch data using public API with `KRW-{SYMBOL}` format.
- Returns current price, daily change, 24h statistics, and 52-week range.
- Clear error handling for unsupported or invalid market codes.
Metadata
Frequently Asked Questions
What is Upbit?
Real-time cryptocurrency price lookup from Upbit (Korean KRW exchange). Use when user asks for Korean crypto prices, Upbit prices, domestic cryptocurrency ra... It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.
How do I install Upbit?
Run "/install upbit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Upbit free?
Yes, Upbit is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Upbit support?
Upbit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Upbit?
It is built and maintained by lkjsays (@lkjsays); the current version is v1.0.0.
More Skills