feature

feature is a command for Claude Code from samuelclay/NewsBlur. It costs 12 tokens per session (981 once invoked), scanned A, original, MIT.

A command for adding a feature to NewsBlur's production Features Board and writing related tweets. NewsBlur is a news-reading service.

In plain words
What is it for?
It finds the relevant blog post, checks recent posts and live feature entries, creates a production feature entry, and drafts tweets in a direct developer-written style.
Why use it?
It combines the product announcement work with checking the matching blog post and production feature information, reducing manual lookup and writing.

Command for Claude Code

About the project

NewsBlur is a personal RSS news reader and social network that displays stories, the original sites they come from, and tools for filtering and discussing them. Readers use it to follow subscriptions, train story preferences, search and tag articles, share reading, and optionally self-host the service. The catalogue entries provide commands, skills, instructions, hooks, and settings for working with the NewsBlur project.

samuelclay/NewsBlur · 7,608 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/samuelclay/newsblur/feature
Clone the repo
git clone --depth 1 https://github.com/samuelclay/NewsBlur

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for feature

README.md
[![agentmods](https://agentmods.dev/badge/commands/samuelclay/newsblur/feature.svg)](https://agentmods.dev/commands/samuelclay/newsblur/feature)
Your own site
<a href="https://agentmods.dev/commands/samuelclay/newsblur/feature"><img src="https://agentmods.dev/badge/commands/samuelclay/newsblur/feature.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 981 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00012 $0.00981
Opus 5 $0.00006 $0.00491
Sonnet 5 $0.00002 $0.00196
Haiku 4.5 $0.00001 $0.00098

Measured 5d ago against content hash 6fe90881a7ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

feature scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/feature.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Context

  • Recent blog posts: !ls -t blog/_posts/*.md | head -10
  • Current features on prod: !./utils/ssh_hz.sh -n happ-web-01 "docker exec -t newsblur_web python manage.py shell -c \"from apps.reader.models import Feature; [print(f'{f.date.strftime(\\\"%b %d, %Y\\\")}: {f.description}') for f in Feature.objects.all()[:6]]\""

Writing style

All text you write (feature descriptions and tweets) must sound like a human wrote it. Avoid AI slop:

  • No em dashes or double hyphens -- don't use dashes as punctuation at all. Restructure the sentence instead.
  • No overly polished or corporate language -- keep it direct and natural
  • No filler phrases like "excited to announce", "we're thrilled", "game-changer"
  • Write the way a developer would describe their own product

Your task

Create a new Feature entry on the NewsBlur production database for the topic: {{ arguments }}, then write tweets.

Step 1: Find the matching blog post

Search blog/_posts/ for a blog post matching the topic "{{ arguments }}". Read the full blog post to understand:

  • What the feature does
  • Key capabilities and highlights
  • Which subscription tiers have access
  • The blog post date and URL slug

Derive the blog URL from the filename: https://blog.newsblur.com/YYYY/MM/DD/slug-from-filename/ (e.g., blog/_posts/2026-03-25-daily-briefing.mdhttps://blog.newsblur.com/2026/03/25/daily-briefing/)

Step 2: Study existing feature style

Look at the existing features from the Context section above. Note:

  • Length: 1-3 sentences, concise and punchy
  • Tone: Product-focused, highlights what's new and useful
  • Structure: Feature description + <a href="...">Read the blog post</a>.
  • Content: Leads with what it does, packs in key details, sometimes mentions tier availability
  • The description field contains raw HTML (the blog link is an anchor tag)

Step 3: Write 4-5 feature options

Write 4-5 different feature descriptions, each following the existing style. Vary them by:

  • Which aspects of the feature to highlight (breadth vs. depth)
  • Length (shorter vs. slightly longer)
  • What details to include (sections, delivery methods, customization, tier info)

Read the full file on GitHub · 89 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 89 lines · 12 tokens per session scan A 6fe90881a7ec

Subscribe to this mod's changes

feature is a command published in the GitHub repository samuelclay/NewsBlur (7,608 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 981 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.