Add RSS feed weekly
rss-addcommandsetup L1★86
yeshan333/awesome-tech-weekly-zh ↗What it does
Parse RSS feed and add item to weekly collection with auto-categorization
Best for
Building tech-weekly collections from multiple RSS feeds with automatic categorization and no manual file creation.
Inputs
- · RSS feed URL (rss_url parameter)
- · Repository architecture context
Outputs
- · New YAML file in items directory
- · Auto-categorized by feed source
Requires
- · rss-weekly-adder agent
- · RSS parser
- · File system (write)
Preconditions
- · Valid RSS feed URL provided
- · Repository structure initialized
- · items directory exists
Failure modes
- · Invalid RSS URL → feed parsing fails
- · No appropriate category found → auto-creates new one
- · YAML serialization issues → malformed output
Trust signals
- · Leverages external rss-weekly-adder agent (dedicated tool)
- · Auto-category detection follows repository code architecture
- · YAML output integrates with existing collection structure