From sundial-org-awesome-openclaw-skills-4
Queries headlines and articles from a self-hosted FreshRSS instance via its Google Reader compatible API. Supports filtering by category, time range, unread status, and count.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:freshrssThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query headlines from a self-hosted FreshRSS instance via the Google Reader compatible API.
Query headlines from a self-hosted FreshRSS instance via the Google Reader compatible API.
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.
{baseDir}/scripts/freshrss.sh headlines --count 10
{baseDir}/scripts/freshrss.sh headlines --hours 2
{baseDir}/scripts/freshrss.sh headlines --category "Technology" --count 15
{baseDir}/scripts/freshrss.sh headlines --unread --count 20
{baseDir}/scripts/freshrss.sh headlines --category "News" --hours 4 --count 10 --unread
{baseDir}/scripts/freshrss.sh categories
{baseDir}/scripts/freshrss.sh feeds
Headlines are formatted as:
[date] [source] Title
URL
Categories: cat1, cat2
--hours for relative time (e.g., last 2 hours)categories command first to see available category namesnpx claudepluginhub sundial-org/awesome-openclaw-skillsBrowse, read, and manage Miniflux RSS/Atom feed articles via CLI. Lists unread/new articles, reads content, marks as read, and manages feeds/categories.
Fetches unseen RSS feed items from Readwise Reader, filters for unopened, picks top 5 based on persona or quality, and renders markdown overview table. Useful for quick personalized feed catch-ups.
Aggregates and monitors RSS/Atom feeds, filters entries by keywords/date/author, tracks seen items, and pushes new content to Telegram or Slack.