# Send Clawfeed to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawfeed-2",
    "name": "Clawfeed",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/94W666/clawfeed-2",
    "canonicalUrl": "https://clawhub.ai/94W666/clawfeed-2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawfeed-2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawfeed-2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawfeed-2",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T14:19:05.107Z",
      "expiresAt": "2026-05-07T14:19:05.107Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawfeed-2",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawfeed-2",
        "contentDisposition": "attachment; filename=\"clawfeed-2-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawfeed-2"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawfeed-2"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawfeed-2",
    "downloadUrl": "https://openagent3.xyz/downloads/clawfeed-2",
    "agentUrl": "https://openagent3.xyz/skills/clawfeed-2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawfeed-2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawfeed-2/agent.md"
  }
}
```
## Documentation

### 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
}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 94W666
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T14:19:05.107Z
- Expires at: 2026-05-07T14:19:05.107Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawfeed-2)
- [Send to Agent page](https://openagent3.xyz/skills/clawfeed-2/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawfeed-2/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawfeed-2/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawfeed-2)