/install freshrss-reader
FreshRSS
Query headlines from a self-hosted FreshRSS instance via the Google Reader compatible API.
Setup
Set these environment variables:
export FRESHRSS_URL="https://your-freshrss-instance.com"
export FRESHRSS_USER="your-username"
export FRESHRSS_API_PASSWORD="your-api-password"
API password is set in FreshRSS → Settings → Profile → API Management.
Commands
Get latest headlines
{baseDir}/scripts/freshrss.sh headlines --count 10
Get headlines from the last N hours
{baseDir}/scripts/freshrss.sh headlines --hours 2
Get headlines from a specific category
{baseDir}/scripts/freshrss.sh headlines --category "Technology" --count 15
Get only unread headlines
{baseDir}/scripts/freshrss.sh headlines --unread --count 20
Combine filters
{baseDir}/scripts/freshrss.sh headlines --category "News" --hours 4 --count 10 --unread
List categories
{baseDir}/scripts/freshrss.sh categories
List feeds
{baseDir}/scripts/freshrss.sh feeds
Output
Headlines are formatted as:
[date] [source] Title
URL
Categories: cat1, cat2
Notes
- Default count is 20 headlines if not specified
- Time filtering uses
--hoursfor relative time (e.g., last 2 hours) - Category names are case-sensitive and must match your FreshRSS categories
- Use
categoriescommand first to see available category names
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install freshrss-reader - After installation, invoke the skill by name or use
/freshrss-reader - Provide required inputs per the skill's parameter spec and get structured output
What is FreshRSS Reader?
Query headlines and articles from a self-hosted FreshRSS instance. Use when the user asks for RSS news, latest headlines, feed updates, or wants to browse articles from their FreshRSS reader. Supports filtering by category, time range, and count. It is an AI Agent Skill for Claude Code / OpenClaw, with 2480 downloads so far.
How do I install FreshRSS Reader?
Run "/install freshrss-reader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is FreshRSS Reader free?
Yes, FreshRSS Reader is completely free (open-source). You can download, install and use it at no cost.
Which platforms does FreshRSS Reader support?
FreshRSS Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created FreshRSS Reader?
It is built and maintained by nickian (@nickian); the current version is v1.0.0.