← 返回 Skills 市场
cmanfre7

Project Scaffold

作者 cmanfre7 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2231
总下载
2
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install project-scaffold
功能描述
Generate new projects with standardized structure, tooling, and configuration for web, API, mobile, CLI, or browser extension apps.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install project-scaffold
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /project-scaffold 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug project-scaffold
版本 1.0.0
许可证
累计安装 10
当前安装数 9
历史版本数 1
常见问题

Project Scaffold 是什么?

Generate new projects with standardized structure, tooling, and configuration for web, API, mobile, CLI, or browser extension apps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2231 次。

如何安装 Project Scaffold?

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

Project Scaffold 是免费的吗?

是的,Project Scaffold 完全免费(开源免费),可自由下载、安装和使用。

Project Scaffold 支持哪些平台?

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

谁开发了 Project Scaffold?

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

💬 留言讨论