🌐
AI EngineeringJavaScript

Web Access

by eze-is

Web Access is an AI Engineering skill for Claude Code, published by eze-is in web-access.

8.6K stars607 forkson eze-is/web-accessAdded 2026/07/14Repository updated 2026/05/16
Install in seconds
Install Web Access
Copy Web Access into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/eze-is/web-access ~/.claude/skills/web-access

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/eze-is/web-access.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in eze-is/web-access
Installs to
~/.claude/skills/web-access
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What Web Access does

Equips AI agents with web search, content fetching, CDP browser automation, and local history search. Includes efficient browsing strategies and site pattern accumulation.

Web Access is cataloged under AI Engineering on DirSkills.

Documentation

README

web-access Skill

前置检查

在开始联网操作前,先检查 CDP 模式可用性:

node "${CLAUDE_SKILL_DIR}/scripts/check-deps.mjs"

Node.js 22+ 必需(使用原生 WebSocket)。

按脚本输出处理:

  • exit 0 → 继续
  • exit 2 → 需询问用户偏好,写入 ${CLAUDE_SKILL_DIR}/config.envWEB_ACCESS_BROWSER
  • exit 1 → 按 stdout 错误信息处理。若提示包含「Agent 处理顺序」,按其步骤执行(如先用系统命令打开浏览器后重跑),自动可解则不打扰用户;仍失败再向用户求助

支持参数 --browser <chrome|edge> 表达本次临时覆盖(不写 config.env)。

切换浏览器时,proxy 是长驻进程,需先 pkill -f cdp-proxy.mjs 再重跑 check-deps。

检查通过后并必须在回复中向用户直接展示以下须知,再启动 CDP Proxy 执行操作:

温馨提示:部分站点对浏览器自动化操作检测严格,存在账号封禁风险。已内置防护措施但无法完全避免,Agent 继续操作即视为接受。

浏览哲学

像人一样思考,兼顾高效与适应性的完成任务。

执行任务时不会过度依赖固有印象所规划的步骤,而是带着目标进入,边看边判断,遇到阻碍就解决,发现内容不够就深入——全程围绕「我要达成什么」做决策。这个 skill 的所有行为都应遵循这个逻辑。

① 拿到请求 — 先明确用户要做什么,定义成功标准:什么算完成了?需要获取什么信息、执行什么操作、达到什么结果?这是后续所有判断的锚点。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Web Access

  • How does Web Access compare to other AI Engineering skills?

    Web Access ranks #407 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Web Access against them. Open each page to compare what they document and how they install.