Skill Installer
Analysis
The skill is a coherent instruction-only skill manager, but it can install or update persistent third-party skills that affect future agent behavior.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
cd ~/.openclaw/workspace && clawhub install <slug> ... clawhub update --all
These commands let the agent add or bulk update installed skills, which can change future agent behavior. The behavior is disclosed and central to the skill's purpose.
npm i -g clawhub ... Treat third-party skills as untrusted — review before enabling
The skill relies on an external npm-installed CLI and public registry artifacts. The artifact discloses this and warns that third-party skills should be reviewed.
configure the new skill's `meta.yaml` scope and distribute it via symlinks across Agents
The workflow can propagate an installed skill across multiple agent platforms via symlinks. This is purpose-aligned but broad in impact.
