/install defillama-prices-openapi-skill
DefiLlama Prices API Skill
Use this skill to run DefiLlama public price API 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://coins.llama.fi. - Access to the curated OpenAPI schema URL:
https://raw.githubusercontent.com/holon-run/uxc/main/skills/defillama-prices-openapi-skill/references/defillama-prices.openapi.json
Scope
This skill covers a small public read-only price surface on coins.llama.fi:
- current price lookups for one or more assets
This skill does not cover:
- write operations
- protocol or chain overview endpoints from
api.llama.fi - yield endpoints from
yields.llama.fi - DefiLlama Pro APIs
Authentication
This public skill does not require authentication.
Core Workflow
-
Use the fixed link command by default:
command -v defillama-prices-openapi-cli- If missing, create it:
uxc link defillama-prices-openapi-cli https://coins.llama.fi --schema-url https://raw.githubusercontent.com/holon-run/uxc/main/skills/defillama-prices-openapi-skill/references/defillama-prices.openapi.json defillama-prices-openapi-cli -h
-
Inspect operation schema first:
defillama-prices-openapi-cli get:/prices/current/{coins} -h
-
Prefer narrow read validation before broader reads:
defillama-prices-openapi-cli get:/prices/current/{coins} coins=coingecko:bitcoin searchWidth=4h
Operations
get:/prices/current/{coins}
Guardrails
- Keep automation on the JSON output envelope; do not use
--text. - Parse stable fields first:
ok,kind,protocol,data,error. - Treat this v1 skill as read-only.
- This skill only wraps
coins.llama.fi; use the separate public analytics or yields skills for other DefiLlama hosts. defillama-prices-openapi-cli \x3Coperation> ...is equivalent touxc https://coins.llama.fi --schema-url \x3Cdefillama_prices_openapi_schema> \x3Coperation> ....
References
- Usage patterns:
references/usage-patterns.md - Curated OpenAPI schema:
references/defillama-prices.openapi.json - DefiLlama API docs: https://defillama.com/docs/api
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install defillama-prices-openapi-skill - After installation, invoke the skill by name or use
/defillama-prices-openapi-skill - Provide required inputs per the skill's parameter spec and get structured output
What is DefiLlama Prices OpenAPI Skill?
Operate DefiLlama public price APIs through UXC with a curated OpenAPI schema and read-first guardrails. It is an AI Agent Skill for Claude Code / OpenClaw, with 207 downloads so far.
How do I install DefiLlama Prices OpenAPI Skill?
Run "/install defillama-prices-openapi-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DefiLlama Prices OpenAPI Skill free?
Yes, DefiLlama Prices OpenAPI Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DefiLlama Prices OpenAPI Skill support?
DefiLlama Prices OpenAPI Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DefiLlama Prices OpenAPI Skill?
It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.