feed-coindesk

Installation
SKILL.md

feed-coindesk (CoinDesk source adapter)

Pure fetch + normalize adapter for one outlet. Emits the common record (or [UNAVAILABLE]). Dedup/ store/judge live downstream in [[crypto-news-store]] + [[narrative-news]].

Hard rule

Never fabricate. On failure → [UNAVAILABLE]. Return ≥1 record or a clean [UNAVAILABLE] (PRD AC5/AC6).

Retrieval recipe

  • Endpoint (verified resolving, RSS 2.0): https://www.coindesk.com/arc/outboundfeeds/rss/ (CoinDesk runs the Arc Publishing "outboundfeeds" RSS; this is the canonical site-wide feed.)
  • Parse RSS channel > item: title→title, link→url (canonicalize, strip utm_*), pubDate(RFC-822)→published_at (ISO-8601 UTC), descriptionsummary (strip HTML), categorytags, dc:creator optional, media:content is an image URL (ignore for the record). lang: en, source: coindesk.

Politeness (required)

Conditional GET (ETag/If-Modified-Since; 304 → nothing-new). Exponential backoff on 429/5xx, ~2 retries, then [UNAVAILABLE]. Sequential fetch.

Installs
1
First Seen
Jun 16, 2026
feed-coindesk — dzianisv/financial-advisor-agents