← 返回 Skills 市场
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vite-plugin-dev
功能描述
Use when developing Vite plugins: scaffolding plugin structure, implementing hooks (transform, resolveId, load, buildStart, etc.), handling virtual modules,...
安全使用建议
This is a documentation-style skill for developing Vite plugins and is internally consistent. It does not request credentials or perform any installs. Before using or copying example code into real projects, be careful not to: (1) expose sensitive environment variables via virtual modules or define injections (avoid using process.env values that contain secrets), (2) publish dev-only middleware or endpoints to production, and (3) blindly copy examples that embed build-time env values into client bundles. If the skill later included code that read arbitrary file paths, required cloud credentials, or fetched remote installers, that would raise suspicion—review any added code files or install steps before installing or executing them.
功能分析
Type: OpenClaw Skill
Name: vite-plugin-dev
Version: 1.0.0
The skill bundle is a comprehensive developer resource for building Vite plugins. It contains standard documentation, hook references, and code patterns (e.g., virtual modules, middleware, and transformers) that align perfectly with its stated purpose. No indicators of data exfiltration, malicious execution, or prompt injection were found across the SKILL.md or reference files.
能力评估
Purpose & Capability
Name/description (Vite plugin development) align with the provided content: scaffolding, hook patterns, HMR, SSR, testing, and publishing. The skill declares no binaries, env vars, or installs, which is reasonable for a docs/instruction-only skill.
Instruction Scope
SKILL.md stays on-topic and provides code patterns and checklists for plugin authors. Two patterns merit attention: (1) virtual modules and build-info examples read process.env (e.g., npm_package_version, NODE_ENV) and could expose env values to client code if copied verbatim; (2) dev-server middleware examples create local HTTP endpoints, which is expected in dev but should not be used to expose secrets or production data. The instructions do not tell the agent to read arbitrary system files, external endpoints, or transmit data off-host.
Install Mechanism
No install spec and no code files that would be written/executed by an installer. Instruction-only skills are lowest risk for install-time code execution.
Credentials
The skill requests no environment variables or credentials. However, examples show accessing process.env and injecting config into client code; plugin authors must avoid embedding secrets into virtual modules or define/config injection. The examples themselves are not requesting credentials, but they show patterns that could accidentally leak sensitive env values if misused.
Persistence & Privilege
always is false, no persistence or system-wide configuration changes are requested, and the skill does not instruct modification of other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vite-plugin-dev - 安装完成后,直接呼叫该 Skill 的名称或使用
/vite-plugin-dev触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Vite Plugin Development 是什么?
Use when developing Vite plugins: scaffolding plugin structure, implementing hooks (transform, resolveId, load, buildStart, etc.), handling virtual modules,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 Vite Plugin Development?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vite-plugin-dev」即可一键安装,无需额外配置。
Vite Plugin Development 是免费的吗?
是的,Vite Plugin Development 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vite Plugin Development 支持哪些平台?
Vite Plugin Development 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vite Plugin Development?
由 Hjs102468(@goldath)开发并维护,当前版本 v1.0.0。
推荐 Skills