claw-news
هذا المحتوى غير متوفر بلغتك بعد.
Claw News Plugin
Section titled “Claw News Plugin”News aggregation, AI summarization, and breaking-news alerts for ɳClaw. Pro plugin. Requires license.
Tier required
Section titled “Tier required”| Tier | Monthly | Annual | Includes this plugin? |
|---|---|---|---|
| Free | $0 | $0 | No |
| ɳClaw Bundle | $0.99/mo | $9.99/yr | Yes |
| ɳSelf+ | $3.99/mo | $39.99/yr | Yes (all bundles) |
Minimum tier: ɳClaw Bundle ($0.99/mo) or ɳSelf+ ($3.99/mo).
Bundle membership
Section titled “Bundle membership”This plugin is included in the following bundles:
- ɳClaw Bundle ($0.99/mo) : see bundle-nclaw
Or get all bundles + all apps via ɳSelf+ ($39.99/yr).
Install
Section titled “Install”nself license set nself_pro_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxnself plugin install claw-newsnself buildThe license is validated against ping.nself.org/license/validate. Tier is checked server-side; insufficient tier returns an error.
Description
Section titled “Description”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.
Configuration
Section titled “Configuration”| Env Var | Default | Description |
|---|---|---|
DATABASE_URL | none | Postgres connection string (required) |
PORT | 3718 | News service port |
PLUGIN_AI_INTERNAL_URL | none | Internal URL for the ai plugin (summarization) |
PLUGIN_NOTIFY_URL | none | Internal URL for the notify plugin (alerts) |
| Port | Purpose |
|---|---|
| 3718 | News service REST API |
Database Schema
Section titled “Database Schema”4 tables added to your Postgres database (prefix: np_news_):
np_news_sources: RSS/Atom feed source registrationsnp_news_articles: ingested articles with summaries and sentimentnp_news_topics: topic definitions and keyword filtersnp_news_alerts: breaking-news alert rules and history
REST API
Section titled “REST API”GET /health: Health checkGET /articles: List and search news articlesPOST /sources: Register an RSS feed sourceGET /sources: List registered sourcesPOST /topics: Create a topic with keyword filtersGET /topics: List topicsPOST /alerts: Configure a breaking-news alertPOST /digest: Generate an AI digest on demandExamples
Section titled “Examples”Subscribe to a news feed
Section titled “Subscribe to a news feed”curl -X POST http://localhost:3718/sources \ -H "Content-Type: application/json" \ -d '{"url":"https://hnrss.org/frontpage","title":"Hacker News"}'Generate a daily digest
Section titled “Generate a daily digest”curl -X POST http://localhost:3718/digest \ -H "Content-Type: application/json" \ -d '{"topics":["AI","Open Source"],"window_hours":24}'Source
Section titled “Source”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.
See Also
Section titled “See Also”- plugin-claw: ɳClaw assistant runtime that consumes news
- plugin-ai: provides summarization for article ingestion
- plugin-notify: delivers breaking-news alerts
- bundle-nclaw: bundle that includes this plugin
- Pricing: tier comparison
- Plugins: full plugin index