返回顶部
f

freshrssFreshRSS查询

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,425
下载量
免费
免费
3
收藏
概述
安装方式
版本历史

freshrss

FreshRSS

通过兼容Google Reader的API查询自托管FreshRSS实例的头条新闻。

设置

设置以下环境变量:

bash
export FRESHRSS_URL=https://your-freshrss-instance.com
export FRESHRSS_USER=your-username
export FRESHRSSAPIPASSWORD=your-api-password

API密码在FreshRSS → 设置 → 个人资料 → API管理中设置。

命令

获取最新头条

bash
{baseDir}/scripts/freshrss.sh headlines --count 10

获取最近N小时内的头条

bash
{baseDir}/scripts/freshrss.sh headlines --hours 2

获取特定分类的头条

bash
{baseDir}/scripts/freshrss.sh headlines --category Technology --count 15

仅获取未读头条

bash
{baseDir}/scripts/freshrss.sh headlines --unread --count 20

组合筛选条件

bash
{baseDir}/scripts/freshrss.sh headlines --category News --hours 4 --count 10 --unread

列出分类

bash
{baseDir}/scripts/freshrss.sh categories

列出订阅源

bash
{baseDir}/scripts/freshrss.sh feeds

输出格式

头条新闻格式如下:

[日期] [来源] 标题
URL
分类:cat1, cat2

注意事项

  • - 未指定时默认获取20条头条
  • 时间筛选使用--hours指定相对时间(例如最近2小时)
  • 分类名称区分大小写,必须与FreshRSS中的分类名称完全匹配
  • 建议先使用categories命令查看可用的分类名称

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install freshrss-reader-1776380178

下载

⬇ 下载 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
返回顶部