Loading...
Loading...
Use this skill when an AI agent needs to inspect, verify, debug, or profile a live Vite app by running temporary snippets inside the browser page and reading browser logs or captured artifacts. Use for client state after interactions, imported app modules, DOM state, human-like input, canvas/WebGL/Three.js state, screenshots, videos, CPU/network/performance/heap analysis, WebXR/Three.js XR with IWER, and runtime-only behavior without editing app files.
npx skill4agent add drawcall-ai/vitexec vitexecvitexec/vitexec '<snippet>'--path--gpu--screenshot--record--cpu-profile--network-trace--performance-trace--heap-snapshot--timeout--configlogs:vitexecvitexecvitexec 'console.log("ready")'vitexec --path /cart '
import { useCartStore } from "/src/store/cart.ts";
document.querySelector("[data-testid=add-to-cart]")?.click();
await new Promise((resolve) => requestAnimationFrame(resolve));
console.log("cart", JSON.stringify(useCartStore.getState()));
'/src/store.ts--gpu--gpu --browser-ws-endpoint <ws-url>VITEXEC_*vitexec