rssaurus
Use the RSSaurus command-line client (Go binary `rssaurus`) to interact with https://rssaurus.com from the terminal.
Installation
npx clawhub@latest install rssaurusView the full skill documentation and source below.
Documentation
RSSaurus CLI
Use the installed rssaurus binary on this machine to interact with RSSaurus (prod default host: ).
## Quick checks (when something fails)
1) Confirm binary exists:
__CODE_BLOCK_0__
2) Confirm auth + host:
__CODE_BLOCK_1__
3) If you need to override temporarily:
__CODE_BLOCK_2__
## Common tasks
### List feeds
__CODE_BLOCK_3__
### List items
Unread by default:
__CODE_BLOCK_4__
Filter by feed:
__CODE_BLOCK_5__
Machine-friendly URL output (one per line):
__CODE_BLOCK_6__
Cursor paging:
__CODE_BLOCK_7__
### Open a URL
__CODE_BLOCK_8__
### Mark read/unread
These require item IDs (get them via --json).
__CODE_BLOCK_9__
Bulk mark read:
__CODE_BLOCK_10__
### Save / unsave
__CODE_BLOCK_11__
## Output conventions (privacy)
- Default human output avoids printing internal DB IDs.
- Use --json` output when IDs are required for scripting or write actions.
References
- CLI repo:
- Homebrew tap:
- Token creation: