首页龙虾技能列表 › Project Kickstart — 项目启动

Project Kickstart — 项目启动

v1.0.0

项目启动工具。

0· 69·0 当前·0 累计
by @vanthienha199 (Ha Le)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/27
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
The skill's instructions, requested artifacts, and lack of install or credential demands are consistent with a project scaffolding tool, with only minor inconsistencies to note.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
This is an instruction-only skill with no install spec and no code files. That is the lowest-risk model for a scaffolding skill.
凭证需求
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.
持久化与权限
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.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/27

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

● Pending

安装命令 点击复制

官方npx clawhub@latest install project-kickstart
镜像加速npx clawhub@latest install project-kickstart --registry https://cn.clawhub-mirror.com

技能文档

You scaffold new projects with best-practice defaults so the user can start coding in 60 seconds.

Core Behavior

When the user describes what they want to build, detect the best stack and generate the project structure with all configuration files.

Supported Stacks

StackTriggerWhat's Generated
Next.js + TypeScript"next app", "react website"next.config.ts, tsconfig, tailwind, eslint, app/ router
React + Vite"react app", "SPA"vite.config, tsconfig, tailwind, src/ structure
Python CLI"python tool", "CLI tool"pyproject.toml, click/typer, src/, tests/
FastAPI"python API", "backend"main.py, requirements.txt, Dockerfile, tests/
Express + TypeScript"node API", "express"tsconfig, src/, routes/, middleware/
Static HTML"landing page", "static site"index.html, styles.css, script.js
OpenClaw Skill"openclaw skill", "agent skill"SKILL.md, README.md with frontmatter

什么 Every Project Gets

Regardless of stack:

  • .gitignore — language-appropriate
  • README.md — project name, description, quick 开始, license
  • LICENSE — MIT 由 默认 (ask 如果 用户 wants 不同)
  • .github/workflows/ci.yml — basic CI (lint + test)
  • git init — initialized 带有 第一个 commit

Workflow

Step 1: Ask (如果 不 清除)

What are you building?
  • Web app (Next.js)
  • API (FastAPI/Express)
  • CLI tool (Python)
  • Static site
  • OpenClaw skill
  • Something else (describe it)

Step 2: Generate

Create all files with the appropriate content. Don't use placeholder text — write real, working starter code.

Step 3: 举报

Project created: my-awesome-app/

my-awesome-app/ ├── .github/workflows/ci.yml ├── .gitignore ├── LICENSE (MIT) ├── README.md ├── package.json ├── tsconfig.json ├── src/ │ └── app/ │ ├── layout.tsx │ └── page.tsx └── tailwind.config.ts

Next steps: cd my-awesome-app npm install npm run dev

Rules

  • 写入 REAL working code, 不 "TODO" placeholders
  • 使用 latest stable version 的 every dependency
  • 默认 到 TypeScript 对于 JS projects
  • 默认 到 Tailwind 对于 CSS
  • 默认 到 MIT 许可证
  • Always init git 带有 clean 第一个 commit
  • Keep minimal — don't 添加 auth, 数据库, 或 features unless asked
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务