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.

# Core Topics

samuelclay samuelclay
[7.4k]
[1034]
Updated: 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 operators, 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

최적의 용도

적합한 상황: Ideal for AI agents that need uv pip install newsblur-cli.

실행 가능한 사용 사례 for 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.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs 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 & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is 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.

How do I install newsblur-cli?

Run the command: npx killer-skills add samuelclay/NewsBlur/newsblur-cli. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for newsblur-cli?

Key use cases include: 사용 사례: 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/.

Which IDEs are compatible with newsblur-cli?

This skill is compatible with 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. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for 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.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add samuelclay/NewsBlur/newsblur-cli. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use newsblur-cli immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

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

Install newsblur-cli, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

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

관련 스킬

Looking for an alternative to newsblur-cli or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자