feed-cointelegraph

Installation
SKILL.md

feed-cointelegraph (CoinTelegraph 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://cointelegraph.com/rss
  • Parse RSS channel > item: title→title, link→url (canonicalize, strip utm_*), pubDate(RFC-822)→published_at (ISO-8601 UTC), description/content:encodedsummary (strip HTML), categorytags, dc:creator optional. lang: en, source: cointelegraph.
  • Note: CoinTelegraph also publishes localized feeds (/rss/...); default to the English home feed above.

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-cointelegraph — dzianisv/financial-advisor-agents