원클릭으로
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 직업 분류 기준
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.