browser-config

Read and update browser configuration states with baseHash validation.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill browser-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-config
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/system/browser-config
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill browser-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Browser configuration management: reading and updating enablement state, CDP connections, evaluate permissions, and headless mode when user mentions browser settings or CDP configuration, prior to gateway routing.

Core Features & Use Cases

  • Read and update browser tool enablement, CDP URL, evaluate permissions, and headless mode.
  • Enforce safe, auditable changes with baseHash validation and gateway precedence.
  • Use cases include pre-flight browser automation, debugging, and platform integration requiring browser control.

Quick Start

Query the current browser configuration with get and then apply updates with set to enable headless mode and configure CDP.

Frequently Asked Questions about browser-config

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

FAQPage Schema
How do I manage browser configuration for headless automation before routing?

Browser configuration management handles reading and updating enablement state, CDP connections, evaluate permissions, and headless mode prior to gateway routing. It enforces safe, auditable changes using get and set actions with baseHash validation.

What is the best way to configure CDP connections for web automation debugging?

Configuring CDP connections involves querying the current browser configuration with get and then applying updates with set. This enforces safe, auditable changes via baseHash validation and honors gateway precedence for secure automation setup.

How do I enable headless mode and evaluate permissions for browser tooling?

Enabling headless mode and evaluate permissions requires using set actions to update the browser configuration state. The system enforces safe, auditable updates through baseHash validation to prevent configuration conflicts during web automation.

Does browser configuration management support safe updates for platform integration?

Browser configuration management supports platform integration by enforcing safe, auditable updates via get and set actions. It uses baseHash validation and honors gateway precedence to ensure secure browser control during integration tasks.

Why does browser configuration require baseHash validation for automation tasks?

BaseHash validation is required during browser configuration updates to enforce safe, auditable changes. It prevents configuration conflicts and ensures gateway precedence is honored when managing enablement, CDP connections, and headless mode for automation.