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 RSS channel > item:
    • titletitle
    • linkurl (canonicalize: strip #… and utm_*/ref/fbclid params)
    • pubDate (RFC-822, e.g. Mon, 15 Jun 2026 21:05:00 +0000) → published_at (keep ISO-8601 UTC)
    • description (and/or content:encoded) → summary (strip HTML tags; do not invent prose)
    • category tags → tags (append tickers you can read verbatim, e.g. BTC, MSTR)
  • lang: en. source: decrypt.
Installs
1
First Seen
Jun 16, 2026
feed-decrypt — dzianisv/financial-advisor-agents