← Back to Skills Marketplace
proj-builder
by
bytesagain4
· GitHub ↗
· v1.0.0
· MIT-0
118
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install proj-builder
Description
Generate structured project scaffolds and template files for Node.js, Python, and Go using predefined templates via bash commands.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proj-builder - After installation, invoke the skill by name or use
/proj-builder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is proj-builder?
Generate structured project scaffolds and template files for Node.js, Python, and Go using predefined templates via bash commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install proj-builder?
Run "/install proj-builder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is proj-builder free?
Yes, proj-builder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does proj-builder support?
proj-builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created proj-builder?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.
More Skills