一键导入
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.