← 返回 Skills 市场
mike007jd

Skillsmith

作者 mike007jd · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
130
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skillsmith
功能描述
Scaffold a new OpenClaw skill project with starter docs, tests, fixtures, and optional security workflow.
安全使用建议
This appears to be a straightforward, local scaffolding tool. Before using it: (1) review the small source files if you want to confirm behavior (they are included and readable), (2) be cautious with the CLI --force flag since the generator will recursively delete the target directory if present, (3) review any generated CI workflow (.github/workflows/security-scan.yml) before enabling it in your repository — it runs 'npx clawshield' which will install/run that tool in CI, and (4) treat the generated .env.example as a template only (the generator does not read your environment or keys). If you need additional assurance, run the included tests (test.js) in an isolated temp directory first.
功能分析
Type: OpenClaw Skill Name: skillsmith Version: 1.0.0 The skill-starter bundle is a legitimate scaffolding tool designed to bootstrap new OpenClaw skill projects. It provides a CLI (bin/create-openclaw-skill.js) that generates a standard project structure, including SKILL.md, package.json, smoke tests, and optional security features like a GitHub Actions security scan workflow and a Safe Install policy. The implementation in src/index.js uses standard Node.js APIs for file system operations and user interaction, with proper input sanitization for project names to prevent path traversal. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description (skill scaffolder) match the included CLI and library code. The only required runtime is node, which is appropriate for a Node.js generator.
Instruction Scope
SKILL.md and the CLI instruct the agent/user to run the local generator and reference only local paths in the generated project. The generator writes files to the specified output directory and does not attempt to read or exfiltrate unrelated system files or environment variables.
Install Mechanism
No install spec is present (instruction-only at registry level). The package includes small, readable JS source files that write local templates; there are no downloads from remote URLs or extracted archives during generation.
Credentials
The skill declares no required environment variables. The generator writes a .env.example containing OPENCLAW_API_KEY as a placeholder (reasonable for a project template) but does not require or read secrets itself.
Persistence & Privilege
always is false and model invocation is normal. The generator only creates files under the user-specified output path; it will remove the target directory when run with --force (expected behavior for a CLI scaffolder). It does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skillsmith
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skillsmith 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Scaffolding tool for OpenClaw skills with starter docs, tests, fixtures, and optional security workflow templates.
元数据
Slug skillsmith
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skillsmith 是什么?

Scaffold a new OpenClaw skill project with starter docs, tests, fixtures, and optional security workflow. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。

如何安装 Skillsmith?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillsmith」即可一键安装,无需额外配置。

Skillsmith 是免费的吗?

是的,Skillsmith 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skillsmith 支持哪些平台?

Skillsmith 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skillsmith?

由 mike007jd(@mike007jd)开发并维护,当前版本 v1.0.0。

💬 留言讨论