بنقرة واحدة
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 المهني
| 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 fileCommunicate 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)