Files
web-access/.memory/web-access-skill.md
2026-04-01 09:04:18 +08:00

29 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: Web-Access Skill 源码解析
description: eze-is/web-access — Claude Code 联网增强 SkillCDP 直连 Chrome 登录态 + 智能通道调度 + 站点经验积累1800+ stars
type: project
---
## 概况
- **仓库**: eze-is/web-accessMIT作者一泽 Eze
- **路径**: `~/Projects/research/20260327-web-access源码解析/`
- **端口**: 4310
- **源码**: `source/` 目录(完整 git clone
- **版本**: v2.4.1573 行核心代码,零外部依赖
## 是什么
给 Claude Code 装上完整联网能力的 Skill。补上原生工具缺少的联网策略调度 + CDP 浏览器操作 + 站点经验积累。
## 核心优势vs 现有 WebFetch + Playwright + gptr
- **直连用户 Chrome 登录态** — 唯一不可替代的差异点
- AI 自主选通道WebSearch / WebFetch / curl / Jina / CDP
- 站点经验跨 session 复用
- 子 Agent 并行分治
## 评估结论
现有工具链WebFetch + Playwright MCP + gptr-mcp已覆盖大部分联网需求。web-access 的核心增量价值是直连用户 Chrome 登录态。如果不需要操作已登录的网站,不需要安装。