ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Clawfeed 2

Skill by 94w666

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/94w666/clawfeed-2
Or

What This Skill Does

Clawfeed 2, developed by 94w666, is a powerful AI-driven news aggregation and summarization engine designed for the OpenClaw ecosystem. It transforms chaotic streams of information from Twitter and various RSS feeds into structured, digestible summaries. By categorizing content into 4-hour, daily, weekly, or monthly digests, it allows users to keep their pulse on industry trends without suffering from information overload. The skill is built to be modular, utilizing SQLite for efficient local data storage while offering an extensible API for auth-enabled features like personalized bookmarks.

Installation

To install the skill, run the following command in your terminal: clawhub install openclaw/skills/skills/94w666/clawfeed-2

Once installed, navigate to the directory, install NPM dependencies, and copy your environment configuration:

  1. npm install
  2. cp .env.example .env
  3. Configure your API keys and server port in the .env file.
  4. Start the service using npm start.

Use Cases

Clawfeed 2 is ideal for:

  • Market Research: Tracking competitive news and social sentiment on a daily or weekly basis.
  • Content Curation: Automatically creating summaries for newsletters or internal team updates.
  • Personal Productivity: Filtering out social media noise to focus only on highly relevant, AI-summarized insights.
  • Archiving: Building a searchable, permanent database of industry-specific news across multiple sources.

Example Prompts

  1. "Generate a 4-hour digest of the latest tech news from my configured RSS feeds and identify the top three trending topics."
  2. "Show me all bookmarked articles related to artificial intelligence from my weekly digest archive."
  3. "Summarize the major sentiment shifts on Twitter regarding the latest industry announcements for the past 24 hours."

Tips & Limitations

  • Read-Only Mode: By default, the skill operates in read-only mode, which is extremely secure. Only enable OAuth credentials if you require the bookmarking and personalization features.
  • Prompt Customization: You can modify the summary style by editing the templates/digest-prompt.md file, allowing you to tailor the output to technical, casual, or executive tones.
  • Storage: The skill uses better-sqlite3, so you do not need to install or manage an external database server like PostgreSQL, making it perfect for lightweight deployments on a Raspberry Pi or a VPS.

Metadata

Author@94w666
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-94w666-clawfeed-2": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#news#rss#summarization#productivity#social
Safety Score: 4/5

Flags: file-read, file-write, external-api