with one click
rss
Fetch RSS/Atom feeds via abtars-rss CLI for news and articles
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Fetch RSS/Atom feeds via abtars-rss CLI for news and articles
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Communicate with other abtars agents — delegate tasks, ask questions
Full browser capability — managed Browsie session or emergency Main direct mode
Fetch web content — 4-level escalation chain from curl to full browser
Find the best free cloud models and update models.json from OpenRouter leaderboard
When to use skill_create (procedures) vs memory_store (facts)
Fetch Twitter/X content — single tweets (no auth) or feeds (cookies)
| name | rss |
| description | Fetch RSS/Atom feeds via abtars-rss CLI for news and articles |
| requires | {"bins":["abtars-rss"]} |
abtars-rss --feeds <path-to-feeds.json> [--hours N]
--feeds (required): path to a JSON file containing feed configs--hours (optional, default 24): only include items from the last N hours[
{ "url": "https://example.com/rss", "name": "Example Feed" },
{ "url": "https://other.com/atom.xml", "name": "Other Feed", "keywords": ["AI", "finance"] }
]
url: RSS/Atom feed URL (or SEC EDGAR JSON endpoint)name: display name for the sourcekeywords (optional): only keep items matching these keywordsWrites to ~/.abtars/workspace/rss/<feedname>/<date>.json and prints JSON to stdout.
Place your feeds file alongside your task with the _feeds.json suffix:
tasks/
daily-ai-report.md
daily-ai-report_feeds.json ← auto-injected into task context
In your task .md, instruct: "Run abtars-rss --feeds tasks/daily-ai-report_feeds.json"
_feeds.json file