A high-efficiency tool that generates Playwright end-to-end tests by analyzing your source code or live URLs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install e2e-writer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install e2e-writer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The E2E Test Writer is designed to solve the common developer bottleneck of writing repetitive end-to-end tests. By analyzing component files or live URLs, it intelligently identifies user flows, interactive selectors, and necessary assertions to build comprehensive test suites. As a key utility within the Openclaw Skills ecosystem, it allows teams to achieve high test coverage without the manual overhead of writing boilerplate Playwright code.
This tool requires Node.js 18 or higher and does not require a local installation. You can run it directly using npx to integrate it into your development environment or Openclaw Skills workflow.
# Example: Generate tests for a specific component
npx ai-e2e-gen src/pages/Login.tsx
# Example: Generate tests from a live URL
npx ai-e2e-gen https://myapp.com/signup
The skill produces standardized test artifacts and follows a clear output structure:
| Artifact | Format | Description |
|---|---|---|
| Test Suite | .spec.ts | A complete Playwright specification file ready for execution. |
| Selectors | String/CSS | Auto-detected selectors based on component attributes or DOM properties. |
| Flow Logic | Async TS | Logic handling form submissions, navigation, and asynchronous state changes. |
Loading
Automatically add JSDoc or TSDoc comments to your exported functions and classes using AI.

An intelligent CLI tool that scans your project to generate production-ready, optimized Dockerfiles with zero configuration.

An AI-powered utility that scans your project to automatically generate a complete, production-ready docker-compose.yml file.

A powerful CLI tool that converts technical git diffs into plain English summaries for better collaboration and documentation.

A streamlined CLI tool that uses AI to generate documented .env.example files while keeping your secrets safe.

Automate the generation of type-safe TypeScript interfaces and Zod validation schemas from your project environment variables.








































