newsblur-cli — for Claude Code newsblur-cli, NewsBlur, community, for Claude Code, ide skills, news aggregation, news analysis, team notifications, API integration, command-line interface

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need uv pip install newsblur-cli. 本地化技能摘要: NewsBlur is a personal news reader that brings people together to talk about the world. It covers android, elasticsearch, feed-reader workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Automate news aggregation and analysis using NewsBlur CLI's easy-to-use API.
Automate news reading experience with NewsBlur CLI's powerful tool.

# 核心主题

samuelclay samuelclay
[7.4k]
[1034]
更新于: 4/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
74
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need uv pip install newsblur-cli. 本地化技能摘要: NewsBlur is a personal news reader that brings people together to talk about the world. It covers android, elasticsearch, feed-reader workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: newsblur-cli helps agents uv pip install newsblur-cli. NewsBlur CLI is a powerful tool for developers to automate news aggregation and analysis. This AI agent skill supports Claude Code, Cursor, and Windsurf

适用 Agent 类型

适用场景: Ideal for AI agents that need uv pip install newsblur-cli.

赋予的主要能力 · newsblur-cli

适用任务: Applying uv pip install newsblur-cli
适用任务: Applying newsblur auth login
适用任务: Applying auth login opens a browser for OAuth authorization. The token is stored at /.config/newsblur/

! 使用限制与门槛

  • 限制说明: Disabling readonly logs you out and requires browser re-authentication. An AI agent cannot silently toggle this off.
  • 限制说明: "You have been logged out and must re-authenticate."
  • 限制说明: Check current readonly status: Disabling readonly logs you out and requires browser re-authentication

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

newsblur-cli 是什么?

适用场景: Ideal for AI agents that need uv pip install newsblur-cli. 本地化技能摘要: NewsBlur is a personal news reader that brings people together to talk about the world. It covers android, elasticsearch, feed-reader workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 newsblur-cli?

运行命令:npx killer-skills add samuelclay/NewsBlur/newsblur-cli。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

newsblur-cli 适用于哪些场景?

典型场景包括:适用任务: Applying uv pip install newsblur-cli、适用任务: Applying newsblur auth login、适用任务: Applying auth login opens a browser for OAuth authorization. The token is stored at /.config/newsblur/。

newsblur-cli 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

newsblur-cli 有哪些限制?

限制说明: Disabling readonly logs you out and requires browser re-authentication. An AI agent cannot silently toggle this off.;限制说明: "You have been logged out and must re-authenticate.";限制说明: Check current readonly status: Disabling readonly logs you out and requires browser re-authentication。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add samuelclay/NewsBlur/newsblur-cli。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    newsblur-cli 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

newsblur-cli

安装 newsblur-cli,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看评审结论、使用场景与安装路径。

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

NewsBlur CLI

The NewsBlur CLI (newsblur-cli) gives you full access to your NewsBlur account from the terminal. Install it and authenticate before running any commands.

Setup

bash
1uv pip install newsblur-cli 2newsblur auth login

auth login opens a browser for OAuth authorization. The token is stored at ~/.config/newsblur/.

For self-hosted instances, pass --server or set NEWSBLUR_SERVER:

bash
1newsblur --server https://my-newsblur.example.com auth login

Readonly Mode

The CLI has a readonly mode that blocks all write operations (saving, sharing, training, subscribing, marking as read). Useful when handing the CLI to an AI agent.

bash
1newsblur auth readonly --on

Check current readonly status:

bash
1newsblur auth readonly

Disabling readonly logs you out and requires browser re-authentication. An AI agent cannot silently toggle this off.

bash
1newsblur auth readonly --off 2# "You have been logged out and must re-authenticate." 3newsblur auth login

If you are operating in readonly mode, all write commands will fail with an error. Read commands work normally.

Output Formats

Every command supports these flags:

  • --json — structured JSON output, pipe to jq
  • --raw — unformatted plain text
  • Default — human-readable formatted output

Commands

Stories

List unread stories across all feeds:

bash
1newsblur stories list

Filter by folder or limit results:

bash
1newsblur stories list --folder Tech --limit 5

Full-text search across your archive:

bash
1newsblur stories search "machine learning"

View saved/starred stories, optionally filtered by tag:

bash
1newsblur stories saved 2newsblur stories saved --tag research

Browse stories from rarely-publishing feeds (easy to miss in a busy river):

bash
1newsblur stories infrequent

Fetch the original full article text from the source:

bash
1newsblur stories original <story_hash>

View stories you've already read:

bash
1newsblur stories read

Daily Briefing

Get an AI-curated briefing with top stories, infrequent site gems, and long reads:

bash
1newsblur briefing 2newsblur briefing --limit 1 3newsblur briefing --json

Feeds and Folders

List all subscriptions:

bash
1newsblur feeds list

View the folder tree with unread counts:

bash
1newsblur feeds folders

Get detailed info about a specific feed:

bash
1newsblur feeds info <feed_id>

Subscribe to a new feed:

bash
1newsblur feeds add https://example.com/feed.xml 2newsblur feeds add https://blog.com -f Tech

Unsubscribe from a feed:

bash
1newsblur feeds remove <feed_id>

Move a feed between folders or rename it:

bash
1newsblur feeds organize move_feed --feed-id 42 --from News --to Tech

Story Actions

Save a story with tags:

bash
1newsblur save <story_hash> --tag ai --tag research

Remove a story from saved:

bash
1newsblur unsave <story_hash>

Mark stories as read by feed, folder, or specific story hashes:

bash
1newsblur read --feed 42 2newsblur read --folder Tech 3newsblur read 123:abc 456:def

Share a story to your Blurblog:

bash
1newsblur share <story_hash> --comment "Worth reading"

Intelligence Training

View your trained classifiers for a feed:

bash
1newsblur train show --feed 42

Train a like on an author, tag, title, or feed:

bash
1newsblur train like --feed 42 --author "Ben Thompson" 2newsblur train like --feed 42 --tag analysis 3newsblur train like --feed 42 --title "quarterly earnings"

Train a dislike:

bash
1newsblur train dislike --feed 42 --tag sponsored 2newsblur train dislike --feed 42 --author "Guest Post"

Feed Discovery

Search for new feeds by topic:

bash
1newsblur discover search "machine learning"

Find feeds similar to one you already follow:

bash
1newsblur discover similar --feed 42

Browse trending feeds:

bash
1newsblur discover trending

Notifications

Manage per-feed notification settings:

bash
1newsblur notifications --feed 42

Account

View your account info and subscription status:

bash
1newsblur account

Scripting Examples

Pipe story titles to the terminal:

bash
1newsblur stories list --json | jq -r '.items[] | "\(.title) - \(.feed_title)"'

Extract briefing summaries:

bash
1newsblur briefing --json | jq '.items[0].section_summaries'

Save all unread stories from a folder with a tag:

bash
1for hash in $(newsblur stories list --folder Research --json | jq -r '.items[].story_hash'); do 2 newsblur save "$hash" --tag to-review 3done

Export your feed list:

bash
1newsblur feeds list --json | jq -r '.items[] | "\(.feed_title),\(.feed_address)"'

Requirements

  • Python 3.11+
  • Premium Archive ($99/year) or Premium Pro ($29/month) subscription
  • OAuth authentication via browser

相关技能

寻找 newsblur-cli 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具