Browser Cli banner
finas finas

Browser Cli

Development community

Description

Browser automation skill and cli for openclaw

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CDP CLI - Chrome DevTools Protocol Command Line Interface

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Node.js Version](https://img.shields.io/badge/node-%3E%3D16.0.0-brightgreen)](https://nodejs.org/) [![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-blue)](https://modelcontextprotocol.io/) [![OpenClaw Skill](https://img.shields.io/badge/OpenClaw-Skill-purple)](SKILL.md)

A powerful CLI tool for browser automation and debugging using Chrome DevTools Protocol via the Model Context Protocol (MCP). Control Chrome programmatically from your terminal for testing, debugging, performance analysis, and automation.

**Designed for OpenClaw Skills**: This CLI is built to work seamlessly with AI assistants through the OpenClaw skill system, enabling AI-powered browser automation, testing, and debugging workflows.

📚 **[Quick Start Guide](QUICKSTART.md)** | 📖 **[Full Documentation](SKILL.md)**

Features

  • Browser Automation: Navigate, click, fill forms, and interact with web pages
  • Visual Testing: Take screenshots and DOM snapshots
  • Network Debugging: Monitor and analyze network requests
  • Console Monitoring: Capture JavaScript console logs and errors
  • Multi-Page Management: Work with multiple browser tabs simultaneously
  • Persistent Sessions: Maintain browser state across commands
  • AI Assistant Integration: Built for OpenClaw skills - works with Kiro, Claude, and other MCP-compatible AI assistants
  • Model Context Protocol: Leverages MCP for standardized tool communication

What is OpenClaw?

OpenClaw is a skill system that enables AI assistants to use specialized tools and capabilities. This CDP CLI is packaged as an OpenClaw skill, allowing AI assistants like Kiro to:

  • Automate browser testing workflows
  • Debug web applications interactively
  • Perform visual regression testing
  • Analyze performance and accessibility
  • Execute complex multi-step bro