papr

作者 l0ng-ai已验证

A fast, native RSS reader — plus an agent-facing CLI so your AI agent can read, search and triage your feeds from the shell.

516
Stars
52
Forks
Rust
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/l0ng-ai/papr

快速入门

使用 papr 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Papr

Papr

A fast, native RSS reader — and a CLI your AI agent can actually drive.

Papr

Papr is two front-ends over one local database:

  • A desktop reader — fast, native, offline-first. No account, no cloud.
  • papr, an agent-facing CLI — so an autonomous agent (Claude Code, Codex, OpenCode…) can read, search and triage your feeds straight from the shell. Jump to it ↓

Both read the same database through the shared papr-core crate, so the app and the CLI can never drift apart.


The desktop app

  • Feeds & folders — subscribe, organize, and import/export OPML.
  • Smart views — All, Unread, Starred, and Read Later, with live counts.
  • Tags & rules — color-coded tags and rules that tag new articles automatically.
  • Full-text — fetch and clean the complete article when a feed ships only a summary.
  • AI — summaries, ask-the-article Q&A, and digests. Bring your own API key.
  • Audio — a built-in player that follows you from article to article.
  • FreshRSS sync — keep read state in step with a FreshRSS server.
  • Local-first — everything stays on your machine. No account, no cloud.
  • Localized — English, Japanese, and Simplified Chinese.

Install

PlatformHow
macOSbrew install --cask l0ng-ai/papr/papr — or grab the .dmg
WindowsDownload the .msi installer
LinuxDownload the .AppImage or .deb

All packages live on the latest release. The macOS builds are Developer ID signed and notarized.


papr — your feeds, handed to your agent

This is what makes Papr different. papr is a command-line companion built for autonomous agents to drive over the shell. Point your agent at it and it can work your feeds with no GUI:

  • Readfeeds, list, read, full-text search
  • Triagemark read/star/later, extract full text, refresh
  • Manage — subscriptions, folders, tags, rules, highlights, OPML
  • Sync — FreshRSS / Miniflux

Run bare papr and it prints your unread dashboard plus the next useful commands, so the agent orients with zero manual. Output is TOON — ~40% fewer tokens than JSON — with definitive counts and structured exit codes.

$ papr
unread: 206   starred: 17   later: 0   feeds: 15
articles[10]{id,feed,title,flags,date}:
  3664,V2EX,[Java] 使用 kkRepo 搭建 Maven 私服,unread.star,"2026-06-25"
  ...
help[4]: Run `papr read <id>` to read an article's full text, ...

Hand it to your agent — one line

The bundled papr-rss skill loads on demand when an agent recognizes a feed-related task, so it costs nothing until you use it. Install it with skills:

npx skills add https://github.com/l0ng-ai/papr/tree/main/skills/papr-rss

Want the agent proactively aware of your feeds every conversation? papr setup wires up an ambient SessionStart hook (Claude Code, Codex, OpenCode).

Install the CLI

PlatformHow
macOS / Linuxbrew install l0ng-ai/papr/papr-cli
WindowsDownload papr-x86_64-pc-windows-msvc.zip, unzip, drop papr.exe on your PATH
AnyPrebuilt papr-<target>.tar.gz from the latest release, or cargo build --release -p papr-cli

Full command reference, agent setup, and install options → docs/cli.md

常见问题

What is papr?

papr is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by l0ng-ai. A fast, native RSS reader — plus an agent-facing CLI so your AI agent can read, search and triage your feeds from the shell. It has 516 GitHub stars.

Is papr safe to use?

Yes. papr passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install papr?

Clone the repository with "git clone https://github.com/l0ng-ai/papr" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is papr written in?

papr is primarily written in Rust. It is open-source under l0ng-ai on GitHub, so you can review or fork the full source.

Are there alternatives to papr?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh papr against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情
papr — Claude Code AI Skill | SkillTip