Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Daily news digest generator. Three-stage workflow: fetch sources → summarize → output report. Supports custom RSS feeds, web scraping, and static site publishing.

Install to Claude Code

/plugin install daily-news@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 →