首页openclaw插件 › Run Observer — 插件工具

代码插件 扫描中

Run Observer — 插件工具

v0.0.8

The Run Observer largely implements what it claims (local capture + viewer), but the viewer's use of a token-in-URL plus remote asset requests (icons/pricing) can leak that token (or reveal usage) to external hosts — this contradicts the SKILL.md's privacy assurances and deserves attention before install.

0· 8·0 当前
下载插件包 项目主页
最后更新
2026/4/5
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
扫描中
high confidence
The Run Observer largely implements what it claims (local capture + viewer), but the viewer's use of a token-in-URL plus remote asset requests (icons/pricing) can leak that token (or reveal usage) to external hosts — this contradicts the SKILL.md's privacy assurances and deserves attention before install.
安全有层次,运行前请审查代码。

版本

latestv0.0.82026/4/3
● Pending

安装命令 点击复制

官方npx clawhub@latest install openclaw-run-observer
镜像加速npx clawhub@latest install openclaw-run-observer --registry https://cn.clawhub-mirror.com

插件文档

Run Observer

🔍 Native OpenClaw observability plugin — track every token dollar precisely, and pinpoint exactly why your agent went silent.

Why Run Observer?

💰 Know Exactly What Every Run Costs

Ever wonder how much that agent run actually cost you? Run Observer shows two cost perspectives side by side so you never have to guess:

    • Reported Cost — the billing amount your model provider returns in usage.cost. This is the closest number to what actually shows up on your invoice.
    • Estimated Cost — computed locally from token usage buckets (input, output, cacheRead, cacheWrite) multiplied by the best available pricing table. When your provider doesn't report billing data, this keeps cost visibility alive.

The viewer displays both in a compact $0.0042($0.0040) badge, letting you cross-check and catch billing anomalies at a glance. Why might they differ? Providers can round, bundle, or discount charges in ways raw token counts alone can't capture, and the local estimate depends on the pricing catalog available at capture time.

🔧 Pinpoint Why Your Agent Stopped Responding

Sometimes OpenClaw just... stops. No error, no output, just silence. Instead of guessing, you need to see exactly what happened inside the engine.

Run Observer captures the full input/output chain for every run: system prompt → user messages → model response (or the absence of one). When your agent goes silent, you can immediately see:

    • Did the request actually get sent?
    • What did the model return — or did it return nothing at all?
    • Error details, completion status, duration, and all run metadata

Stop guessing. Start debugging with full visibility.

Install

Assumes OpenClaw is already installed.

From ClawHub (recommended)

openclaw plugins install clawhub:openclaw-run-observer

From npm

openclaw plugins install npm:openclaw-run-observer
Note: On newer OpenClaw versions, a bare package name is checked against ClawHub first and falls back to npm if not found. Use the clawhub: or npm: prefix if you want the source to be unambiguous.

Quick Start

    • Verify the plugin is installed:
   openclaw plugins inspect run-observer
    • Start the gateway:
   openclaw gateway run --bind loopback --allow-unconfigured

If the gateway is already running, restart it instead:

   openclaw gateway restart
    • Open the local viewer:
   openclaw run-observer url

Open the printed URL in a browser on the same machine running OpenClaw. The viewer updates live as new runs arrive.

    • (Optional) Quick health check:
   URL="$(openclaw run-observer url)"
   curl --max-time 5 -s -o /tmp/run-observer.html -w 'HTTP %{http_code}\n' "$URL"

HTTP 200 means everything is working.

Usage

Once installed and the gateway is running, the viewer automatically captures all runs. In the browser you get:

    • Sidebar — all runs listed in reverse chronological order with model, agent, channel icons, and cost badges
    • Detail panel — expand any run to see the full prompt chain, model response, token usage, duration, and error details
    • Live updates — new runs are pushed to the page in real time, no manual refresh needed

Rotate the access token

openclaw run-observer rotate-token

Rotating the token invalidates any previously shared viewer links.

Updating

openclaw plugins update run-observer

Or update all plugins at once:

openclaw plugins update --all

Cost Model Details

Why two cost numbers?

Reported CostEstimated Cost
SourceProvider-returned usage.costLocal token counts × pricing table
AccuracyClosest to your actual invoiceBest-effort approximation
Use caseDay-to-day cost trackingFallback when provider omits billing data

Estimated pricing lookup order

    • OpenClaw's local models.json cost data in the state directory
    • Plugin/runtime config model pricing
    • Cached OpenRouter pricing catalog (with best-effort remote refresh when needed)

If no matching pricing entry is found for the token buckets used by the run, estimated cost shows as n/a.

Security & Privacy

    • The viewer only accepts loopback connections — not reachable from outside your machine
    • All requests must include the current Run Observer access token
    • Captured prompts, outputs, and context stay on the local machine under the OpenClaw state directory
    • The session list may fetch channel icons from https://cdn.simpleicons.org and provider icons from https://unpkg.com/@lobehub/icons-static-png@latest/light; the viewer does not send telemetry
    • This repository contains source code only — no runtime data, access tokens, or local state

Compatibility

This package declares compatibility through the openclaw.compat metadata in package.json. The published package should track the OpenClaw plugin API and minimum gateway version listed there.

Development

pnpm install
pnpm run check

Build output is emitted to dist/:

pnpm run build

For local plugin development, a watch loop rebuilds on TypeScript changes and restarts the gateway after each successful build:

pnpm run dev

Release

    • Update the version in package.json
    • Run pnpm run check
    • Commit:
   git add .
   git commit -m "chore(release): prepare vX.Y.Z"
    • Create and push the tag:
   git tag -a vX.Y.Z -m "vX.Y.Z"
   git push origin main --follow-tags

Pushing vX.Y.Z triggers CI to publish to both npm and ClawHub.

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务