← 返回 Skills 市场
jolestar

Crypto.com MCP Skill

作者 jolestar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
176
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install crypto-com-mcp-skill
功能描述
Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails.
使用说明 (SKILL.md)

Crypto.com MCP Skill

Use this skill to run Crypto.com exchange market data workflows through uxc + MCP.

Reuse the uxc skill for shared MCP execution, output parsing, and auth handling.

Prerequisites

  • uxc is installed and available in PATH.
  • Network access to https://mcp.crypto.com/market-data/mcp.
  • Access to the official Crypto.com MCP docs:
    • https://mcp.crypto.com/docs

Scope

This skill covers the official Crypto.com MCP surface for:

  • exchange market discovery
  • ticker and order book style reads
  • read-only market data workflows

This skill does not cover:

  • exchange trading or account writes
  • private account workflows
  • non-MCP REST or WebSocket product families

Endpoint

Use the official Crypto.com MCP endpoint:

  • https://mcp.crypto.com/market-data/mcp

Core Workflow

  1. Use the fixed link command by default:
    • command -v crypto-com-mcp-cli
    • If missing, create it: uxc link crypto-com-mcp-cli https://mcp.crypto.com/market-data/mcp
  2. Inspect tool and argument help before execution:
    • crypto-com-mcp-cli -h
    • crypto-com-mcp-cli get_ticker -h
    • crypto-com-mcp-cli get_book -h
    • crypto-com-mcp-cli get_candlestick -h
  3. Prefer read-only market queries and keep instruments and limits narrow:
    • crypto-com-mcp-cli get_ticker instrument_name=BTC_USDT
    • crypto-com-mcp-cli get_book instrument_name=BTC_USDT depth=20
    • crypto-com-mcp-cli get_candlestick instrument_name=BTC_USDT timeframe=1h

Operations

  • get_instruments
  • get_instrument
  • get_ticker
  • get_tickers
  • get_book
  • get_index_price
  • get_mark_price
  • get_candlestick
  • get_trades

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.
  • Treat this as market-data only. Do not imply trading, balances, or private account access.
  • crypto-com-mcp-cli \x3Coperation> ... is equivalent to uxc https://mcp.crypto.com/market-data/mcp \x3Coperation> ....

References

安全使用建议
This skill appears coherent and limited to read-only market-data calls to Crypto.com's official MCP endpoint. Before installing: (1) confirm you trust 'uxc' because this skill delegates execution and possibly auth to it; (2) verify the MCP endpoint (https://mcp.crypto.com/market-data/mcp) and Crypto.com docs yourself; (3) note there is no published source/homepage for the skill — if provenance matters to you, request a canonical repository or vendor information from the publisher; (4) the included scripts reference 'rg' (ripgrep) for validation in CI only — not required at runtime; and (5) if you prefer to avoid autonomous network calls, restrict the skill to user-invocable or disable model invocation per your agent settings.
功能分析
Type: OpenClaw Skill Name: crypto-com-mcp-skill Version: 1.0.0 The skill bundle is a well-structured implementation for accessing Crypto.com exchange market data via the Model Context Protocol (MCP). It includes clear read-only guardrails, explicit instructions to avoid private account workflows or trading, and a validation script (scripts/validate.sh) that enforces these safety constraints. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The name/description describe read-only market-data access via Crypto.com MCP and the files/instructions match that purpose. The SKILL.md requires 'uxc' and a fixed MCP endpoint (mcp.crypto.com) which is appropriate. No unrelated environment variables, binaries, or config paths are requested. Note: the package source/homepage are not provided (source unknown), so provenance is unclear even though functionality is coherent.
Instruction Scope
Runtime instructions are narrow and consistent: link a CLI via 'uxc', inspect help, and run read-only operations (ticker, book, candlestick, trades). The skill explicitly forbids trading/account writes and does not instruct reading unrelated files or environment variables. Network access is limited to the documented MCP endpoint and docs URL.
Install Mechanism
There is no install spec (instruction-only skill). The included validation script is for developer/CI checks and not a runtime installer. No archives or external downloads are performed by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That aligns with its stated read-only, public-market-data role. Be aware that authentication/credential handling may be delegated to the 'uxc' skill — review 'uxc' if you need to confirm how auth is managed.
Persistence & Privilege
Flags show normal defaults (always: false, agent-invocable allowed). The skill does not request persistent system-wide changes or modify other skills' configs. Autonomous invocation is allowed by platform default; combine that with your local policy if you want to restrict autonomous calls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-com-mcp-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-com-mcp-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of crypto-com-mcp-skill for Crypto.com MCP market data workflows via UXC. - Supports read-only market data operations: market discovery, ticker, order book, trades, and candlesticks. - Follows help-first command discovery and restricts workflows to public, non-trading endpoints. - Enforces JSON output automation and parsing guardrails for reliability. - No support for trading, account, or private data operations.
元数据
Slug crypto-com-mcp-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Crypto.com MCP Skill 是什么?

Use Crypto.com MCP through UXC for exchange market data workflows with help-first discovery and read-only guardrails. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。

如何安装 Crypto.com MCP Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-com-mcp-skill」即可一键安装,无需额外配置。

Crypto.com MCP Skill 是免费的吗?

是的,Crypto.com MCP Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Crypto.com MCP Skill 支持哪些平台?

Crypto.com MCP Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Crypto.com MCP Skill?

由 jolestar(@jolestar)开发并维护,当前版本 v1.0.0。

💬 留言讨论