| name | coinfeeds-api |
| description | Use when tasks require Coinfeeds news/market API pulls with key auth and fallback handling for demo-only account access. |
Coinfeeds API
Use this skill for Coinfeeds endpoint calls.
When to use
- The task needs Coinfeeds news/price feed APIs.
- You have a Coinfeeds API key or demo credentials.
Quick start
export COINFEEDS_API_KEY="..."
python3 scripts/coinfeeds_request.py /v1/news --pretty
Workflow
- Set
COINFEEDS_API_KEY.
- Probe a simple endpoint first.
- Treat unavailable AI/chat endpoints as plan-gated.
References