Skip to content

Commit 4808ffe

Browse files
author
denis.zheng
committed
Merge upstream/master: add new data sources, peers, and UI improvements
2 parents 8fe5cdf + 1bc9b8c commit 4808ffe

File tree

293 files changed

+97679
-48290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+97679
-48290
lines changed

.github/workflows/daily-digest.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
# Web content fetching adds ~60-120 s of HTTP requests on incremental runs;
1818
# the first-ever run (fetching 50 articles) may need up to 20 min.
19-
timeout-minutes: 25
19+
timeout-minutes: 40
2020

2121
steps:
2222
- name: Checkout
@@ -39,15 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
LLM_PROVIDER: ${{ secrets.LLM_PROVIDER }}
4141
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
42-
ANTHROPIC_BASE_URL: ${{ secrets.ANTHROPIC_BASE_URL }}
43-
ANTHROPIC_MODEL: ${{ secrets.ANTHROPIC_MODEL }}
44-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
45-
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
46-
OPENAI_MODEL: ${{ secrets.OPENAI_MODEL }}
47-
COPILOT_MODEL: ${{ secrets.COPILOT_MODEL }}
48-
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
49-
OPENROUTER_MODEL: ${{ secrets.OPENROUTER_MODEL }}
50-
SITE_URL: ${{ secrets.SITE_URL }}
42+
PRODUCTHUNT_TOKEN: ${{ secrets.PRODUCTHUNT_TOKEN }}
5143
DIGEST_REPO: ${{ github.repository }}
5244
run: pnpm start
5345

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Files written to `digests/YYYY-MM-DD/`:
8888
## Tracked sources
8989

9090
- **CLI_REPOS** (6): claude-code, codex, gemini-cli, kimi-cli, opencode, qwen-code
91-
- **OPENCLAW** + **OPENCLAW_PEERS** (11): openclaw/openclaw + 10 peer projects (sorted by stars)
91+
- **OPENCLAW** + **OPENCLAW_PEERS** (13): openclaw/openclaw + 12 peer projects (sorted by stars)
9292
- **CLAUDE_SKILLS_REPO**: anthropics/skills — no date filter, sorted by popularity
9393
- **Web**: anthropic.com + openai.com via sitemap, state in `digests/web-state.json`
9494
- **Trending**: github.com/trending (HTML) + GitHub Search API (6 AI topics, 7-day window)

README.md

Lines changed: 57 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,46 @@
22

