valeria-rss-reader
v0.2.1
Published
RSS reader with Claude Code notifications - catch up on your feed while Claude thinks
Maintainers
Readme
Valeria RSS Reader
Catch up on your RSS feed while Claude thinks. Get notified when Claude is ready.
Install
npm install -g valeria-rss-readerSetup
valeria setupThis will:
- Configure your RSS providers (Readwise, etc.)
- Install Claude Code hooks
Usage
valeriaThen open http://localhost:3847 in your browser.
How it works
Claude Code Valeria (localhost:3847)
│ │
│ (Claude finishes) │
▼ │
Stop Hook fires ──────────────────▶ SSE broadcast
│
▼
Browser notification- Run
valeriato start the local server - Open the RSS reader in your browser
- Work with Claude Code
- When Claude finishes, a hook pings the server
- Your browser shows a notification
Commands
valeria # Start the server (default)
valeria setup # Configure providers + install hooks
valeria hooks # Reinstall Claude Code hooks
valeria status # Check config and server status
valeria help # Show helpConfiguration
Config is stored at ~/.valeria/config.json:
{
"providers": {
"readwise": {
"enabled": true,
"token": "your-readwise-token"
}
}
}License
MIT
