← Back to Skills Marketplace
goldath

Vite Plugin Development

by Hjs102468 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vite-plugin-dev
Description
Use when developing Vite plugins: scaffolding plugin structure, implementing hooks (transform, resolveId, load, buildStart, etc.), handling virtual modules,...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vite-plugin-dev
  3. After installation, invoke the skill by name or use /vite-plugin-dev
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug vite-plugin-dev
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Vite Plugin Development?

Use when developing Vite plugins: scaffolding plugin structure, implementing hooks (transform, resolveId, load, buildStart, etc.), handling virtual modules,... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install Vite Plugin Development?

Run "/install vite-plugin-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vite Plugin Development free?

Yes, Vite Plugin Development is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vite Plugin Development support?

Vite Plugin Development is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vite Plugin Development?

It is built and maintained by Hjs102468 (@goldath); the current version is v1.0.0.

💬 Comments