You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-33Lines changed: 57 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,46 @@
2
2
3
3
English | [中文](./README.zh.md)
4
4
5
-
A GitHub Actions workflow that runs every morning at 08:00 CST. It tracks GitHub activity from AI CLI tools, OpenClaw and its peer projects in the AI agent ecosystem, scrapes official news and research from Anthropic and OpenAI, and monitors the GitHub AI trending repos daily — then publishes bilingual (Chinese + English) daily digests as GitHub Issues and committed Markdown files. Weekly and monthly rollup reports are also generated automatically.
5
+
A GitHub Actions workflow that runs every morning at 08:00 CST. It aggregates AI ecosystem signals from 10 data sources, then publishes bilingual (Chinese + English) daily digests as GitHub Issues and committed Markdown files. Weekly and monthly rollup reports are also generated automatically.
6
+
7
+
### Data Sources
8
+
9
+
| Source | Type | Data |
10
+
|--------|------|------|
11
+
|[GitHub Repos](https://github.com)| API | Issues, PRs, releases from 17+ tracked AI tool repos |
12
+
|[Claude Code Skills](https://github.com/anthropics/skills)| API | Trending skills sorted by community engagement |
13
+
|[GitHub Trending](https://github.com/trending)| HTML + API | Daily trending repos + AI topic search (7-day window) |
14
+
|[Hacker News](https://news.ycombinator.com)|[Algolia API](https://hn.algolia.com/api)| Top 30 AI stories from last 24h, 6 parallel queries |
15
+
|[Product Hunt](https://www.producthunt.com)| GraphQL API | Yesterday's top AI products by votes |
Browse all historical digests in a clean, dark-themed interface — no login required. Reports are rendered from the Markdown files in this repo via GitHub Pages.
12
27
28
+

29
+
30
+
## Telegram Channel & Feishu Group
31
+
32
+
Subscribe to get daily digest notifications pushed directly to your preferred platform. Each message links to all reports for that day (ZH and EN variants) plus the Web UI and RSS feed.
Subscribe to get daily digest notifications pushed directly to your preferred platform. Each message links to all reports for that day (ZH and EN variants) plus the Web UI and RSS feed.
| `ai-web.md` | Official web content report (only written when new content exists) | `web` |
282
301
| `ai-trending.md` | GitHub AI trending report — repos classified by dimension + trend signals (only written when data is available) | `trending` |
283
302
| `ai-hn.md` | Hacker News AI community digest — top stories + sentiment analysis (only written when fetch succeeds) | `hn` |
303
+
| `ai-ph.md` | Product Hunt AI products digest (only written when `PRODUCTHUNT_TOKEN` is set and data is available) | `ph` |
304
+
| `ai-arxiv.md` | ArXiv AI research digest — key papers from cs.AI/cs.CL/cs.LG | `arxiv` |
305
+
| `ai-hf.md` | Hugging Face trending models digest — sorted by weekly likes | `hf` |
306
+
| `ai-community.md` | Tech community AI digest — Dev.to articles + Lobste.rs stories combined | `community` |
284
307
285
308
A shared state file `digests/web-state.json` tracks which web URLs have been seen; it is committed alongside the daily digests.
286
309
@@ -323,8 +346,9 @@ Issues: N | PRs: N | Projects covered: 10
323
346
<details> EasyClaw — ...
324
347
<details> LobsterAI — ...
325
348
<details> ZeptoClaw — ...
326
-
<details> NanoBot — ...
327
-
<details> PicoClaw — ...
349
+
<details> NanoBot — ...
350
+
<details> Hermes Agent — ...
351
+
<details> PicoClaw — ...
328
352
<details> NanoClaw — ...
329
353
<details> IronClaw — ...
330
354
<details> TinyClaw — ...
@@ -394,7 +418,7 @@ Top projects & releases
394
418
Looking ahead
395
419
```
396
420
397
-
Historical digests are stored in [`digests/`](./digests/). Published issues are tagged by type: [`digest`](../../issues?label=digest) · [`openclaw`](../../issues?label=openclaw) · [`web`](../../issues?label=web) · [`trending`](../../issues?label=trending) · [`hn`](../../issues?label=hn) · [`weekly`](../../issues?label=weekly) · [`monthly`](../../issues?label=monthly).
421
+
Historical digests are stored in [`digests/`](./digests/). Published issues are tagged by type: [`digest`](../../issues?label=digest) · [`openclaw`](../../issues?label=openclaw) · [`web`](../../issues?label=web) · [`trending`](../../issues?label=trending) · [`hn`](../../issues?label=hn) · [`ph`](../../issues?label=ph) · [`arxiv`](../../issues?label=arxiv) · [`hf`](../../issues?label=hf) · [`community`](../../issues?label=community) · [`weekly`](../../issues?label=weekly) · [`monthly`](../../issues?label=monthly).
0 commit comments