Eze Skills banner
eze-is eze-is

Eze Skills

Development community

Description

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

eze-skills

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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](https://github.com/eze-is/web-access)**

本仓库不再同步 web-access 新版本,请前往独立仓库获取。

web-access-v1(历史存档)

基于 [agent-browser](https://www.npmjs.com/package/agent-browser) 的方案,启动独立 Chrome 实例,通过 accessibility tree 交互。功能完整,已稳定使用。如果 v2 不适合你的场景,可以使用此版本。

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


daily-news

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

工作区结构:

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

vc-report

**已迁移到独立仓库:[eze-is/vc-report](https://github.com/eze-is/vc-report)**


Synced from [eze-skills-private](https://github.com/eze-is/eze-skills-private).