web-access

Automate web access tasks via CDP Proxy with authenticated sessions.

1|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill web-access-xianmingyao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-access
Source: https://github.com/xianmingyao/openclaw-CaySon/tree/main/skills/web-access
Command: npx skills add https://github.com/xianmingyao/openclaw-CaySon --skill web-access-xianmingyao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides automated web access and interaction capabilities through a CDP Proxy, enabling search, fetch, and browser automation while handling login requirements and anti-scraping mitigations.

Core Features & Use Cases

  • CDP Proxy-based browser automation for reliable web interactions, including navigation, scripting, and DOM evaluation.
  • Headless, login-aware sessions that maintain authenticated context across tasks and handle dynamic content.
  • Robust task verification and decision-making guidance to adapt to site changes and avoid brittle automation.
  • Parallel task orchestration with sub-agents to speed up research and reduce context leakage.

Quick Start

Run the dependencies check script, then open a new background tab to load your target URL.

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 scraping on sites with login walls and anti-scraping barriers?

Browser automation via a CDP Proxy bypasses login walls and anti-scraping barriers by maintaining authenticated sessions and executing human-like navigation, DOM evaluation, and scrolling on dynamic sites.

What is CDP Proxy-based browser automation for authenticated browsing?

CDP Proxy-based browser automation controls headless browser sessions to manage login contexts, navigate dynamic pages, and retrieve content while maintaining authenticated state across multiple web tasks.

How do I handle dynamic page content and complex form interactions during web scraping?

Dynamic page content and form interactions are handled through CDP orchestration that executes DOM evaluation, triggers scrolling, captures screenshots, and performs robust task verification to adapt to site changes.

Can I run parallel web scraping tasks to reduce context leakage and speed up research?

Parallel task orchestration with sub-agents speeds up web research by distributing browser automation workloads, isolating authenticated sessions, and preventing context leakage across concurrent scraping operations.

Do I need to install additional dependencies to use CDP Proxy for web access?

The ws package is required as a dependency to enable CDP Proxy communication, providing the WebSocket protocol layer needed for orchestrating browser automation, session management, and navigation tasks.

Why does my browser automation script break when navigating dynamic sites with anti-scraping measures?

Brittle automation breaks on dynamic sites due to inadequate task verification; the CDP Proxy approach applies human-like decision-making and robust error handling to adapt to site changes and avoid anti-scraping triggers.