← 返回
安全合规 Key

RSSaurus - Agent-Friendly RSS Feed Reader

Use the RSSaurus command-line client (Go binary `rssaurus`) to interact with https://rssaurus.com from the terminal: authenticate (`rssaurus auth login/whoami`), list feeds/items, print item URLs for piping, open URLs, and perform triage actions (mark read/unread, bulk mark-read, save/unsave). Use when asked to automate RSSaurus tasks from CLI, debug token/config issues, or demonstrate command usage.
使用RSSaurus命令行工具(Go二进制`rssaurus`)在终端操作https://rssaurus.com:包括身份验证、列出订阅源/条目、输出URL供管道处理、打开链接,以及执行分类操作(已读/未读、批量已读、保存/取消保存)。适用于CLI自动化任务、调试token/配置问题或演示命令用法。
justinburdett
安全合规 clawhub v1.0.1 1 版本 99664.2 Key: 需要
★ 1
Stars
📥 3,838
下载
💾 258
安装
1
版本
#latest

概述

RSSaurus CLI

Use the installed rssaurus binary on this machine to interact with RSSaurus.

Quick checks (when something fails)

1) Confirm binary exists:

which rssaurus
rssaurus --version || true

2) Confirm auth works:

rssaurus auth whoami

Privacy note

  • Do not print (e.g. cat) the RSSaurus CLI config file contents; it can contain API tokens.
  • If auth fails, prefer re-authenticating (rssaurus auth login) or asking the user to paste only non-sensitive details (error output, host, etc.).

Common tasks

List feeds

rssaurus feeds
rssaurus feeds --json

List items

Unread by default:

rssaurus items --limit 20

Filter by feed:

rssaurus items --feed-id 3 --limit 20

Machine-friendly URL output (one per line):

rssaurus items --limit 20 --urls

Cursor paging:

rssaurus items --limit 50 --cursor <cursor>

Open a URL

rssaurus open https://example.com

Mark read/unread

These require item IDs (get them via --json).

rssaurus items --limit 5 --json
rssaurus read <item-id>
rssaurus unread <item-id>

Bulk mark read:

rssaurus mark-read --all
# or
rssaurus mark-read --ids 1,2,3
# optional
rssaurus mark-read --all --feed-id 3

Save / unsave

rssaurus save https://example.com --title "Optional title"

# unsave requires an id (obtain via --json output from the API response or future saved-items listing)
rssaurus unsave <saved-item-id>

Output conventions (privacy)

  • Default human output avoids printing internal DB IDs.
  • Use --json output when IDs are required for scripting or write actions.

References

  • CLI repo: https://github.com/RSSaurus/rssaurus-cli
  • Homebrew tap: https://github.com/RSSaurus/tap
  • Token creation: https://rssaurus.com/api_tokens/new

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 10:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,150
developer-tools

Fly.io CLI

justinburdett
{"answer":"使用flyctl CLI部署和运维Fly.io应用。默认仅进行只读诊断(状态/日志/配置/版本)。状态更改操作(部署、SSH、密钥、扩缩容、机器、卷、Postgres更改)需用户明确批准。适用于Fly.io部署、构建/
★ 1 📥 2,918
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,699