en un clic
rss-atom
Fetch and parse RSS, Atom, and JSON feeds.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Fetch and parse RSS, Atom, and JSON feeds.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Bounded auto-iteration for a prompt with explicit stop predicates.
Memory hygiene workflow to classify, deduplicate, and promote durable knowledge across local memory layers.
Bounded simplification pass for a file or hunk that preserves behavior while reducing complexity.
Turn a repeatable workflow into a reusable local SKILL.md with explicit steps, criteria, and safe defaults.
Bounded auto-debug loop for failing build/test commands with evidence-first diagnosis.
Safely update Nexo config files with read-before-write merges, schema-aware mapping, and reload/restart awareness.
| name | RSS / Atom |
| description | Fetch and parse RSS, Atom, and JSON feeds. |
| requires | {"bins":[],"env":[]} |
Fetch news / blog / podcast feeds. Backed by the rss extension using feed-rs
(handles RSS 2.0, Atom 1.0, JSON Feed).
fetch-urlstatus — extension infofetch_feed — url + optional limit (default 20, max 100), include_content (default false)Entries are normalized to {id, title, link, published, summary, content, authors},
sorted newest first.
include_content: false by default — keeps responses small. Flip it when you
need the body text (e.g. to pass into summarize).rss + summarize + heartbeat to give kate a daily digest.