Rssp — Development skill for Claude Code
RSS Puller (written entirely by Claude Code, I didn't touch a single line of code).
How to install Rssp
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open yegor256/rssp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Rssp does
RSS Puller (written entirely by Claude Code, I didn't touch a single line of code).
Alternatives in Development
- Fix Py Line Too Long 71.9k ★
- GenericAgent — Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token co 6.1k ★
- Mass Line 3.7k ★
README
RSS Stream Processor
[](https://github.com/yegor256/rssp/actions/workflows/ci.yml)
A smart RSS aggregator that helps you stay focused on news that matters. Instead of manually browsing through multiple RSS feeds and filtering irrelevant content, this tool monitors your favorite news sources, uses ChatGPT to intelligently filter and compress articles based on your interests, and outputs only the relevant news to a text file that you can read at your convenience or tail-follow in real-time.
[Claude Code] wrote this code base for me. I didn't touch a single line of code.
Install it from sources:
git clone https://github.com/yegor256/rssp.git
cd rssp
go build -o rssp
Then, monitor a single RSS feed and save output to a file:
rssp --output feed.txt https://example.com/rss.xml
It is advised to define `DIFFBOT_TOKEN` (from [Diffbot]) and `OPENAI_API_KEY` (from [OpenAI]) environment variables.
How It Works
- The tool accepts one or more RSS feed URLs as command-line arguments
- It polls each feed every 30 seconds for new content
- New items are printed to stdout (or to a file if
--outputis specified) with timestamps - Items are deduplicated using their GUID (or link if GUID is not available)
- When using
--output, content is appended to the file, preserving existing content - The tool runs continuously in the foreground until interrupted
How to Contribute
make test # Run all tests
make test-race # Run tests with race detector
make test-coverage # Generate coverage report
make build # Build the binary
make clean # Clean build artifacts
Related Skills
Tilth
A local-first garden almanac & planner — but really an experiment in agent-first, no-hand-coding development:
Fable5 Demos
One-shot simulations: real physics & math, each written in a single attempt by Claude Fable 5 — one self-conta
Docblock Rewrite
Convert PHPDoc and JSDoc blocks into one-line plain-English // comments. Scripted bulk pass over a directory o
Repo Say Hello
Apply .agents/skills/say-hello/SKILL.md: run the say-hello demo and respond with the single confirmation line
Brand Launchpad
One Claude Code skill that turns a single project into a complete brand launch — 12 files (positioning, hero l
Muse:Critic
Apply a persona's ## Critic frames to an existing artifact (file). Produces structured findings with P0/P1/P2/
Related Agents
Plan Griller
Adversarial plan validator — finds every way the plan can fail before a single line is written.
X Codebase Explorer
Read-only codebase tracer. Answers where something lives, what depends on it, and what a change would touch, w
Code Storyteller
Explains code as a well-written narrative — from entry point to execution end, covering intent and design rath