bunwv
Headless browser automation, testing, and screenshot capture
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install bunwv?โผ
Run `npx skills add NatiCha/bunwv --all -g -y` in your terminal to install the skill globally. You also need Bun v1.3.14 or later installed on your machine.
What is bunwv used for?โผ
bunwv is a headless browser automation CLI that lets you navigate pages, click elements, fill forms, take screenshots, and run JavaScript inside a persistent browser session. It is built for testing frontend UI and verifying web app behavior.
Does bunwv work with Claude Code and Cursor?โผ
Yes. The included SKILL.md teaches AI coding assistants how to drive the browser through discrete commands with stable exit codes and structured JSON errors.
Does bunwv work on macOS, Linux, and Windows?โผ
Yes. It uses the native WebKit engine on macOS with zero dependencies, and automatically detects Chrome or Chromium on Linux and Windows.
Can bunwv test React forms and apps?โผ
Yes. It includes dedicated `clear` and `submit` commands that use React-compatible native setters and form.requestSubmit(), so React state updates and form handlers trigger correctly.
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