Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Scrape blog posts via RSS feeds (free, no API key) with Apify fallback for JS-heavy sites. Use when you need to monitor competitor blogs, track industry content, or aggregate blog posts by keyword.
.claude/skills/gooseworks-ai-blog-feed-monitor/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -24% | 0% |
Scrape blog posts via RSS/Atom feeds (free) with optional Apify fallback for JS-heavy sites.
No API key needed for RSS mode.
bash# Scrape a blog's RSS feed python3 skills/blog-feed-monitor/scripts/scrape_blogs.py \ --urls "https://example.com/blog" --days 30 # Multiple blogs with keyword filter python3 skills/blog-feed-monitor/scripts/scrape_blogs.py \ --urls "https://blog1.com,https://blog2.com" --keywords "AI,marketing" --output summary # Force Apify for JS-heavy sites python3 skills/blog-feed-monitor/scripts/scrape_blogs.py \ --urls "https://example.com" --mode apify
<link rel="alternate"> tags/feed, /rss, /atom.xml, /feed.xml, /rss.xml, /blog/feed, /index.xmljupri/rss-xml-scraper (if token available)> Note: The Apify fallback actor jupri/rss-xml-scraper may need updating -- it has not been verified recently. RSS mode works reliably without it.
Only tries RSS feeds, no Apify fallback.
Uses Apify actor directly, skipping RSS discovery.
| Flag | Default | Description | |------|---------|-------------| | --urls | required | Blog URL(s), comma-separated | | --keywords | none | Keywords to filter (comma-separated, OR logic) | | --days | 30 | Only include posts from last N days | | --max-posts | 50 | Max posts to return | | --mode | auto | auto (RSS + fallback), rss (RSS only), apify (Apify only) | | --output | json | Output format: json or summary | | --token | env var | Apify token (only needed for Apify mode/fallback) | | --timeout | 300 | Max seconds for Apify run |
jupri/rss-xml-scraper -- minimal Apify creditsOther measured skills in the registry, with their headline benchmark lift.