返回顶部
c

coinfound-rwa-read

Read-only CoinFound RWA data skill backed by a bundled endpoint catalog and schema snapshots.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
108
下载量
1
收藏
概述
安装方式
版本历史

coinfound-rwa-read

# CoinFound RWA Read Self-contained read-only access to CoinFound RWA `GET` endpoints. ## Scope - Supports `aggregates`, `timeseries`, `pie`, `list`, and `dataset` routes under `v1/c/rwa/*`. - Does not refresh schema snapshots. Hand unresolved schema gaps to `$coinfound-rwa-schema-probe`. ## Workflow 1. Read the bundled endpoint catalog and schema snapshots before constructing a request. 2. Resolve the route by `endpoint_key` or by `asset_class + family + metric`. 3. Run the bundled fetch script and return both the envelope and normalized payload. 4. If the schema is missing or conflicts with live data, delegate to `$coinfound-rwa-schema-probe`. ## Bundled Resources Read first: - `shared/coinfound_rwa/data/endpoint_catalog.json` - `shared/coinfound_rwa/data/schema_snapshots/` Run: - `shared/coinfound_rwa/scripts/fetch_rwa.py` ## Minimal Examples ```bash python3 shared/coinfound_rwa/scripts/fetch_rwa.py \ --endpoint-key stable-coin.market-cap.timeseries \ --query '{"groupBy":"network"}' ``` ```bash python3 shared/coinfound_rwa/scripts/fetch_rwa.py \ --asset-class private-credit \ --family aggregates ``` ## Expected Output Default output should include: - `request` - `response_envelope` - `normalized_data` - `display_data` - `shape_family` - `schema_source` ## References - `references/rwa-read-workflow.md` - `references/rwa-read-capabilities.md` - `references/rwa-read-integration-notes.md`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 coinfound-skill-1776023882 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 coinfound-skill-1776023882 技能

通过命令行安装

skillhub install coinfound-skill-1776023882

下载 Zip 包

⬇ 下载 coinfound-rwa-read v1.0.1

文件大小: 23.05 KB | 发布时间: 2026-4-13 09:49

v1.0.1 最新 2026-4-13 09:49
Initial release with bundled endpoint catalog and schema snapshots.

- Provides self-contained, read-only access to CoinFound RWA GET endpoints.
- Supports `aggregates`, `timeseries`, `pie`, `list`, and `dataset` under `v1/c/rwa/*`.
- Includes scripts and data for request routing, schema lookup, and normalized payloads.
- Delegates schema refresh and unresolved structures to `$coinfound-rwa-schema-probe`.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部