Back to Discover

eze-skills

skill

eze-is

View on GitHub
71 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add eze-is/eze-skills

README

eze-skills

License: 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-accessv2+ — CDP Proxy 直连用户 Chrome,完整联网策略。已迁移到独立仓库自动触发
web-access-v1v1 — 基于 agent-browser 的独立 Chrome 实例方案(历史存档)自动触发
daily-news每日资讯日报生成器,支持自定义信源自动触发
vc-reportVC 投资人调研周报/月报助手,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.

Rendered live from eze-is/eze-skills's GitHub README — not stored, always reflects the source repo.

2 Plugins

NameDescriptionCategorySource
web-accessEnhanced web browsing for Claude Code. Handles search, scraping, login flows, and dynamic pages via Playwright. Use for any task requiring real browser interaction.productivity./web-access
daily-newsDaily news digest generator. Three-stage workflow: fetch sources → summarize → output report. Supports custom RSS feeds, web scraping, and static site publishing.productivity./daily-news

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.