skill-usage

PassAudited by ClawScan on May 1, 2026.

Overview

The skill clearly explains that it installs a usage-analytics plugin, restarts OpenClaw, and optionally enables cloud syncing; these are sensitive actions but are disclosed and aligned with its stated purpose.

Before installing, make sure you trust the openclaw-skill-usage package and are comfortable restarting the OpenClaw Gateway. Keep analytics local unless you specifically want a shared leaderboard, because even metadata like skill names, agent/channel labels, and timestamps can reveal usage patterns.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill may cause OpenClaw to load code from an external package.

Why it was flagged

The setup adds external plugin code to the OpenClaw environment. This is disclosed and purpose-aligned, but it depends on the trustworthiness of the external package.

Skill content
installs an external npm package (`openclaw-skill-usage`)
Recommendation

Install only if you trust the package and its source repository, and prefer the published package unless intentionally doing local development.

What this means

OpenClaw Gateway may restart and be temporarily unavailable during setup.

Why it was flagged

The skill instructs a local gateway restart as part of setup. This is expected for plugin installation and the artifact tells the agent to warn the user first.

Skill content
Restarting the gateway is a privileged local operation.
Recommendation

Confirm the restart timing with the user before running the restart command.

What this means

If cloud sharing is enabled, usage patterns and labels may be stored remotely and shared across installations.

Why it was flagged

The skill describes an optional remote data flow for shared analytics. It lists intended synced fields such as skill names, installation labels, agent labels, channel labels, timestamps, status, and latency.

Skill content
optionally enables cloud-backed usage analytics by writing usage metadata to a TiDB Cloud Zero instance
Recommendation

Use local-only analytics unless shared leaderboards are desired, and review labels/metadata before enabling TiDB Cloud sync.