← 返回 Skills 市场
vanthienha199

Project Kickstart

作者 Ha Le · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install project-kickstart
功能描述
Scaffold any project in seconds. Generate boilerplate for Next.js, React, Python CLI, Express, FastAPI, static sites, and more. Pre-configured with git, lint...
安全使用建议
This skill appears to be what it claims: a project scaffolder. Before using it, confirm the target directory (to avoid overwriting files) and that you want the tool to run git init / make the first commit. Ensure git is available in the environment (the SKILL.md assumes it but the registry metadata doesn't declare it). Review generated files (CI workflows, package manifests, Dockerfiles) before running installs or pushing to remotes. If you want tighter control, ask the agent to output the file tree and file contents first instead of making changes automatically.
能力评估
Purpose & Capability
The skill's name/description (project scaffolding) matches the SKILL.md instructions (generate files, config, CI, README, license). Minor inconsistency: the instructions require running git (git init, commit) but the registry metadata declares no required binaries; declaring git as a required binary would be expected.
Instruction Scope
SKILL.md confines actions to creating project files, initializing a repo, and writing CI/README/LICENSE. It does not instruct reading arbitrary system files, environment variables, or contacting external endpoints for secrets. The agent is asked to produce fully working code and to prefer latest dependency versions, which implies network-aware version selection but not credential access.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That is the lowest-risk model for a scaffolding skill.
Credentials
The skill requests no environment variables or credentials. That is proportionate for a local project scaffolder. It does not request unrelated service tokens or secret-bearing env vars.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does instruct initializing a git repository and making a commit in the working directory, which is expected behavior for scaffolding but is a direct filesystem modification.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install project-kickstart
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /project-kickstart 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of project-kickstart - Instantly scaffold new projects with best-practice defaults for multiple popular stacks - Generates real, working starter code for Next.js, React, FastAPI, Express, Python CLI, static sites, and OpenClaw skills - Every project includes: proper .gitignore, README.md, MIT LICENSE, CI workflow, and clean git init - Interactive workflow to clarify project type and requirements before generating files - Minimal setup: no placeholder code, no unnecessary features—just ready-to-code boilerplate
元数据
Slug project-kickstart
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Project Kickstart 是什么?

Scaffold any project in seconds. Generate boilerplate for Next.js, React, Python CLI, Express, FastAPI, static sites, and more. Pre-configured with git, lint... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。

如何安装 Project Kickstart?

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

Project Kickstart 是免费的吗?

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

Project Kickstart 支持哪些平台?

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

谁开发了 Project Kickstart?

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

💬 留言讨论