33
English | [中文](./README.zh.md)
44

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 |
16+
| [ArXiv](https://arxiv.org) | [ArXiv API](https://export.arxiv.org/api/query) | Latest papers from cs.AI, cs.CL, cs.LG (last 48h) |
17+
| [Hugging Face](https://huggingface.co) | [Hub API](https://huggingface.co/api/models) | 30 trending models sorted by weekly likes |
18+
| [Dev.to](https://dev.to) | [Forem API](https://dev.to/api) | Top AI/LLM articles from 5 tags |
19+
| [Lobste.rs](https://lobste.rs) | JSON API | AI/ML tagged stories from last 7 days |
20+
| [Anthropic](https://anthropic.com) + [OpenAI](https://openai.com) | Sitemap | New articles detected via `lastmod` diff |
621

722
## Web UI
823

924
**[https://duanyytop.github.io/agents-radar](https://duanyytop.github.io/agents-radar)**
1025

1126
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.
1227

28+
![Web UI](assets/web-en.png)
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.
33+
34+
<table>
35+
<tr>
36+
<td align="center"><b><a href="https://t.me/agents_radar">Join Telegram Channel</a></b></td>
37+
<td align="center"><b><a href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=a00hcab4-86de-4a3f-b599-e46146a69b98">Join Feishu Group</a></b></td>
38+
</tr>
39+
<tr>
40+
<td><img src="assets/telegram.jpg" width="300" alt="Telegram notification"></td>
41+
<td><img src="assets/feishu.jpg" width="300" alt="Feishu notification"></td>
42+
</tr>
43+
</table>
44+
1345
## RSS Feed
1446

1547
**[https://duanyytop.github.io/agents-radar/feed.xml](https://duanyytop.github.io/agents-radar/feed.xml)**
@@ -80,21 +112,6 @@ pnpm install
80112
wrangler deploy
81113
```
82114

83-
## Telegram Channel & Feishu Group
84-
85-
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.
86-
87-
<table>
88-
<tr>
89-
<td align="center"><b><a href="https://t.me/agents_radar">Join Telegram Channel</a></b></td>
90-
<td align="center"><b><a href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=a00hcab4-86de-4a3f-b599-e46146a69b98">Join Feishu Group</a></b></td>
91-
</tr>
92-
<tr>
93-
<td><img src="assets/telegram.jpg" width="300" alt="Telegram notification"></td>
94-
<td><img src="assets/feishu.jpg" width="300" alt="Feishu notification"></td>
95-
</tr>
96-
</table>
97-
98115
## Tracked sources
99116

100117
### AI CLI tools (GitHub)
@@ -107,6 +124,7 @@ Subscribe to get daily digest notifications pushed directly to your preferred pl
107124
| GitHub Copilot CLI | [github/copilot-cli](https://github.com/github/copilot-cli) |
108125
| Kimi Code CLI | [MoonshotAI/kimi-cli](https://github.com/MoonshotAI/kimi-cli) |
109126
| OpenCode | [anomalyco/opencode](https://github.com/anomalyco/opencode) |
127+
| Pi | [badlogic/pi-mono](https://github.com/badlogic/pi-mono) |
110128
| Qwen Code | [QwenLM/qwen-code](https://github.com/QwenLM/qwen-code) |
111129

112130
### Claude Code Skills (GitHub)
@@ -123,18 +141,19 @@ OpenClaw is tracked as the primary reference project, alongside several peer pro
123141

124142
| Project | Repository | Stars |
125143
|---------|-----------|-------|
126-
| OpenClaw | [openclaw/openclaw](https://github.com/openclaw/openclaw) | 240.5k |
127-
| NanoBot | [HKUDS/nanobot](https://github.com/HKUDS/nanobot) | 26.9k |
128-
| PicoClaw | [sipeed/picoclaw](https://github.com/sipeed/picoclaw) | 21.1k |
129-
| NanoClaw | [qwibitai/nanoclaw](https://github.com/qwibitai/nanoclaw) | 16.6k |
130-
| NullClaw | [nullclaw/nullclaw](https://github.com/nullclaw/nullclaw) | 6.1k |
131-
| IronClaw | [nearai/ironclaw](https://github.com/nearai/ironclaw) | 3.9k |
132-
| LobsterAI | [netease-youdao/LobsterAI](https://github.com/netease-youdao/LobsterAI) | 3.0k |
133-
| TinyClaw | [TinyAGI/tinyclaw](https://github.com/TinyAGI/tinyclaw) | 2.8k |
134-
| CoPaw | [agentscope-ai/CoPaw](https://github.com/agentscope-ai/CoPaw) | 2.2k |
135-
| Moltis | [moltis-org/moltis](https://github.com/moltis-org/moltis) | 2.1k |
136-
| ZeptoClaw | [qhkm/zeptoclaw](https://github.com/qhkm/zeptoclaw) | 394 |
137-
| EasyClaw | [gaoyangz77/easyclaw](https://github.com/gaoyangz77/easyclaw) | 102 |
144+
| OpenClaw | [openclaw/openclaw](https://github.com/openclaw/openclaw) | 348.1k |
145+
| NanoBot | [HKUDS/nanobot](https://github.com/HKUDS/nanobot) | 37.9k |
146+
| Hermes Agent | [nousresearch/hermes-agent](https://github.com/nousresearch/hermes-agent) | 32.3k |
147+
| PicoClaw | [sipeed/picoclaw](https://github.com/sipeed/picoclaw) | 27.5k |
148+
| NanoClaw | [qwibitai/nanoclaw](https://github.com/qwibitai/nanoclaw) | 26.5k |
149+
| ZeroClaw | [zeroclaw-labs/zeroclaw](https://github.com/zeroclaw-labs/zeroclaw) | 30.1k |
150+
| CoPaw | [agentscope-ai/CoPaw](https://github.com/agentscope-ai/CoPaw) | 14.4k |
151+
| IronClaw | [nearai/ironclaw](https://github.com/nearai/ironclaw) | 11.4k |
152+
| NullClaw | [nullclaw/nullclaw](https://github.com/nullclaw/nullclaw) | 7.0k |
153+
| LobsterAI | [netease-youdao/LobsterAI](https://github.com/netease-youdao/LobsterAI) | 4.8k |
154+
| TinyClaw | [TinyAGI/tinyagi](https://github.com/TinyAGI/tinyagi) | 3.5k |
155+
| Moltis | [moltis-org/moltis](https://github.com/moltis-org/moltis) | 2.5k |
156+
| ZeptoClaw | [qhkm/zeptoclaw](https://github.com/qhkm/zeptoclaw) | 567 |
138157

139158
### GitHub AI Trending
140159

@@ -165,7 +184,7 @@ New articles are detected by comparing sitemap `lastmod` timestamps against a pe
165184
- Fetches issues, pull requests, and releases updated in the last 24 hours across all tracked repos
166185
- Tracks trending Claude Code Skills — sorted by community engagement, not recency
167186
- Generates a per-tool summary for each CLI repository and a cross-tool comparative analysis
168-
- Generates a deep OpenClaw project report plus a cross-ecosystem comparison against 10 peer projects
187+
- Generates a deep OpenClaw project report plus a cross-ecosystem comparison against 11 peer projects
169188
- Scrapes official Anthropic and OpenAI web content via sitemaps; detects new articles incrementally
170189
- Monitors GitHub Trending daily + searches 6 AI topic tags; classifies repos by dimension and extracts trend signals
171190
- Fetches top-30 AI stories from Hacker News (last 24h, ranked by points); generates community sentiment report
@@ -277,10 +296,14 @@ Files are written to `digests/YYYY-MM-DD/`:
277296
| File | Content | GitHub Issue label |
278297
|------|---------|-------------------|
279298
| `ai-cli.md` | CLI digest — cross-tool comparison + per-tool details | `digest` |
280-
| `ai-agents.md` | OpenClaw deep report + cross-ecosystem comparison + 10 peer details | `openclaw` |
299+
| `ai-agents.md` | OpenClaw deep report + cross-ecosystem comparison + 11 peer details | `openclaw` |
281300
| `ai-web.md` | Official web content report (only written when new content exists) | `web` |
282301
| `ai-trending.md` | GitHub AI trending report — repos classified by dimension + trend signals (only written when data is available) | `trending` |
283302
| `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` |
284307

285308
A shared state file `digests/web-state.json` tracks which web URLs have been seen; it is committed alongside the daily digests.
286309

@@ -323,8 +346,9 @@ Issues: N | PRs: N | Projects covered: 10
323346
<details> EasyClaw — ...
324347
<details> LobsterAI — ...
325348
<details> ZeptoClaw — ...
326-
<details> NanoBot — ...
327-
<details> PicoClaw — ...
349+
<details> NanoBot — ...
350+
<details> Hermes Agent — ...
351+
<details> PicoClaw — ...
328352
<details> NanoClaw — ...
329353
<details> IronClaw — ...
330354
<details> TinyClaw — ...
@@ -394,7 +418,7 @@ Top projects & releases
394418
Looking ahead
395419
```
396420

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).
398422

399423
## Schedule
400424

README.zh.md

Lines changed: 51 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,46 @@
22

33
[English](./README.md) | 中文
44

5-
每天早上 08:00 CST 自动运行的 GitHub Actions 工作流。追踪主流 AI CLI 工具的 GitHub 动态、OpenClaw 及其同赛道项目的生态活动、Anthropic 和 OpenAI 官网最新资讯,并每日监测 GitHub AI 热门仓库趋势,以中英双语每日简报的形式发布为 GitHub Issues 并提交为 Markdown 文件。每周和每月自动生成汇总报告。
5+
每天早上 08:00 CST 自动运行的 GitHub Actions 工作流。聚合 10 个 AI 生态数据源,以中英双语每日简报的形式发布为 GitHub Issues 并提交为 Markdown 文件。每周和每月自动生成汇总报告。
6+
7+
### 数据源
8+
9+
| 来源 | 类型 | 数据内容 |
10+
|------|------|---------|
11+
| [GitHub Repos](https://github.com) | API | 17+ 个 AI 工具仓库的 Issues、PR、Releases |
12+
| [Claude Code Skills](https://github.com/anthropics/skills) | API | 按社区活跃度排序的热门 Skills |
13+
| [GitHub Trending](https://github.com/trending) | HTML + API | 每日热门仓库 + AI 主题搜索(7 天窗口) |
14+
| [Hacker News](https://news.ycombinator.com) | [Algolia API](https://hn.algolia.com/api) | 过去 24 小时 Top 30 AI 热帖,6 组并行查询 |
15+
| [Product Hunt](https://www.producthunt.com) | GraphQL API | 昨日 AI 产品按投票排序 |
16+
| [ArXiv](https://arxiv.org) | [ArXiv API](https://export.arxiv.org/api/query) | cs.AI、cs.CL、cs.LG 最新论文(48 小时内) |
17+
| [Hugging Face](https://huggingface.co) | [Hub API](https://huggingface.co/api/models) | 按周点赞排序的 30 个热门模型 |
18+
| [Dev.to](https://dev.to) | [Forem API](https://dev.to/api) | 5 个标签下的 AI/LLM 热门文章 |
19+
| [Lobste.rs](https://lobste.rs) | JSON API | 7 天内 AI/ML 标签内容 |
20+
| [Anthropic](https://anthropic.com) + [OpenAI](https://openai.com) | Sitemap | 通过 `lastmod` 差异检测新文章 |
621

722
## Web UI
823

924
**[https://duanyytop.github.io/agents-radar](https://duanyytop.github.io/agents-radar)**
1025

1126
在线浏览所有历史简报,深色主题,无需登录。报告直接由本仓库的 Markdown 文件通过 GitHub Pages 渲染。每份报告支持中文 / 英文切换。
1227

28+
![Web UI](assets/web-zh.png)
29+
30+
## Telegram 频道 & 飞书群
31+
32+
订阅你常用的平台,每日简报生成后自动推送通知,附带所有报告的直达链接(中文 / 英文)。
33+
34+
<table>
35+
<tr>
36+
<td align="center"><b><a href="https://t.me/agents_radar">加入 Telegram 频道</a></b></td>
37+
<td align="center"><b><a href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=a00hcab4-86de-4a3f-b599-e46146a69b98">加入飞书群</a></b></td>
38+
</tr>
39+
<tr>
40+
<td><img src="assets/telegram.jpg" width="300" alt="Telegram 推送"></td>
41+
<td><img src="assets/feishu.jpg" width="300" alt="飞书推送"></td>
42+
</tr>
43+
</table>
44+
1345
## RSS 订阅
1446

1547
**[https://duanyytop.github.io/agents-radar/feed.xml](https://duanyytop.github.io/agents-radar/feed.xml)**
@@ -80,21 +112,6 @@ pnpm install
80112
wrangler deploy
81113
```
82114

83-
## Telegram 频道 & 飞书群
84-
85-
订阅你常用的平台,每日简报生成后自动推送通知,附带所有报告的直达链接(中文 / 英文)。
86-
87-
<table>
88-
<tr>
89-
<td align="center"><b><a href="https://t.me/agents_radar">加入 Telegram 频道</a></b></td>
90-
<td align="center"><b><a href="https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=a00hcab4-86de-4a3f-b599-e46146a69b98">加入飞书群</a></b></td>
91-
</tr>
92-
<tr>
93-
<td><img src="assets/telegram.jpg" width="300" alt="Telegram 推送"></td>
94-
<td><img src="assets/feishu.jpg" width="300" alt="飞书推送"></td>
95-
</tr>
96-
</table>
97-
98115
## 追踪来源
99116

100117
### AI CLI 工具(GitHub)
@@ -123,18 +140,19 @@ OpenClaw 作为重点追踪项目,同时横向对比多个同赛道项目,
123140

124141
| 项目 | 仓库 | Stars |
125142
|------|------|-------|
126-
| OpenClaw | [openclaw/openclaw](https://github.com/openclaw/openclaw) | 240.5k |
127-
| NanoBot | [HKUDS/nanobot](https://github.com/HKUDS/nanobot) | 26.9k |
128-
| PicoClaw | [sipeed/picoclaw](https://github.com/sipeed/picoclaw) | 21.1k |
129-
| NanoClaw | [qwibitai/nanoclaw](https://github.com/qwibitai/nanoclaw) | 16.6k |
130-
| NullClaw | [nullclaw/nullclaw](https://github.com/nullclaw/nullclaw) | 6.1k |
131-
| IronClaw | [nearai/ironclaw](https://github.com/nearai/ironclaw) | 3.9k |
132-
| LobsterAI | [netease-youdao/LobsterAI](https://github.com/netease-youdao/LobsterAI) | 3.0k |
133-
| TinyClaw | [TinyAGI/tinyclaw](https://github.com/TinyAGI/tinyclaw) | 2.8k |
134-
| CoPaw | [agentscope-ai/CoPaw](https://github.com/agentscope-ai/CoPaw) | 2.2k |
135-
| Moltis | [moltis-org/moltis](https://github.com/moltis-org/moltis) | 2.1k |
136-
| ZeptoClaw | [qhkm/zeptoclaw](https://github.com/qhkm/zeptoclaw) | 394 |
137-
| EasyClaw | [gaoyangz77/easyclaw](https://github.com/gaoyangz77/easyclaw) | 102 |
143+
| OpenClaw | [openclaw/openclaw](https://github.com/openclaw/openclaw) | 348.1k |
144+
| NanoBot | [HKUDS/nanobot](https://github.com/HKUDS/nanobot) | 37.9k |
145+
| Hermes Agent | [nousresearch/hermes-agent](https://github.com/nousresearch/hermes-agent) | 32.3k |
146+
| PicoClaw | [sipeed/picoclaw](https://github.com/sipeed/picoclaw) | 27.5k |
147+
| NanoClaw | [qwibitai/nanoclaw](https://github.com/qwibitai/nanoclaw) | 26.5k |
148+
| ZeroClaw | [zeroclaw-labs/zeroclaw](https://github.com/zeroclaw-labs/zeroclaw) | 30.1k |
149+
| CoPaw | [agentscope-ai/CoPaw](https://github.com/agentscope-ai/CoPaw) | 14.4k |
150+
| IronClaw | [nearai/ironclaw](https://github.com/nearai/ironclaw) | 11.4k |
151+
| NullClaw | [nullclaw/nullclaw](https://github.com/nullclaw/nullclaw) | 7.0k |
152+
| LobsterAI | [netease-youdao/LobsterAI](https://github.com/netease-youdao/LobsterAI) | 4.8k |
153+
| TinyClaw | [TinyAGI/tinyagi](https://github.com/TinyAGI/tinyagi) | 3.5k |
154+
| Moltis | [moltis-org/moltis](https://github.com/moltis-org/moltis) | 2.5k |
155+
| ZeptoClaw | [qhkm/zeptoclaw](https://github.com/qhkm/zeptoclaw) | 567 |
138156

139157
### GitHub AI 趋势热榜
140158

@@ -165,7 +183,7 @@ LLM 负责过滤非 AI 项目,将结果按维度分类(AI 基础工具 / AI
165183
- 抓取所有追踪仓库过去 24 小时内更新的 Issues、PR 和 Releases
166184
- 追踪热门 Claude Code Skills,按社区参与度而非时间排序
167185
- 为每个 CLI 仓库生成单独摘要,并输出跨工具横向对比分析
168-
- 生成 OpenClaw 深度项目报告,并与 10 个同赛道项目进行横向对比
186+
- 生成 OpenClaw 深度项目报告,并与 11 个同赛道项目进行横向对比
169187
- 通过 Sitemap 抓取 Anthropic 和 OpenAI 官网内容,增量检测新文章
170188
- 每日监测 GitHub Trending + 搜索 6 个 AI 主题标签,按维度分类并提炼趋势信号
171189
- 抓取 Hacker News 过去 24 小时 AI 热门帖子(top 30,按分数排序),生成社区情绪报告
@@ -277,7 +295,7 @@ pnpm start
277295
| 文件 | 内容 | GitHub Issue 标签 |
278296
|------|------|------------------|
279297
| `ai-cli.md` | CLI 简报 — 跨工具横向对比 + 各工具详细报告 | `digest` |
280-
| `ai-agents.md` | OpenClaw 深度报告 + 横向生态对比 + 10 个同赛道项目详情 | `openclaw` |
298+
| `ai-agents.md` | OpenClaw 深度报告 + 横向生态对比 + 11 个同赛道项目详情 | `openclaw` |
281299
| `ai-web.md` | 官网内容报告(仅在有新内容时生成) | `web` |
282300
| `ai-trending.md` | GitHub AI 趋势热榜 — 按维度分类 + 趋势信号分析(仅在有数据时生成) | `trending` |
283301
| `ai-hn.md` | Hacker News AI 社区动态 — 热门帖子分类 + 情绪分析(仅在抓取成功时生成) | `hn` |
@@ -320,8 +338,9 @@ Issues: N | PRs: N | 覆盖项目: 10 个
320338
<details> EasyClaw — ...
321339
<details> LobsterAI — ...
322340
<details> ZeptoClaw — ...
323-
<details> NanoBot — ...
324-
<details> PicoClaw — ...
341+
<details> NanoBot — ...
342+
<details> Hermes Agent — ...
343+
<details> PicoClaw — ...
325344
<details> NanoClaw — ...
326345
<details> IronClaw — ...
327346
<details> TinyClaw — ...

assets/web-en.png

428 KB
Loading

assets/web-zh.png

389 KB
Loading

0 commit comments

Comments
 (0)