← Back to Skills Marketplace
cmanfre7

Project Scaffold

by cmanfre7 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2231
Downloads
2
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install project-scaffold
Description
Generate new projects with standardized structure, tooling, and configuration for web, API, mobile, CLI, or browser extension apps.
Usage Guidance
This skill is an instruction-only project scaffolder and has low installation risk, but there are internal inconsistencies you should resolve before using it: 1) The metadata claims no required binaries, yet the instructions call many CLIs (node/npx/npm, git, python/pip/venv, swift/Xcode). Ensure those tools exist in your environment before running any commands. 2) Fix the apparent typo 'uv init && uv pip install fastapi uvicorn' — replace with standard Python steps (for example: python -m venv .venv && source .venv/bin/activate && pip install fastapi uvicorn) or clarify what 'uv' refers to. 3) Expect network activity: npx/npm and pip will download packages — run in a network-safe sandbox/CI or review packages you allow. 4) Review generated files (package.json, pyproject/requirements, build scripts) for any unexpected postinstall hooks. 5) Because this is instruction-only, it won't itself install code, but following the commands will modify your system/repo; run them in a disposable directory or VM until you confirm the commands are correct. If the publisher can clarify required binaries and correct the FastAPI commands, the skill would be coherent and usable.
Capability Analysis
Type: OpenClaw Skill Name: project-scaffold Version: 1.0.0 The skill bundle is designed for project scaffolding, providing standard commands and instructions for initializing various project types (Next.js, FastAPI, SwiftUI). All commands, such as `npx create-next-app`, `npm install`, `uv init`, and `git init`, are legitimate and directly aligned with the stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent to perform actions outside the scope of project setup. The content is clear, concise, and focused solely on generating project boilerplate.
Capability Assessment
Purpose & Capability
The SKILL.md clearly expects platform toolchains (node/npx/npm, Python/pip/uvicorn, Swift/Xcode, git) and network installs, but the skill metadata declares no required binaries or environment variables. A scaffolder should list the CLIs it calls; omitting them is an incoherence. Additionally the FastAPI example uses 'uv init && uv pip install fastapi uvicorn', which is not a standard command and appears to be a typo or reference to an undeclared CLI.
Instruction Scope
Instructions are focused on scaffolding and include concrete shell commands (npx create-next-app, npm install, mkdir, git init/commit). They don't ask to read arbitrary files or exfiltrate data, but they do instruct performing package installs and committing to git — actions that access the network and local repo state. The 'uv' command is ambiguous/incorrect and needs correction; otherwise the scope is appropriate for a scaffolding skill.
Install Mechanism
No install spec or code files are present (instruction-only), so there's no added install-time risk from downloads or archives being written to disk by the skill itself.
Credentials
The skill requests no environment variables and no credentials, which is proportionate. It does mention .env in the .gitignore and references config.py for settings, but doesn't request secrets. Users should still be aware the scaffolded projects may include instructions to use env vars and will likely cause developers to create or store secrets locally.
Persistence & Privilege
The skill is not always-enabled and doesn't request persistent privileges. Autonomous invocation is allowed by platform default but not combined with any other high-risk factor in this package.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-scaffold
  3. After installation, invoke the skill by name or use /project-scaffold
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of project-scaffold. - Provides boilerplate project structures for web apps (React/Next.js), APIs (FastAPI), mobile apps (SwiftUI), CLI tools, and browser extensions. - Includes recommended file/folder organization and relevant initialization commands for each project type. - Offers a universal .gitignore template and a post-scaffold checklist for next steps. - Guides users to ask or infer project type and then generates appropriate scaffolding.
Metadata
Slug project-scaffold
Version 1.0.0
License
All-time Installs 10
Active Installs 9
Total Versions 1
Frequently Asked Questions

What is Project Scaffold?

Generate new projects with standardized structure, tooling, and configuration for web, API, mobile, CLI, or browser extension apps. It is an AI Agent Skill for Claude Code / OpenClaw, with 2231 downloads so far.

How do I install Project Scaffold?

Run "/install project-scaffold" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Project Scaffold free?

Yes, Project Scaffold is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Project Scaffold support?

Project Scaffold is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Project Scaffold?

It is built and maintained by cmanfre7 (@cmanfre7); the current version is v1.0.0.

💬 Comments