clawpulse

Configure and maintain ClawPulse integration for OpenClaw, including token-protected status bridge, Tailscale-safe access, iOS endpoint/token defaults, and troubleshooting for ATS/auth/sync issues. Use when setting up a new machine, rotating tokens, fixing ClawPulse connectivity, or enabling assistant name + token usage + thought metadata in status responses.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawpulse" with this command: npx skills add virtual-ny/clawpulse-bridge

ClawPulse

Overview

Set up a secure status bridge from OpenClaw to ClawPulse and keep it working with minimal manual steps.

Dependencies

  • Required: openclaw, python3
  • Optional (remote access only): tailscale

Quick Workflow

  1. One-command bootstrap (recommended): bash scripts/bootstrap_clawpulse.sh --apply.
  2. This runs bridge + monitor setup, then prints QR/token for app import.
  3. Default bind is remote-ready (0.0.0.0) for mobile devices on Tailscale/LAN.
  4. If sync fails, use the troubleshooting checklist.

Step 1 — Bootstrap the bridge

Run:

# Dry-run: generate token/server file and print settings (no background process)
bash scripts/setup_clawpulse_bridge.sh

# Start service (remote-ready default + QR)
bash scripts/setup_clawpulse_bridge.sh --apply

# Optional local-only mode (hardened)
BIND_HOST=127.0.0.1 bash scripts/setup_clawpulse_bridge.sh --apply

Expected outputs:

  • endpoint (local or Tailscale format)
  • bearer token
  • bind host/port and log path

Step 2 — Validate response contract

The bridge response should include at least:

{
  "online": true,
  "assistantName": "OpenClaw",
  "workStatus": "工作中",
  "tokenUsage": {"prompt": 1, "completion": 2, "total": 3},
  "thought": "..."
}

Step 3 — Wire the app

Use in ClawPulse:

  • URL: http://<tailscale-or-lan-ip>:8787/health
  • Token: Bearer token from setup script
  • Polling default: 5s (more responsive)

Monitor mode (recommended)

Use monitor as the public endpoint, keep bridge as internal source.

# Start/restart monitor (reads bridge and applies anti-flap state machine)
bash scripts/setup_clawpulse_monitor.sh --apply

Then configure app with monitor endpoint/token (from script output or QR), not bridge token.

Troubleshooting

  • HTTP blocked on iOS: ensure app Info.plist has ATS exception for development, or use HTTPS.
  • 401 auth error: token mismatch; regenerate and reapply.
  • 403 forbidden: source IP is not local/Tailscale; confirm the device is connected to Tailscale.
  • Timeout: check bridge process and network reachability.
  • Wrong display name: update workspace/IDENTITY.md Name field.

Token rotation

Re-run setup script with ROTATE_TOKEN=1:

ROTATE_TOKEN=1 bash scripts/setup_clawpulse_bridge.sh

Update token in ClawPulse immediately.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

永久记忆系统

永久记忆自动归档系统。每次对话自动记录,语义搜索,跨会话继承。重启不丢、永不覆盖、0学习成本。用于用户提到记忆、历史、之前说过、记得什么等场景。

Registry SourceRecently Updated
240Profile unavailable
General

Cognition Evolution

对话结束自动复盘,将认知沉淀写入长期记忆。识别本次关键决策、教训、未解决问题,转化为可执行洞见。用于用户说"复盘"、"总结"、"认知升级"。

Registry SourceRecently Updated
230Profile unavailable
General

Memory Recall

精准检索历史记忆,调取某天、某项目、某条对话记录。支持按日期、按关键词、按类型检索。用于用户说查找、找回、某天、某次、之前说过等场景。

Registry SourceRecently Updated
280Profile unavailable
General

Memory Vacuum

轻量化记忆管理。每日自动分片归档,语义压缩,只保留必要信息。0内存占用,重启不丢。用于用户提到内存、清理、整理记忆、减轻负担等场景。

Registry SourceRecently Updated
220Profile unavailable