← 返回 Skills 市场
xueyetianya

proj-builder

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
118
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proj-builder
功能描述
Generate structured project scaffolds and template files for Node.js, Python, and Go using predefined templates via bash commands.
安全使用建议
This skill appears to do what it says: generate project scaffolds by running the included script which in turn uses Python heredocs to write files. Before running: (1) ensure you have bash and python3 installed (SKILL.md requires them — the registry metadata omitted these), (2) run the script in an empty or disposable directory because it will create files and directories named after your project, (3) inspect the generated package manifests (package.json, pyproject.toml, go.mod) before running package install commands, and (4) if you need higher assurance, review the full scripts/script.sh file (the provided manifest is large; confirm the tail contains no unexpected behavior). There are no declared credentials or network calls in the visible code.
功能分析
Type: OpenClaw Skill Name: proj-builder Version: 1.0.0 The skill is a project scaffolding tool that generates boilerplate code for Node.js, Python, and Go. The main logic in `scripts/script.sh` uses Bash and Python heredocs to create local directories and write standard template files (e.g., `package.json`, `pyproject.toml`, `go.mod`). No evidence of data exfiltration, malicious execution, or unauthorized network/file access was found; the code's behavior is fully aligned with its stated purpose.
能力评估
Purpose & Capability
Name/description (project scaffolding for Node/Python/Go) aligns with the included script and templates. SKILL.md documents dependencies on bash >=4.0 and python3 >=3.7, but the registry metadata lists no required binaries — this is an inconsistency in metadata (not in behavior). All actions in the script are consistent with generating files for project templates.
Instruction Scope
SKILL.md instructs the agent to run the provided script.sh with list|init|generate. The script creates files and directories under the chosen project name and prints next steps. It does not read unrelated system files, access environment variables, or send data to external endpoints.
Install Mechanism
There is no install spec (instruction-only plus an included script), so nothing is downloaded or installed by the platform. The included script writes files to disk when invoked, which is expected for a scaffolding tool.
Credentials
The skill requests no environment variables or credentials. The script does not access secret-like env vars or config paths. It does execute python3 subprocesses (heredoc Python) — consistent with the stated requirements and not excessive for the task.
Persistence & Privilege
The skill is user-invocable, not always-on, and does not request persistent privileges or modify other skills/system-wide configurations. It only writes files into the target project directory as expected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proj-builder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proj-builder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug proj-builder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

proj-builder 是什么?

Generate structured project scaffolds and template files for Node.js, Python, and Go using predefined templates via bash commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。

如何安装 proj-builder?

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

proj-builder 是免费的吗?

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

proj-builder 支持哪些平台?

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

谁开发了 proj-builder?

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

💬 留言讨论