← 返回 Skills 市场
fanfanscoin

UEXX Data Cloud

作者 Fanfanscoin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install uexx-data-cloud
功能描述
Use this skill when the user wants to query cryptocurrency market data, sentiment, ETF flows, funding rates, OI, long/short ratios, or asks to use UEXX Data...
使用说明 (SKILL.md)

UEXX Data Cloud

UEXX Data Cloud is a cryptocurrency market data cache API for quantitative research, market monitoring, and trading systems. It provides cached global market data, selected symbol-level history, automatic historical backfill, and Free/PRO access levels.

Use this skill to answer user questions directly from UEXX data. Do not default to API tutorials. Only show curl/Python code when the user explicitly asks how to integrate the API.

Default Workflow

  1. Understand the user's data question.
  2. If needed, run scripts/query.py with the appropriate intent and symbol.
  3. The script automatically obtains or reuses a Free Key via POST /api/v1/free-key.
  4. Read the JSON result and answer in natural language.
  5. Mention data time/cache age when useful.

Supported Intents

  • fear-greed: fear and greed index, market sentiment
  • altcoin-season: altcoin season index
  • funding-rate: symbol funding rate, e.g. BTC/ETH
  • oi: symbol open interest
  • long-short: symbol account long/short ratio

Default symbol is BTCUSDT when the user asks a symbol-level question without a symbol.

Scripts

Use Python 3.

python scripts/query.py fear-greed
python scripts/query.py altcoin-season
python scripts/query.py funding-rate --symbol BTC
python scripts/query.py oi --symbol ETH
python scripts/query.py long-short --symbol BTCUSDT
python scripts/list_catalog.py

Answer Style

Return the value and interpretation, not raw JSON.

Example:

今日恐慌贪婪指数为 72,处于 Greed 区间。数据更新时间为 2026-05-19,缓存约 2 分钟前刷新。市场情绪偏乐观,但这不是单独的买入信号。

For unavailable or PRO-only data, say what is available on Free and suggest PRO only when relevant.

API Usage Requests

If the user explicitly asks for API integration, provide:

  • Base URL: https://bbs.uexx.com
  • Free Key endpoint: POST /api/v1/free-key
  • Auth header: X-API-Key: \x3Ckey>
  • Relevant endpoint and a short curl/Python example.

See references/api_catalog.md for available data categories and endpoint mapping.

安全使用建议
Treat this as an incomplete review rather than a positive clearance; the artifacts should be re-scanned when metadata.json and the artifact directory are accessible.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
Artifact review was blocked by command execution failure, so purpose and capability coherence could not be verified.
Instruction Scope
No SKILL.md instructions were accessible for scope review.
Install Mechanism
No install specification or manifest content was accessible for review.
Credentials
No artifact evidence was available to assess whether requested environment access is proportionate.
Persistence & Privilege
No artifact evidence was available to assess persistence or privilege behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install uexx-data-cloud
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /uexx-data-cloud 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
UEXX Data Cloud skill, initial release: - Provides direct answers to cryptocurrency market data queries (sentiment, funding rates, OI, long/short ratios, ETF flows) using the UEXX Data Cloud. - Automatically obtains or reuses a Free API Key and fetches cached data—no need for users to manage API credential flow. - Default answers use clear, natural language interpretation (no raw JSON) with relevant cache times. - Supports symbol-level queries with a default to BTCUSDT if no symbol is given. - API integration details (curl/Python examples) are only shown when explicitly requested by the user. - Clearly explains available intents and access levels (Free/PRO) within the SKILL documentation.
元数据
Slug uexx-data-cloud
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

UEXX Data Cloud 是什么?

Use this skill when the user wants to query cryptocurrency market data, sentiment, ETF flows, funding rates, OI, long/short ratios, or asks to use UEXX Data... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。

如何安装 UEXX Data Cloud?

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

UEXX Data Cloud 是免费的吗?

是的,UEXX Data Cloud 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

UEXX Data Cloud 支持哪些平台?

UEXX Data Cloud 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 UEXX Data Cloud?

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

💬 留言讨论