VitePress Generator
v1.0.1Quickly generate static websites using VitePress. Supports installing dependencies, initializing projects, local preview, building, and deployment.
⭐ 0· 99·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (VitePress site generator) matches the provided files and instructions: SKILL.md describes scaffolding, dev, build, and deployment flows and the repository includes a shell init script and helpful reference docs. All required actions (npm init, npm add -D vitepress, create docs/, add scripts) are appropriate for building a VitePress site.
Instruction Scope
Instructions stay within the scope of creating and building a static site. They run local commands (node, npm) and write project files. Minor inconsistency: SKILL.md says default dev server port 5173 while the init script prints 4173 — this is an innocuous mismatch but worth noting. The instructions do not read environment variables, external config paths, or transmit data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with a included shell script; there is no install spec that downloads arbitrary archives or introduces third‑party installers. The only network activity implied is normal npm package installation from the package registry when the user runs npm commands.
Credentials
No environment variables, secrets, or external credentials are requested. The commands require Node/npm to be present (documented). No unrelated credentials or config paths are accessed.
Persistence & Privilege
always is false (no forced persistent inclusion) and the skill does not attempt to modify other skills or global agent settings. It will create files in the local filesystem when executed, which is expected for a project initializer.
Assessment
This skill appears to do exactly what it says: scaffold a VitePress site by running local npm/node commands and writing project files. Before running the script, ensure you have Node.js (v18+) and run it in a directory where creating a new project is safe. Note the small inconsistency between SKILL.md (dev server port 5173) and the script's output (4173). Because the script executes npm commands, it will download packages from the npm registry — review package.json and run npm install yourself so you can inspect the installed versions. If you want extra caution, open the provided scripts/init-vitepress-site.sh and the generated package.json to verify nothing unexpected will be added.Like a lobster shell, security has layers — review code before you run it.
latestvk97frx7xb3tmhen7gb4kpnx3q983e368
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
