🌱 SkillSmith — 技能工匠

v1.0.0

技能工匠工具。

0· 78·0 当前·0 累计
by @mike007jd·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/27
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a scaffolding CLI for creating OpenClaw skill projects; its code, runtime instructions, and requirements are consistent with that purpose and do not request unexpected credentials or network installs.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/27

Initial release. Scaffolding tool for OpenClaw skills with starter docs, tests, fixtures, and optional security workflow templates.

无害

安装命令

点击复制
官方npx clawhub@latest install skillsmith
🇨🇳 镜像加速npx clawhub@latest install skillsmith --registry https://cn.longxiaskill.com

技能文档

Generate a reviewable starting point for a new OpenClaw skill.

当...时 到 使用

  • 您 want repeatable folder 布局 代替 的 assembling skill 由 hand.
  • 您 需要 starter SKILL.md, smoke test, fixtures, 和 可选 CI workflow.
  • 您 want stricter 模板 带有 Safe Install policy scaffolding.

Command

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

Templates

TemplateFocus
standardbaseline docs, fixtures, and tests
strict-securityadds policy scaffolding, security docs, and ClawShield CI

Generated files

  • SKILL.md: skill instructions 带有 OpenClaw-compatible frontmatter
  • 包.json: project manifest
  • docs/: architecture 和 security notes
  • scripts/: local script directory
  • tests/: smoke test stub
  • .env.示例: environment 变量 模板
  • CHANGELOG.md: release notes starter
  • scripts/个人资料-target.js: profiling helper
  • fixtures/: sample 输入框 data
  • .github/workflows/security-scan.yml: 可选 CI workflow

Interactive prompts

OptionPromptDefault
nameskill nameCLI argument
descriptionskill description{name} skill generated by Skill Starter
categoryskill categoryAI Skills
ciinclude CI workflowy/N

strict-security extras

  • .openclaw-tools/safe-install.policy.json: Safe Install policy scaffold
  • docs/security.md: security integration guide
  • .github/workflows/security-scan.yml: ClawShield scan workflow

Boundaries

  • scaffold intentionally lightweight. 您 仍然 需要 到 替换 placeholders 和 添加 real business logic.
  • Generated SKILL.md files 现在 aligned 到 OpenClaw-样式 frontmatter 和 使用 {baseDir} 对于 local command examples.
数据来源:ClawHub ↗ · 中文优化:龙虾技能库