Bitcoin Dev Digest (📰)

Daily summary of bitcoindev mailing list + Bitcoin Core commits.
Made in 🤠 Texas ❤️ PlebLab
Commands
Run via: node ~/workspace/skills/bitcoin-daily/scripts/digest.js <command>
| Command | Description |
|---|
| INLINECODE1 | Fetch & summarize (default: yesterday) |
| INLINECODE2 |
List all archived digests |
|
read <YYYY-MM-DD> | Read a past summary |
Output
The digest script fetches raw data. The agent then summarizes it for the user in this format:
Mailing list: Numbered list, each item with:
- - Bold title — 1-2 sentence ELI10 explanation with a touch of dry humor
- Thread link
Commits: Bullet list of notable merges with PR links.
Keep summaries accessible — explain like the reader is smart but not a Bitcoin Core contributor. Dry humor welcome, not forced.
Archive
Raw data archived to ~/workspace/bitcoin-dev-archive/YYYY-MM-DD/:
- -
mailing-list/*.json — full thread content per topic - INLINECODE6 — thread index
- INLINECODE7 — raw commit data
- INLINECODE8 — generated summary
Daily Cron
Set up via Clawdbot cron to run every morning. The digest script fetches, archives, and outputs a summary that the agent then sends to the user.
Sources
- - Mailing list: https://groups.google.com/g/bitcoindev
- Bitcoin Core: https://github.com/bitcoin/bitcoin/commits/master/
Bitcoin Dev Digest (📰)

每日汇总 bitcoindev 邮件列表 + Bitcoin Core 提交记录。
制作于 🤠 德克萨斯州 ❤️ PlebLab
命令
通过以下方式运行:node ~/workspace/skills/bitcoin-daily/scripts/digest.js <命令>
| 命令 | 描述 |
|---|
| digest [YYYY-MM-DD] | 获取并汇总(默认:昨天) |
| archive |
列出所有已存档的摘要 |
| read
| 阅读过往摘要 |
输出
摘要脚本获取原始数据。然后代理按以下格式为用户汇总:
邮件列表: 编号列表,每项包含:
- - 粗体标题 — 1-2句 ELI10 解释,带点冷幽默
- 讨论串链接
提交记录: 重要合并的要点列表,附 PR 链接。
保持摘要通俗易懂——假设读者很聪明但并非 Bitcoin Core 贡献者。冷幽默欢迎,但不强求。
存档
原始数据存档至 ~/workspace/bitcoin-dev-archive/YYYY-MM-DD/:
- - mailing-list/*.json — 每个主题的完整讨论串内容
- mailing-list/_index.json — 讨论串索引
- commits.json — 原始提交数据
- summary.md — 生成的摘要
每日定时任务
通过 Clawdbot 定时任务设置,每天早晨运行。摘要脚本获取、存档并输出摘要,然后由代理发送给用户。
数据来源
- - 邮件列表:https://groups.google.com/g/bitcoindev
- Bitcoin Core:https://github.com/bitcoin/bitcoin/commits/master/