/install github-ai-daily-report
AI Daily Report Skill
Fetch trending AI/LLM projects from GitHub and HN, format a structured daily digest, deliver it via Feishu message, and prepend to a Feishu doc (newest-first order).
Configuration
Before first use, replace these placeholders in the steps below:
| Placeholder | What to fill in |
|---|---|
YOUR_FEISHU_USER_OPEN_ID |
Your Feishu open_id (starts with ou_) |
YOUR_DAILY_DOC_TOKEN |
Feishu doc token for your daily digest archive |
YOUR_BACKLOG_DOC_TOKEN |
Feishu doc token for your project backlog/TODO list (optional) |
Step 1 — Fetch Content
Use web_search to find today's trending AI projects. Do not fetch github.com/trending directly (blocked).
Recommended searches:
"github trending AI agent LLM today""github trending python AI machine learning today""hacker news AI tools today"
Filter criteria: AI Agent / LLM / automation tooling. Prioritize projects with clear practical value.
Step 2 — Format the Report
For each selected project, include all four fields — no one-liners:
- What it is: One sentence on the problem it solves
- Pain point: What was the old approach, what does this improve
- Value: Concrete use case for you or your team
- Follow-up: Effort level (low/medium/high), worth tracking?
Report structure:
# YYYY-MM-DD GitHub AI Hot List
## 🔥 Top 3 Today
[project entries]
## 🤖 Most Relevant for AI Agents
[project entries]
## 📋 Recommended Quick Start
Pick 1 low-effort, high-value project. Explain why in 2–3 sentences.
---
Step 3 — Send & Archive
3a — Send via Feishu
message tool:
channel: feishu
target: user:YOUR_FEISHU_USER_OPEN_ID
message: \x3Cfull report>
3b — Prepend to Feishu document (newest-first)
⚠️ Never use
feishu_doc append— it adds to the bottom.
Steps:
feishu_doc list_blockswithdoc_token: YOUR_DAILY_DOC_TOKEN- Find the Page block (
type=Page), note itsblock_idasPAGE_ID feishu_doc insertwith:parent_block_id = PAGE_IDindex = 0- Content: today's full report in Markdown
- Title format:
# YYYY-MM-DD GitHub AI Hot List - End with a
---divider
3c — Log to backlog (optional)
If any project is worth tracking, append to your backlog doc:
doc_token: YOUR_BACKLOG_DOC_TOKEN, section📥 Backlog- Format:
- 🔲 **ProjectName** \dimension` `priority` `source: GitHub YYYY-MM-DD` — one-line value summary`
Step 4 — Summary
After completing all steps, output:
- Number of projects covered
- Archive status (inserted at position #1 in doc)
- Recommended quick-start project
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install github-ai-daily-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/github-ai-daily-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
GitHub AI Daily Report 是什么?
Daily AI digest skill. Fetches trending GitHub AI/LLM/agent projects and Hacker News discussions, formats a structured report with value analysis, sends it t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 GitHub AI Daily Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install github-ai-daily-report」即可一键安装,无需额外配置。
GitHub AI Daily Report 是免费的吗?
是的,GitHub AI Daily Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GitHub AI Daily Report 支持哪些平台?
GitHub AI Daily Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GitHub AI Daily Report?
由 ssYvonne(@ssyvonne)开发并维护,当前版本 v1.0.0。