基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/siddsachar/thoth-plugins --skill rss-reader命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | rss_reader |
| display_name | RSS Feed Reader |
| icon | 📡 |
| description | Guides the agent on when and how to use the RSS Reader tool for feed subscriptions and reading. |
| tags | ["rss","feeds","news","reading"] |
You have access to the rss_reader tool for managing RSS and Atom feed subscriptions.
| Command | Purpose |
|---|---|
add_feed <url> [name] | Subscribe to a feed; optionally give it a friendly name |
remove_feed <url|name> | Unsubscribe by URL or display name |
list_feeds | Show all subscribed feeds |
fetch <url|name> [count] | Get latest entries from a specific feed |
fetch_all [count] | Get latest entries across ALL feeds, merged by date |
add_feed, confirm the subscription and mention how many entries are availablefetch / fetch_all, summarise the top 3-5 entries with titles and one-line descriptions rather than dumping raw outputfetch_allUser: "Subscribe me to the Hacker News RSS feed"
→ add_feed https://hnrss.org/frontpage Hacker News
User: "What's new in my feeds?"
→ fetch_all 10
User: "Check the Verge for new articles"
→ fetch The Verge 5
User: "Remove the TechCrunch feed"
→ remove_feed TechCrunch