wavexis-cli-automation

Execute cross-browser automation via Chrome DevTools Protocol and WebDriver BiDi backends.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-cli-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wavexis-cli-automation
Source: https://github.com/MathiasPaulenko/ai-toolkit/tree/main/skills/wavexis-cli-automation
Command: npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-cli-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This skill solves the fragmentation of browser automation tools by providing a single, unified interface for CDP and BiDi backends, eliminating the need for complex Node.js setups or manual driver management.

Core Features & Use Cases

  • Multi-Action Workflows: Chain complex browser interactions like login, scraping, and performance auditing into a single YAML configuration.
  • CI/CD Integration: Perform automated browser assertions and Core Web Vitals checks directly within your CI pipeline.
  • Stealth Scraping: Bypass anti-bot protections with built-in stealth mode that masks headless browser indicators.

Quick Start

Use the wavexis cli to navigate to the target website and capture a full-page screenshot saved as output.png.

Frequently Asked Questions about wavexis-cli-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is a unified CLI for cross-browser automation and testing?

A unified CLI for cross-browser automation executes testing and scraping tasks using Chrome DevTools Protocol and WebDriver BiDi backends. It provides a single command-line interface for browser manipulation without requiring external Node.js dependencies.

How do I chain complex browser interactions like login and scraping into one workflow?

You can chain complex browser interactions like login and scraping by defining a multi-action YAML configuration. This YAML file allows you to execute sequential browser tasks and performance auditing within a single command-line execution.

Can I run automated browser assertions and Core Web Vitals checks in my CI/CD pipeline?

Yes, you can run automated browser assertions and Core Web Vitals checks directly in your CI/CD pipeline. The CLI supports CI-ready assertions and performance auditing to validate application behavior during continuous integration.

Does this browser automation tool work without installing Node.js dependencies?

Yes, this browser automation tool works without installing external Node.js dependencies. It directly interfaces with Chrome DevTools Protocol and WebDriver BiDi backends, eliminating the need for complex Node.js setups or manual driver management.

What is the best way to bypass anti-bot protections during web scraping?

The best way to bypass anti-bot protections during web scraping is using the built-in stealth mode. This feature masks headless browser indicators to prevent detection while executing automated data extraction tasks.