بنقرة واحدة
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.