bunwright
Lightweight browser automation and testing with Bun scripts
All Skills in This Repository (6)
Pure Emerald Level Indicatorsplaywright-cli
Automate Playwright browser workflows with navigation, form filling, and request mocking.
Bun WebView
Automate Bun.WebView browser interactions and desktop window control.
typescript-advanced-types
Design advanced TypeScript types for generics, conditional types, and inference.
bun
Execute JavaScript and TypeScript workflows with the Bun runtime and package manager.
Bunwright
Automate browser workflows in Bun with a Playwright-style API.
caveman
Rewrite assistant responses into terse caveman-style prose with selectable intensity levels.
Frequently Asked Questions
FAQPage SchemaHow to install bunwright?▼
Run `npx skills add jonaspm/bunwright --all -g -y` in your terminal to install all skills in this repository globally.
What is bunwright used for?▼
It automates browser tasks like logins, form filling, screenshots, and scraping using simple TypeScript scripts that run on Bun's built-in WebView.
Is bunwright a Playwright alternative?▼
Yes. It offers a Playwright-style API with chaining, auto-waiting, and retries, but runs on Bun.WebView with zero runtime dependencies.
Does bunwright work on Windows?▼
Yes. On Windows it launches Chrome itself via remote debugging and connects through the DevTools websocket, with headless mode enabled by default.
Do I need Playwright or ChromeDriver installed?▼
No. You only need Bun v1.3.12 or newer and a Chrome or WebKit installation; no extra drivers or dependencies are required.
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