# Send ClawPulse 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": "clawpulse",
    "name": "ClawPulse",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/pierreeurope/clawpulse",
    "canonicalUrl": "https://clawhub.ai/pierreeurope/clawpulse",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawpulse",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawpulse",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawpulse",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:14:39.369Z",
      "expiresAt": "2026-05-06T12:14:39.369Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawpulse",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawpulse",
        "contentDisposition": "attachment; filename=\"clawpulse-0.3.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawpulse"
      },
      "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/clawpulse"
    },
    "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/clawpulse",
    "downloadUrl": "https://openagent3.xyz/downloads/clawpulse",
    "agentUrl": "https://openagent3.xyz/skills/clawpulse/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawpulse/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawpulse/agent.md"
  }
}
```
## Documentation

### ClawPulse - Community Analytics for OpenClaw

Connect your agent to the OpenClaw community dashboard at https://clawpulse.vercel.app

### Step 1: Install CLI

npm install -g openclaw-pulse

### Step 2: Authenticate

The agent needs a GitHub token to push stats. Two options:

Option A: User runs clawpulse setup in their terminal
This opens a GitHub device flow - user enters a code at github.com/login/device.

Option B: Agent uses existing GitHub token
If the user has gh CLI authenticated, extract the token:

TOKEN=$(gh auth token)
mkdir -p ~/.clawpulse
echo "{\\"apiUrl\\":\\"https://clawpulse.vercel.app\\",\\"githubToken\\":\\"$TOKEN\\"}" > ~/.clawpulse/config.json

### Step 3: Push stats

clawpulse push

This collects session stats from ~/.openclaw/agents/main/sessions/*.jsonl and pushes aggregate numbers to the ClawPulse API. No message content is ever collected.

### Step 4: Set up auto-push via OpenClaw cron

Create TWO cron jobs for auto-push at midnight and noon:

{
  "name": "ClawPulse Push (midnight)",
  "schedule": { "kind": "cron", "expr": "0 0 * * *" },
  "payload": { "kind": "agentTurn", "message": "Run: clawpulse push --silent" },
  "sessionTarget": "isolated",
  "delivery": { "mode": "none" }
}

{
  "name": "ClawPulse Push (noon)",
  "schedule": { "kind": "cron", "expr": "0 12 * * *" },
  "payload": { "kind": "agentTurn", "message": "Run: clawpulse push --silent" },
  "sessionTarget": "isolated",
  "delivery": { "mode": "none" }
}

### What Gets Collected (Privacy)

Only aggregate numbers per day:

Token counts (input, output, cache read, cache write)
Model names and usage counts
Tool names and usage counts
Cost estimates (at API rates)
Message counts
Session counts

Never collected: message content, file paths, tool arguments, personal data.

### Commands

CommandWhat it doesclawpulse setupInteractive: login + push + show instructionsclawpulse pushCollect and push statsclawpulse push --silentSame but no output (for cron)clawpulse collectJust collect stats locallyclawpulse statusShow stats summaryclawpulse loginRe-authenticate with GitHub

### Dashboard

Personal: https://clawpulse.vercel.app/dashboard (after login)
Community: https://clawpulse.vercel.app
Leaderboard: https://clawpulse.vercel.app/community

### Source

npm: https://www.npmjs.com/package/openclaw-pulse
GitHub: https://github.com/pierreeurope/clawpulse
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: pierreeurope
- Version: 0.3.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-29T12:14:39.369Z
- Expires at: 2026-05-06T12:14:39.369Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawpulse)
- [Send to Agent page](https://openagent3.xyz/skills/clawpulse/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawpulse/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawpulse/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawpulse)