Skill Studio
Analysis
Skill Studio is a coherent instruction-only helper for creating, validating, and publishing OpenClaw skills, with expected but important notes around local validation, CLI installation, login tokens, and publishing.
Findings (5)
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.
After generating SKILL.md, run validation automatically. ... python3 << 'PYEOF'
The skill tells the agent to run an embedded local Python validator after generating a skill file.
npm install -g clawhub
The publishing guide instructs users to install a global npm CLI package as part of the workflow.
clawhub publish /path/to/your-skill --slug your-skill-name --version 1.0.0 --changelog "Initial release: Brief description"
The guide includes a command that publishes a skill to ClawHub.
- All data processed locally or via specified APIs - No unauthorized data transmission - Follow OpenClaw security best practices
The generation template includes broad safety/privacy boilerplate that may be inserted into generated skills.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
clawhub login ... This opens browser for GitHub OAuth. ... clawhub auth login --token YOUR_TOKEN
Publishing requires authenticating to ClawHub via OAuth or a token.
