تخطَّ إلى المحتوى

claw-news

هذا المحتوى غير متوفر بلغتك بعد.

News aggregation, AI summarization, and breaking-news alerts for ɳClaw. Pro plugin. Requires license.

TierMonthlyAnnualIncludes this plugin?
Free$0$0No
ɳClaw Bundle$0.99/mo$9.99/yrYes
ɳSelf+$3.99/mo$39.99/yrYes (all bundles)

Minimum tier: ɳClaw Bundle ($0.99/mo) or ɳSelf+ ($3.99/mo).

This plugin is included in the following bundles:

Or get all bundles + all apps via ɳSelf+ ($39.99/yr).

Terminal window
nself license set nself_pro_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
nself plugin install claw-news
nself build

The license is validated against ping.nself.org/license/validate. Tier is checked server-side; insufficient tier returns an error.

The Claw News plugin polls RSS and Atom feeds, classifies incoming articles by topic, summarizes them with the ai plugin, generates daily digests, and fires breaking-news alerts via the notify plugin. It exposes article search, source management, and topic configuration through a REST API and through ɳClaw tools.

Sentiment analysis runs alongside summarization so the assistant can answer questions like “what changed in the AI space this week” without re-reading every article. Multi-app isolation is supported via the source_account_id column, so multiple ɳClaw users on one ɳSelf instance see only their own subscriptions.

Env VarDefaultDescription
DATABASE_URLnonePostgres connection string (required)
PORT3718News service port
PLUGIN_AI_INTERNAL_URLnoneInternal URL for the ai plugin (summarization)
PLUGIN_NOTIFY_URLnoneInternal URL for the notify plugin (alerts)
PortPurpose
3718News service REST API

4 tables added to your Postgres database (prefix: np_news_):

  • np_news_sources: RSS/Atom feed source registrations
  • np_news_articles: ingested articles with summaries and sentiment
  • np_news_topics: topic definitions and keyword filters
  • np_news_alerts: breaking-news alert rules and history
GET /health: Health check
GET /articles: List and search news articles
POST /sources: Register an RSS feed source
GET /sources: List registered sources
POST /topics: Create a topic with keyword filters
GET /topics: List topics
POST /alerts: Configure a breaking-news alert
POST /digest: Generate an AI digest on demand
Terminal window
curl -X POST http://localhost:3718/sources \
-H "Content-Type: application/json" \
-d '{"url":"https://hnrss.org/frontpage","title":"Hacker News"}'
Terminal window
curl -X POST http://localhost:3718/digest \
-H "Content-Type: application/json" \
-d '{"topics":["AI","Open Source"],"window_hours":24}'

Source-available (license required to run): plugins-pro/paid/claw-news/

Note: plugins-pro is a private repository. Source access is granted to ɳSelf+ subscribers and Enterprise customers.

Plugins | Home