vite-plugin-pilot
Browser page inspection, interaction, and frontend testing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install vite-plugin-pilot?▼
Run `npx skills add 2234839/vite-plugin-pilot --all -g -y` in your terminal to install it globally for your agent.
How to let AI test my browser pages?▼
Add the plugin to your Vite project or run `npx pilot server`, then your agent can view page snapshots, click elements, and fill forms via simple CLI commands.
Does it work without Vite?▼
Yes. Standalone server mode connects to any webpage, including production sites, using a console bridge script or a Tampermonkey userscript.
How is it different from Chrome DevTools MCP?▼
It injects code directly into the page instead of using the Chrome debugging protocol, so it works in embedded browsers and understands Vue and React frameworks.
Does vite-plugin-pilot work with Claude Code and Cursor?▼
Yes. It follows the standard SKILL.md format and runs with Claude Code, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core