← 返回 Skills 市场
darrenluo

CoinFound-Skill

作者 DarrenLuo · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
152
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install coinfound-skill
功能描述
Read-only CoinFound RWA data skill backed by a bundled endpoint catalog and schema snapshots.
使用说明 (SKILL.md)

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

python3 shared/coinfound_rwa/scripts/fetch_rwa.py \
  --endpoint-key stable-coin.market-cap.timeseries \
  --query '{"groupBy":"network"}'
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
安全使用建议
This bundle is consistent with a read-only data reader: it will run Python scripts and make unauthenticated GET requests to https://api.coinfound.org/api/kakyoin using the bundled catalog and snapshots. The probe CLI can perform live probes and — only if you run it with the snapshot-write option — persist snapshot files into the bundle directory. No credentials or extra environment variables are requested. If you install this skill, verify you trust the CoinFound domain and are comfortable allowing the agent to perform outbound HTTPS GETs; consider running it in a restricted environment if you need to limit network access.
功能分析
Type: OpenClaw Skill Name: coinfound-skill Version: 1.0.1 The bundle provides a legitimate set of tools for read-only access to Real World Asset (RWA) data via the CoinFound API (api.coinfound.org). The Python code in shared/coinfound_rwa/ is well-structured, uses standard libraries (urllib, json), and lacks any signs of malicious behavior such as data exfiltration, obfuscation, or unauthorized command execution. The SKILL.md and reference documentation provide clear, non-malicious instructions for an AI agent to navigate the bundled endpoint catalog and schema snapshots.
能力评估
Purpose & Capability
Name/description, bundled catalog, schema snapshots, CLI scripts, and Python code all match a read-only RWA data reader. Required binaries (python3/python) are appropriate and no unrelated credentials or system paths are requested.
Instruction Scope
SKILL.md instructs reading bundled files and running the provided fetch script. The runtime code performs GET requests only to the CoinFound base URL and returns normalized/display data as described. The probe scripts can perform live probes and optionally write snapshots, which is documented and separate from the read flow.
Install Mechanism
No install spec is provided (instruction-only). The bundle includes Python source and CLI scripts but does not fetch external installers or archives during 'installation', so there is no remote install risk in the manifest.
Credentials
The skill requests no environment variables or credentials. The code performs unauthenticated GETs to the documented CoinFound API endpoints; requesting no secrets is proportionate to the stated read-only purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges. Probe code can write snapshot files only when explicitly invoked with the write option; it does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install coinfound-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /coinfound-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
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`.
v1.0.0
- Initial release of the CoinFound RWA read-only data skill. - Supports GET endpoints for aggregates, timeseries, pie, list, and dataset under v1/c/rwa/*. - Designed for third-party integrations; does not handle schema probing or snapshot refresh. - Integrates with shared endpoint catalog, schema snapshots, and fetching scripts for standardized data retrieval. - Provides structured responses containing request, normalized data, display data, and metadata.
元数据
Slug coinfound-skill
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

CoinFound-Skill 是什么?

Read-only CoinFound RWA data skill backed by a bundled endpoint catalog and schema snapshots. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 CoinFound-Skill?

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

CoinFound-Skill 是免费的吗?

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

CoinFound-Skill 支持哪些平台?

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

谁开发了 CoinFound-Skill?

由 DarrenLuo(@darrenluo)开发并维护,当前版本 v1.0.1。

💬 留言讨论