web-access

Coordinate search, fetch, login, and interactive browsing via a CDP proxy.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

所有联网操作必须通过此 skill 处理,包括:搜索、网页抓取、登录后操作、需要真实浏览器环境的网络任务。

Core Features & Use Cases

  • 集中管理通过 CDP 代理进行的网页访问、浏览器自动化与安全浏览。
  • 支持 WebSearch、WebFetch、curl 进行站点访问、页面内容读取和数据抓取,必要时能保持登录态。
  • 适用于需要动态页面、受登录限制、或需长时间交互的任务,具备错误处理和站点经验参考。

Quick Start

Run the dependency check to boot the CDP proxy, then tell me the web task you want me to perform.

Frequently Asked Questions about web-access

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

FAQPage Schema
How do I automate browser tasks on dynamic pages requiring login?

To automate browser tasks on dynamic pages requiring login, this Skill coordinates interactive browsing through a CDP proxy, maintaining authenticated sessions for navigating complex UIs and extracting data. It safely handles live browser contexts across restricted sites.

What is a CDP proxy for web scraping and browser automation?

A CDP proxy for web scraping is a centralized intermediary that manages live browser contexts, enabling automated web access, session handling, and login awareness. It coordinates fetching dynamic pages while applying error handling and safe browsing prompts.

Can I use curl and WebFetch to extract data from authenticated sessions?

Yes, you can use curl and WebFetch to extract data from authenticated sessions. This Skill supports these methods for site access and page content reading, keeping login states intact when necessary for scraping dynamic or restricted pages.

How do I handle web automation errors and site-pattern references?

To handle web automation errors, this Skill applies built-in error handling and site-pattern references during complex UI navigation. It coordinates safe browsing prompts and session management to resolve interactive browsing failures across dynamic pages.

Do I need the ws dependency to run the CDP proxy?

Yes, you need the ws dependency to run the CDP proxy. This Skill requires it to enable automated web access, manage browser sessions, and coordinate interactive browsing tasks across dynamic pages and authenticated sites.