feed-decrypt
Installation
SKILL.md
feed-decrypt (Decrypt source adapter)
A pure fetch + normalize adapter for one outlet. Emits the common article record (or [UNAVAILABLE]).
It does not dedup, store, embed, or judge relevance — that is [[crypto-news-store]] + [[narrative-news]].
Hard rule
Never fabricate a title, body, date, or URL. On paywall/failure → [UNAVAILABLE]. Return ≥1 normalized record or a clean [UNAVAILABLE] — never a half-record, never a silent empty (PRD AC5/AC6).
Retrieval recipe
- Endpoint (verified resolving, RSS 2.0):
https://decrypt.co/feed - Fetch with
web_fetch(pod) or curl/python (local). Parse RSSchannel > item:title→titlelink→url(canonicalize: strip#…andutm_*/ref/fbclidparams)pubDate(RFC-822, e.g.Mon, 15 Jun 2026 21:05:00 +0000) →published_at(keep ISO-8601 UTC)description(and/orcontent:encoded) →summary(strip HTML tags; do not invent prose)categorytags →tags(append tickers you can read verbatim, e.g.BTC,MSTR)
lang:en.source:decrypt.