원클릭으로
rss
Fetch RSS/Atom feeds via abtars-rss CLI for news and articles
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch RSS/Atom feeds via abtars-rss CLI for news and articles
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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