rssaurus-cli

Automate RSSaurus CLI authentication, feed listing, URL printing, and triage actions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nakamotosai/chii --skill rssaurus-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rssaurus-cli
Source: https://github.com/nakamotosai/chii/tree/main/skills/rssaurus
Command: npx skills add https://github.com/nakamotosai/chii --skill rssaurus-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RSSaurus CLI enables direct interaction with RSSaurus from the terminal, including authentication, feed/item listing, URL printing for piping, opening URLs, and triage actions.

Core Features & Use Cases

  • Authenticate and login/whoami
  • List feeds and items with optional JSON output
  • Print item URLs for piping and automation
  • Open URLs directly from the CLI
  • Triage actions: mark read/unread, bulk mark-read, save/unsave
  • Use cases: debugging tokens/configs, scripting RSSaurus tasks, demonstrating command usage

Quick Start

Authenticate, list feeds, and echo the URLs of items for easy piping.

Frequently Asked Questions about rssaurus-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate RSS feed triage from the command line?

Automate RSS feed triage from the command line by orchestrating authentication, feed/item listing, and mark-read/unsave operations. This enables CLI-driven workflows for scripting RSS tasks and bulk managing items directly from terminal sessions.

Can I list RSSaurus feed items and output URLs for piping to other scripts?

Yes, you can list RSSaurus feed items and print URLs for piping to other scripts. The CLI supports optional JSON output for feed and item listing, allowing seamless integration into automated command-line workflows.

What's the best way to manage RSS feed authentication and check token status in scripts?

Manage RSS feed authentication and check token status in scripts by using the login and whoami commands. This allows you to authenticate directly from the terminal and debug token configurations before executing feed operations.

How do I bulk mark RSS feed items as read without opening a web interface?

Bulk mark RSS feed items as read without a web interface by executing triage actions from the CLI. You can perform mark-read/unread, bulk mark-read, and save/unsave operations directly within scripts or interactive terminal sessions.

Does the RSSaurus CLI support opening feed item URLs directly from the terminal?

Yes, the RSSaurus CLI supports opening feed item URLs directly from the terminal. You can list feeds and items, then open the URLs immediately, streamlining the triage process without leaving your command-line environment.