← All skills
Tencent SkillHub Β· AI

Clawfeed

AI-powered tool generating structured news summaries from Twitter and RSS feeds with digest options for 4H, daily, weekly, and monthly intervals.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

AI-powered tool generating structured news summaries from Twitter and RSS feeds with digest options for 4H, daily, weekly, and monthly intervals.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

ClawFeed

AI-powered news digest tool. Automatically generates structured summaries (4H/daily/weekly/monthly) from Twitter and RSS feeds.

Credentials & Dependencies

ClawFeed runs in read-only mode with zero credentials β€” browse digests, view feeds, switch languages. Authentication features (bookmarks, sources, packs) require additional credentials. CredentialPurposeRequiredGOOGLE_CLIENT_IDGoogle OAuth loginFor auth featuresGOOGLE_CLIENT_SECRETGoogle OAuth loginFor auth featuresSESSION_SECRETSession cookie encryptionFor auth featuresAPI_KEYDigest creation endpoint protectionFor write API Runtime dependency: SQLite via better-sqlite3 (native addon, bundled). No external database server required.

Setup

# Install dependencies npm install # Copy environment config cp .env.example .env # Edit .env with your settings # Start API server npm start

Environment Variables

Configure in .env file: VariableDescriptionRequiredDefaultDIGEST_PORTServer portNo8767GOOGLE_CLIENT_IDGoogle OAuth client IDFor auth-GOOGLE_CLIENT_SECRETGoogle OAuth client secretFor auth-SESSION_SECRETSession cookie encryption keyFor auth-API_KEYDigest creation API keyFor write API-AI_DIGEST_DBSQLite database pathNodata/digest.dbALLOWED_ORIGINSCORS allowed originsNolocalhost

API Server

Runs on port 8767 by default. Set DIGEST_PORT env to change.

Endpoints

MethodPathDescriptionAuthGET/api/digestsList digests (?type=4h|daily|weekly&limit=20&offset=0)-GET/api/digests/:idGet single digest-POST/api/digestsCreate digest (internal)-GET/api/auth/googleStart Google OAuth flow-GET/api/auth/callbackOAuth callback endpoint-GET/api/auth/meGet current user infoYesPOST/api/auth/logoutLogout userYesGET/api/marksList user bookmarksYesPOST/api/marksAdd bookmarkYesDELETE/api/marks/:idRemove bookmarkYesGET/api/configGet configuration-PUT/api/configUpdate configuration-

Web Dashboard

Serve web/index.html via your reverse proxy or any static file server.

Templates

templates/curation-rules.md β€” Customize feed curation rules templates/digest-prompt.md β€” Customize the AI summarization prompt

Configuration

Copy config.example.json to config.json and edit. See README for details.

Reverse Proxy (Caddy example)

handle /digest/api/* { uri strip_prefix /digest/api reverse_proxy localhost:8767 } handle_path /digest/* { root * /path/to/clawfeed/web file_server }

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc