← 返回 Skills 市场
openlark

VitePress Generator

作者 OpenLark · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
175
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vitepress-generator
功能描述
Quickly generate static websites using VitePress. Supports installing dependencies, initializing projects, local preview, building, and deployment.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vitepress-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vitepress-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug vitepress-generator
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

VitePress Generator 是什么?

Quickly generate static websites using VitePress. Supports installing dependencies, initializing projects, local preview, building, and deployment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。

如何安装 VitePress Generator?

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

VitePress Generator 是免费的吗?

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

VitePress Generator 支持哪些平台?

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

谁开发了 VitePress Generator?

由 OpenLark(@openlark)开发并维护,当前版本 v1.0.1。

💬 留言讨论