一键导入
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