← Back to Skills Marketplace
175
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vitepress-generator
Description
Quickly generate static websites using VitePress. Supports installing dependencies, initializing projects, local preview, building, and deployment.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: vitepress-generator
Version: 1.0.1
The vitepress-generator skill bundle is a standard utility for scaffolding VitePress documentation sites. It includes a shell script (scripts/init-vitepress-site.sh) and instructions (SKILL.md) that use common development tools like npm and node to initialize a project structure and install the vitepress dependency. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vitepress-generator - After installation, invoke the skill by name or use
/vitepress-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated documentation for improved clarity and conciseness.
- Switched all content and descriptions from Chinese to English.
- Added an explicit "Feature Overview" section.
- Rewrote trigger scenario instructions in English.
- No changes to logic or functionality; documentation only.
v1.0.0
Initial release with core VitePress static site generation features:
- Quickly initialize and scaffold a VitePress documentation or blog site.
- Support for dependency installation, project setup, local preview, build, and deployment.
- Provides project structure templates and key configuration walkthroughs.
- Includes scripts for dev, build, and preview tasks.
- Covers key Node.js and environment requirements.
- Reference guides for further configuration, theming, and deployment.
Metadata
Frequently Asked Questions
What is VitePress Generator?
Quickly generate static websites using VitePress. Supports installing dependencies, initializing projects, local preview, building, and deployment. It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.
How do I install VitePress Generator?
Run "/install vitepress-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VitePress Generator free?
Yes, VitePress Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VitePress Generator support?
VitePress Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VitePress Generator?
It is built and maintained by OpenLark (@openlark); the current version is v1.0.1.
More Skills