web-access

Drive a local Chrome session via CDP to automate web tasks.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/anzx01/LocalClaw --skill web-access-anzx01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-access
Source: https://github.com/anzx01/LocalClaw/tree/main/bundled_skills/web-access
Command: npx skills add https://github.com/anzx01/LocalClaw --skill web-access-anzx01

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

LocalClaw-native adaptation of web-access enables real-browser tasks to be performed locally without remote services, providing deterministic and auditable web interactions.

Core Features & Use Cases

  • Real-browser control via CDP: drive a local Chrome session to visit pages, fill forms, and extract data.
  • Authenticated and dynamic pages: handle login states, dynamic rendering, and site interactions that require a live browser.
  • Safe orchestration: integrates with LocalClaw's Planner/ExecutionEngine with risk visibility and guardrails.

Quick Start

Navigate to a live website with a signed-in session and retrieve the page title.

Frequently Asked Questions about web-access

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

FAQPage Schema
How do I automate web browsing tasks with a local Chrome session?

Yes, you can scrape dynamic pages using a local Chrome session via a CDP proxy, which handles dynamic rendering and site interactions that require a live browser environment.

Do I need a remote service to extract data from authenticated web pages?

No, you do not need a remote service for extracting data from authenticated web pages; this approach drives a local Chrome session via a CDP proxy to handle login states and dynamic rendering locally and deterministically.

What is the best way to interact with live websites that require login state?

The best way to interact with live websites requiring login state is using a local Chrome remote debugging port and CDP endpoints, which provide auditable web interactions with built-in safety checks and error handling.

Can I fill forms and extract data from dynamic pages using CDP?

Yes, you can fill forms and extract data from dynamic pages using CDP endpoints, which automate real-browser tasks through a Node-based runtime connected to your local Chrome session.

Does local browser automation via CDP include safety checks for web interactions?

Yes, local browser automation via CDP includes safety checks and error handling, integrating with LocalClaw's Planner and ExecutionEngine to provide risk visibility and guardrails during web orchestration.

Why use a local Chrome session instead of remote services for web automation?

Using a local Chrome session instead of remote services for web automation provides deterministic and auditable web interactions, allowing you to perform real-browser tasks locally without relying on external infrastructure.