返回顶部
f

freshrss

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
2,390
下载量
3
收藏
概述
安装方式
版本历史

freshrss

# FreshRSS Query headlines from a self-hosted FreshRSS instance via the Google Reader compatible API. ## Setup Set these environment variables: ```bash 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 ```bash {baseDir}/scripts/freshrss.sh headlines --count 10 ``` ### Get headlines from the last N hours ```bash {baseDir}/scripts/freshrss.sh headlines --hours 2 ``` ### Get headlines from a specific category ```bash {baseDir}/scripts/freshrss.sh headlines --category "Technology" --count 15 ``` ### Get only unread headlines ```bash {baseDir}/scripts/freshrss.sh headlines --unread --count 20 ``` ### Combine filters ```bash {baseDir}/scripts/freshrss.sh headlines --category "News" --hours 4 --count 10 --unread ``` ### List categories ```bash {baseDir}/scripts/freshrss.sh categories ``` ### List feeds ```bash {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 `--hours` for relative time (e.g., last 2 hours) - Category names are case-sensitive and must match your FreshRSS categories - Use `categories` command first to see available category names

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 freshrss-reader-1776380178 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 freshrss-reader-1776380178 技能

通过命令行安装

skillhub install freshrss-reader-1776380178

下载 Zip 包

⬇ 下载 freshrss v1.0.0

文件大小: 2.94 KB | 发布时间: 2026-4-17 16:16

v1.0.0 最新 2026-4-17 16:16
Initial release - query headlines from self-hosted FreshRSS with category, time, and count filters

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部