← Back to Skills Marketplace
152
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install coinfound-skill
Description
Read-only CoinFound RWA data skill backed by a bundled endpoint catalog and schema snapshots.
README (SKILL.md)
CoinFound RWA Read
Self-contained read-only access to CoinFound RWA GET endpoints.
Scope
- Supports
aggregates,timeseries,pie,list, anddatasetroutes underv1/c/rwa/*. - Does not refresh schema snapshots. Hand unresolved schema gaps to
$coinfound-rwa-schema-probe.
Workflow
- Read the bundled endpoint catalog and schema snapshots before constructing a request.
- Resolve the route by
endpoint_keyor byasset_class + family + metric. - Run the bundled fetch script and return both the envelope and normalized payload.
- 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.jsonshared/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:
requestresponse_envelopenormalized_datadisplay_datashape_familyschema_source
References
references/rwa-read-workflow.mdreferences/rwa-read-capabilities.mdreferences/rwa-read-integration-notes.md
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install coinfound-skill - After installation, invoke the skill by name or use
/coinfound-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is CoinFound-Skill?
Read-only CoinFound RWA data skill backed by a bundled endpoint catalog and schema snapshots. It is an AI Agent Skill for Claude Code / OpenClaw, with 152 downloads so far.
How do I install CoinFound-Skill?
Run "/install coinfound-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is CoinFound-Skill free?
Yes, CoinFound-Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does CoinFound-Skill support?
CoinFound-Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created CoinFound-Skill?
It is built and maintained by DarrenLuo (@darrenluo); the current version is v1.0.1.
More Skills