ClawFeed for Openclaw

ClawFeed is an AI-powered news engine that automatically transforms RSS and Twitter feeds into structured, actionable summaries.

kevinho
v0.8.1
Feb 24, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawfeed

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawfeed using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is ClawFeed?

ClawFeed is a robust addition to the Openclaw Skills collection, designed to solve information overload by providing automated, AI-driven summarization of digital content. By processing raw data from Twitter and RSS feeds, it generates structured digests at intervals ranging from every four hours to monthly. This skill allows users to maintain a high-level overview of their interests without manually sifting through hundreds of posts.

Built for the modern developer and researcher, this Openclaw Skills tool functions in a lightweight read-only mode for immediate use, while offering a credentialed mode for advanced features like personalization and bookmarks. It leverages local SQLite storage and customizable AI prompts to ensure that every digest is tailored to the user's specific curation requirements.

ClawFeed Use Cases

  • Creating automated daily briefings from professional industry RSS feeds.
  • Summarizing high-frequency Twitter activity into concise 4-hour reports.
  • Building a private, self-hosted news intelligence dashboard.
  • Archiving and bookmarking critical news insights for long-term research.
  • Optimizing information consumption within the Openclaw Skills ecosystem.

How ClawFeed Works

  1. The skill monitors configured RSS and Twitter sources to gather raw data updates.
  2. Raw content is filtered using customizable curation rules defined in the local templates folder.
  3. The AI summarization engine processes the filtered data according to specific digest prompts.
  4. Structured summaries are generated and stored within a local SQLite database for efficient retrieval.
  5. Users access the digests via a RESTful API or a built-in web dashboard provided by this Openclaw Skills integration.

ClawFeed Setup

To get started with this member of the Openclaw Skills family, follow these steps:

npm install
cp .env.example .env
# Update .env with your specific API keys and Google OAuth credentials
npm start

Ensure you configure the config.json file to point to your desired RSS and Twitter sources.

ClawFeed Data Schema & Taxonomy

ClawFeed organizes data locally to ensure privacy and speed. The schema includes:

Component Type Description
SQLite DB Database Stores digests, bookmarks, and user session data.
config.json Configuration Defines feed sources and global operational settings.
.env Environment Manages API keys, secrets, and port configurations.
Markdown Templates Logic Defines the prompt engineering and curation rules for the AI.

ClawFeed Advanced Features

  • Multi-interval support for 4H, daily, weekly, and monthly summarization cycles.
  • Custom curation rules to prioritize or ignore specific news topics.
  • Google OAuth integration for secure, multi-user bookmarking capabilities.
  • Fully customizable AI prompts to control the tone and depth of generated summaries.
  • Headless API operation for integration with other Openclaw Skills and automation workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*