OpenClaw Task Experience Summaries

PassAudited by ClawScan on May 1, 2026.

Overview

This is an instruction-only troubleshooting reference; its command and credential examples are relevant but should be used deliberately.

This skill appears safe to install as a reference document. Before following its examples, verify package names, be cautious with force or publish commands, and do not save API keys or other secrets in the skill file.

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

If a user runs these commands, they may install global packages, overwrite existing files during a forced reinstall, or publish a skill.

Why it was flagged

The skill documents commands that can change the local environment or publish content, but they are presented as troubleshooting and CLI usage examples rather than automatic actions.

Skill content
npm install -g clawhub ... npm i -g clawhub --force ... clawhub publish "skill-directory"
Recommendation

Review each command before running it, avoid force flags unless needed, and confirm what will be published before using publish commands.

What this means

Users may handle real API keys or account tokens while following the guidance.

Why it was flagged

The skill discusses service tokens and API-key environment variables. This is expected for troubleshooting integrations, and the artifact does not show credential collection, logging, or transmission.

Skill content
Token: `clh_<token>` ... set TAVILY_API_KEY=your-api-key-here ... `OPENAI_API_KEY`
Recommendation

Use least-privilege tokens, avoid pasting secrets into shared files or chat, and rotate any key that may have been exposed.

What this means

Incorrect or unreviewed notes could influence future troubleshooting decisions.

Why it was flagged

The skill encourages persistent updates to its own guidance. That is aligned with its experience-summary purpose, but future agents may rely on whatever gets written there.

Skill content
Also use when documenting new experiences for future reference ... Update relevant section in this SKILL.md
Recommendation

Review additions before saving them, avoid storing secrets in the skill file, and clearly separate verified fixes from experimental observations.