Read and parse RSS/Atom feeds to monitor news, blogs, and content updates. Use when you need to fetch RSS feeds, parse entries, or monitor content sources for updates.
/plugin marketplace add memorysaver/looplia-skills/plugin install search-and-research@looplia-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
scripts/fetch_rss.pyFetch, parse, and process RSS/Atom feeds to monitor content sources and extract updates.
python scripts/fetch_rss.py <feed_url> [--limit N] [--format json|text]
Arguments:
feed_url: The RSS/Atom feed URL to fetch--limit N: Number of entries to return (default: 10)--format: Output format - json or text (default: text)Examples:
# Fetch latest 5 entries as text
python scripts/fetch_rss.py https://example.com/feed.xml --limit 5
# Fetch as JSON for processing
python scripts/fetch_rss.py https://example.com/rss --format json
Each feed entry typically contains:
| Type | Example Feed Pattern |
|---|---|
| Blogs | /feed, /rss, /atom.xml |
| News | /rss/headlines, /feeds/all |
| GitHub | /releases.atom, /commits.atom |
/.rss, /top/.rss |
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.