← 返回
未分类 中文

Skillsmith

Scaffold a new OpenClaw skill project with starter docs, tests, fixtures, and optional security workflow.
搭建新的 OpenClaw 技能项目,包含起始文档、测试、fixtures 与可选的安全工作流。
mike007jd mike007jd 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 362
下载
💾 0
安装
1
版本
#cli#generator#latest#openclaw#scaffold#starter

概述

Skill Starter

Generate a reviewable starting point for a new OpenClaw skill.

When to use

  • You want a repeatable folder layout instead of assembling a skill by hand.
  • You need a starter SKILL.md, smoke test, fixtures, and optional CI workflow.
  • You want a stricter template with 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 with OpenClaw-compatible frontmatter
  • package.json: project manifest
  • docs/: architecture and security notes
  • scripts/: local script directory
  • tests/: smoke test stub
  • .env.example: environment variable template
  • CHANGELOG.md: release notes starter
  • scripts/profile-target.js: profiling helper
  • fixtures/: sample input data
  • .github/workflows/security-scan.yml: optional 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

  • The scaffold is intentionally lightweight. You still need to replace placeholders and add real business logic.
  • Generated SKILL.md files are now aligned to OpenClaw-style frontmatter and use {baseDir} for local command examples.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:35 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,231
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 331,078
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,118