ワンクリックで
rss-atom
Fetch and parse RSS, Atom, and JSON feeds.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fetch and parse RSS, Atom, and JSON feeds.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| 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.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.