RSS feeds

Two RSS feeds — one for security folks who want a push channel on new critical findings, one firehose for catalog-aware tooling. Both refresh on the same cadence as the catalog and are CDN-cached.

Endpoints

Format

RSS 2.0 with the standard channel fields plus <atom:link rel="self"> for client auto-update. Per-item fields:

Auto-discovery

Both feeds are linked from every page's <head> via <link rel="alternate" type="application/rss+xml"> tags. Feed readers like NetNewsWire, Reeder, Feedly, and Inoreader pick them up automatically when you point them at any skillox.io URL.

Caching + cadence

The catalog grows hourly during active crawls, but typical subscribers reload every few hours — SWR keeps latency low without hammering the DB.

Want a feed scoped to a specific source (GitHub vs ClawHub vs Skills.sh) or a specific verification level? Open an issue at git.skillox.io — adding query-parameter-scoped feeds is a few-hour change.