Overview
- Skill Key
- 94w666/clawfeed-2
- Author
- 94w666
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/94w666/clawfeed-2
- Latest Commit SHA
- be7cc656fa27285a6bb29b6bd7b207444b47696a
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Clawfeed 2 技能。 若已安装,则直接安装 Clawfeed 2 技能。
# 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. | Credential | Purpose | Required | |-----------|---------|----------| | `GOOGLE_CLIENT_ID` | Google OAuth login | For auth features | | `GOOGLE_CLIENT_SECRET` | Google OAuth login | For auth features | | `SESSION_SECRET` | Session cookie encryption | For auth features | | `API_KEY` | Digest creation endpoint protection | For write API | **Runtime dependency:** SQLite via `better-sqlite3` (native addon, bundled). No external database server required. ## Setup ```bash # 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: | Variable | Description | Required | Default | |----------|-------------|----------|---------| | `DIGEST_PORT` | Server port | No | 8767 | | `GOOGLE_CLIENT_ID` | Google OAuth client ID | For auth | - | | `GOOGLE_CLIENT_SECRET` | Google OAuth client secret | For auth | - | | `SESSION_SECRET` | Session cookie encryption key | For auth | - | | `API_KEY` | Digest creation API key | For write API | - | | `AI_DIGEST_DB` | SQLite database path | No | `data/digest.db` | | `ALLOWED_ORIGINS` | CORS allowed origins | No | localhost | ## API Server Runs on port `8767` by default. Set `DIGEST_PORT` env to change. ### Endpoints | Method | Path | Description | Auth | |--------|------|-------------|------| | GET | /api/digests | List digests (?type=4h\|daily\|weekly&limit=20&offset=0) | - | | GET | /api/digests/:id | Get single digest | - | | POST | /api/digests | Create digest (internal) | - | | GET | /api/auth/google | Start Google OAuth flow | - | | GET...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.