web-access

eze-skills

productivityClaude Codeby eze-is

Summary

Enhanced web browsing for Claude Code. Handles search, scraping, login flows, and dynamic pages via Playwright. Use for any task requiring real browser interaction.

Install to Claude Code

/plugin install web-access@eze-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add eze-is/eze-skills if you haven't already.

README.md

eze-skills

![License: MIT](https://opensource.org/licenses/MIT)

一泽Eze 的 Claude Code Skills 公开合集。把日常高频用到的能力封装成 skill,让 Claude Code 开箱即用。

Install

# 安装 web-access(独立仓库)
git clone https://github.com/eze-is/web-access.git ~/.claude/skills/web-access

# 安装 vc-report(独立仓库)
git clone https://github.com/eze-is/vc-report.git ~/.claude/skills/vc-report

# 安装 daily-news(合集仓库内)
git clone https://github.com/eze-is/eze-skills.git
cp -R eze-skills/daily-news ~/.claude/skills/

---

Skills

| Skill | 简介 | 触发方式 | |-------|------|---------| | web-access ↗ | v2+ — CDP Proxy 直连用户 Chrome,完整联网策略。已迁移到独立仓库 | 自动触发 | | web-access-v1 | v1 — 基于 agent-browser 的独立 Chrome 实例方案(历史存档) | 自动触发 | | daily-news | 每日资讯日报生成器,支持自定义信源 | 自动触发 | | vc-report ↗ | VC 投资人调研周报/月报助手,profile-driven。独立仓库 | "周报"、"调研" |

---

web-access (v2+)

> 最新版已迁移到独立仓库:eze-is/web-access > > 本仓库不再同步 web-access 新版本,请前往独立仓库获取。

web-access-v1(历史存档)

基于 agent-browser 的方案,启动独立 Chrome 实例,通过 accessibility tree 交互。功能完整,已稳定使用。如果 v2 不适合你的场景,可以使用此版本。

主要差异:独立 Chrome profile(登录态持久化但与日常浏览器分离)、依赖 agent-browser npm 包。

---

daily-news

三阶段工作流:获取元数据 → 生成摘要 → 输出日报。支持自定义信源,适合需要每日信息聚合的场景。

工作区结构:

<workspace>/
├── profile.yaml      # 用户画像(关注什么)
├── settings.yaml     # 日报设置
├── methods/          # 信源获取方法
├── data/news.db      # SQLite 数据库
└── output/           # 生成的日报

---

vc-report

> 已迁移到独立仓库:eze-is/vc-report

---

> Synced from eze-skills-private.

Related plugins

Browse all →