Clawfeed 2
Skill by 94w666
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/94w666/clawfeed-2What 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:
npm installcp .env.example .env- Configure your API keys and server port in the
.envfile. - 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
- "Generate a 4-hour digest of the latest tech news from my configured RSS feeds and identify the top three trending topics."
- "Show me all bookmarked articles related to artificial intelligence from my weekly digest archive."
- "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.mdfile, 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-94w666-clawfeed-2": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api