Install
openclaw skills install skillsmithScaffold a new OpenClaw skill project with starter docs, tests, fixtures, and optional security workflow.
openclaw skills install skillsmithGenerate a reviewable starting point for a new OpenClaw skill.
SKILL.md, smoke test, fixtures, and optional CI workflow.node {baseDir}/bin/create-openclaw-skill.js my-skill
node {baseDir}/bin/create-openclaw-skill.js my-skill --no-prompts --out ./skills
node {baseDir}/bin/create-openclaw-skill.js my-skill --template strict-security --ci
node {baseDir}/bin/create-openclaw-skill.js my-skill --force
| Template | Focus |
|---|---|
standard | baseline docs, fixtures, and tests |
strict-security | adds policy scaffolding, security docs, and ClawShield CI |
SKILL.md: skill instructions with OpenClaw-compatible frontmatterpackage.json: project manifestdocs/: architecture and security notesscripts/: local script directorytests/: smoke test stub.env.example: environment variable templateCHANGELOG.md: release notes starterscripts/profile-target.js: profiling helperfixtures/: sample input data.github/workflows/security-scan.yml: optional CI workflow| Option | Prompt | Default |
|---|---|---|
name | skill name | CLI argument |
description | skill description | {name} skill generated by Skill Starter |
category | skill category | AI Skills |
ci | include CI workflow | y/N |
.openclaw-tools/safe-install.policy.json: Safe Install policy scaffolddocs/security.md: security integration guide.github/workflows/security-scan.yml: ClawShield scan workflowSKILL.md files are now aligned to OpenClaw-style frontmatter and use {baseDir} for local command examples.