在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
rss-reader
// Guides the agent on when and how to use the RSS Reader tool for feed subscriptions and reading.
$ git log --oneline --stat
stars:4
forks:0
updated:2026年4月6日 12:52
SKILL.md
// Guides the agent on when and how to use the RSS Reader tool for feed subscriptions and reading.
| 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