← Back to Skills Marketplace
jolestar

Kraken OpenAPI Skill

by jolestar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
257
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install kraken-openapi-skill
Description
Operate Kraken public market APIs through UXC with a curated OpenAPI schema, market-first discovery, and explicit private-auth boundary notes.
README (SKILL.md)

Kraken REST Skill

Use this skill to run Kraken public market-data operations through uxc + OpenAPI.

Reuse the uxc skill for shared execution, auth, and error-handling guidance.

Prerequisites

  • uxc is installed and available in PATH.
  • Network access to https://api.kraken.com.
  • Access to the curated OpenAPI schema URL:
    • https://raw.githubusercontent.com/holon-run/uxc/main/skills/kraken-openapi-skill/references/kraken-public.openapi.json

Scope

This skill covers a curated Kraken public surface for:

  • server time
  • asset pair metadata
  • ticker reads
  • OHLC candles
  • order book snapshots

This skill does not cover:

  • private account or trade endpoints in v1
  • Kraken FIX
  • broader non-core platform products

Authentication

Public market endpoints in this skill do not require credentials.

Kraken private REST endpoints use provider-specific header signing and nonce handling. Keep this v1 skill public-data-only until a reusable Kraken signer flow exists in uxc.

Core Workflow

  1. Use the fixed link command by default:

    • command -v kraken-openapi-cli
    • If missing, create it: uxc link kraken-openapi-cli https://api.kraken.com --schema-url https://raw.githubusercontent.com/holon-run/uxc/main/skills/kraken-openapi-skill/references/kraken-public.openapi.json
    • kraken-openapi-cli -h
  2. Inspect operation help before execution:

    • kraken-openapi-cli get:/0/public/Time -h
    • kraken-openapi-cli get:/0/public/Ticker -h
  3. Prefer narrow pair reads first:

    • kraken-openapi-cli get:/0/public/Ticker pair=XBTUSD
    • kraken-openapi-cli get:/0/public/Depth pair=XBTUSD count=20

Operations

  • get:/0/public/Time
  • get:/0/public/AssetPairs
  • get:/0/public/Ticker
  • get:/0/public/OHLC
  • get:/0/public/Depth

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.
  • Kraken pair naming can differ from other venues. Check AssetPairs before assuming symbol strings.
  • kraken-openapi-cli \x3Coperation> ... is equivalent to uxc https://api.kraken.com --schema-url \x3Ckraken_public_openapi_schema> \x3Coperation> ....

References

Usage Guidance
Plain-language next steps and risks to consider before installing: - The skill itself is a read-only Kraken public-market helper and its runtime instructions are narrowly scoped to public endpoints. That is coherent with its description. - However, the package also includes a second OpenAPI file (references/kraken-spot-futures.openapi.json) that documents private/account endpoints (balances, add/cancel order). The SKILL.md instructs you to avoid private endpoints, so the presence of that file is unexplained — inspect it and ask the publisher why it is included before trusting the skill. - The skill relies on uxc and a schema fetched from raw.githubusercontent.com at runtime. Make sure you trust the uxc implementation and that the schema URL is the canonical one you expect; a malicious or tampered schema could cause unintended API calls. - There are no environment variables or credentials requested by this skill now, so it will not ask for your API keys. If you later enable private functionality, require a well-reviewed Kraken signer flow and explicitly scoped credentials. - If you are not familiar with uxc or do not trust the skill author, review the files locally (especially the spot/futures schema and scripts/validate.sh) and confirm the linked schema URL before enabling automatic invocation. If you want higher assurance, ask the skill publisher why the private OpenAPI file is included and request its removal (or justification) before use.
Capability Analysis
Type: OpenClaw Skill Name: kraken-openapi-skill Version: 1.0.0 The skill bundle is a legitimate integration for the Kraken cryptocurrency exchange API using the `uxc` (Universal API Client) tool. It provides instructions and OpenAPI schemas (references/kraken-public.openapi.json) for accessing public market data such as tickers and order books. The SKILL.md and validate.sh files include explicit guardrails and checks to ensure the agent remains within a public, read-only scope and avoids private endpoints requiring complex authentication.
Capability Assessment
Purpose & Capability
SKILL.md and the public OpenAPI (references/kraken-public.openapi.json) are consistent with a read-only Kraken public-market skill. However, the repo also contains references/kraken-spot-futures.openapi.json which documents private /0/private/* endpoints (balances, orders, etc.). Including that private-schema file conflicts with the stated public-only scope and is unnecessary for the described v1 behavior.
Instruction Scope
Runtime instructions stick to public reads via uxc and explicit link/inspect-before-run workflows. They do not instruct reading local secrets or accessing unrelated system paths. Guardrails emphasize read-only use and a private-auth boundary.
Install Mechanism
This is instruction-only (no install spec). The skill expects uxc to be installed and fetches a schema from raw.githubusercontent.com (a common release host). No arbitrary third-party binary downloads or extract operations are included in the skill itself.
Credentials
The skill declares no required env vars or credentials, which matches public-data-only usage. The presence of the separate 'spot-futures' OpenAPI file that defines private endpoints suggests potential future need for credentials—this is not requested now but is an unexplained artifact.
Persistence & Privilege
always:false and no unusual persistence or modification of other skills. Autonomous invocation is allowed (platform default) but not combined with broad credential access in this package.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kraken-openapi-skill
  3. After installation, invoke the skill by name or use /kraken-openapi-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of kraken-openapi-skill. - Provides public market-data access to Kraken via curated OpenAPI schema and UXC tooling. - Supports key endpoints: server time, asset pair metadata, ticker reads, OHLC, and order book snapshots. - Excludes private/account functions and FIX; read-only, public-surface only. - Includes clear guidance for workflow, authentication, and recommended usage patterns. - Highlights Kraken-specific pair naming and focuses on automation-ready JSON output.
Metadata
Slug kraken-openapi-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Kraken OpenAPI Skill?

Operate Kraken public 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 257 downloads so far.

How do I install Kraken OpenAPI Skill?

Run "/install kraken-openapi-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Kraken OpenAPI Skill free?

Yes, Kraken OpenAPI Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Kraken OpenAPI Skill support?

Kraken OpenAPI Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Kraken OpenAPI Skill?

It is built and maintained by jolestar (@jolestar); the current version is v1.0.0.

💬 Comments