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.
通过兼容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
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
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 freshrss-reader-1776380178 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 freshrss-reader-1776380178 技能
skillhub install freshrss-reader-1776380178
文件大小: 2.94 KB | 发布时间: 2026-4-17 16:16