← 返回 Skills 市场
nickian

FreshRSS Reader

作者 nickian · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2480
总下载
3
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)

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 --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
安全使用建议
This skill appears to legitimately query a FreshRSS instance, but the package metadata is inconsistent with the actual code and instructions. Before installing or enabling it: - Treat it as needing three sensitive environment values (FRESHRSS_URL, FRESHRSS_USER, FRESHRSS_API_PASSWORD). Only provide those for a FreshRSS instance you control or trust. - The script requires curl and jq (and relies on OS-specific date behavior); ensure those tools are available and consider adding them to the manifest. - Because the manifest omitted required credentials, automated permission checks may not catch that it needs secrets — don't assume lack of declared env vars means no credentials are used. - Inspect the script locally yourself (or run it in an isolated environment) before giving it access to real credentials. The script prints the server response on auth failure, which could leak information — consider sanitizing error output. - If you plan to use it long-term, ask the publisher to fix the manifest: declare the required env vars and list required binaries, and consider safer error handling. If you cannot verify the source or are uncomfortable supplying your FreshRSS API password, do not install or enable this skill.
功能分析
Type: OpenClaw Skill Name: freshrss-reader Version: 1.0.0 The skill is designed to query a self-hosted FreshRSS instance. The `SKILL.md` provides clear, benign instructions for the AI agent and user. The `scripts/freshrss.sh` script uses `curl` to interact with the user-configured FreshRSS API endpoint (`FRESHRSS_URL`) for authentication and data retrieval, and `jq` for parsing JSON responses. All network activity is confined to the specified FreshRSS instance, and there is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
能力评估
Purpose & Capability
The script's purpose (querying a FreshRSS instance via the Google Reader API) matches the skill name/description. However, the skill metadata declares no required environment variables or binaries while both SKILL.md and scripts/freshrss.sh require FRESHRSS_URL, FRESHRSS_USER, and FRESHRSS_API_PASSWORD and rely on external tools (curl, jq, date). The declared metadata therefore understates what the skill needs.
Instruction Scope
Runtime instructions limit actions to calling the user's FreshRSS instance API and formatting results. The SKILL.md tells the agent to set three FreshRSS-related env vars and invoke the included script. The script only communicates with the FRESHRSS_URL host and does not call any other remote endpoints.
Install Mechanism
There is no network install step or external download — this is an instruction-only skill with an included shell script. Nothing is fetched from arbitrary URLs or extracted to disk during install.
Credentials
The skill actually requires three sensitive environment variables (FRESHRSS_URL, FRESHRSS_USER, FRESHRSS_API_PASSWORD) but the registry metadata lists none and has no primary credential. That mismatch is problematic: the skill expects credentials that are not declared in its manifest. The required env vars are appropriate for the stated purpose, but the manifest omission is an incoherence that can mislead users and automated permission reviews.
Persistence & Privilege
The skill does not request permanent presence (always:false), does not modify other skills or system configs, and does not persist credentials. It runs only when invoked and only accesses the FreshRSS instance provided by the user.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install freshrss-reader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /freshrss-reader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - query headlines from self-hosted FreshRSS with category, time, and count filters
元数据
Slug freshrss-reader
版本 1.0.0
许可证
累计安装 6
当前安装数 5
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2480 次。

如何安装 FreshRSS Reader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install freshrss-reader」即可一键安装,无需额外配置。

FreshRSS Reader 是免费的吗?

是的,FreshRSS Reader 完全免费(开源免费),可自由下载、安装和使用。

FreshRSS Reader 支持哪些平台?

FreshRSS Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 FreshRSS Reader?

由 nickian(@nickian)开发并维护,当前版本 v1.0.0。

💬 留言讨论