bitcoin-daily

Verified·Scanned 2/17/2026

This skill fetches and summarizes the Bitcoin Dev mailing list and Bitcoin Core commits. It issues network requests to https://groups.google.com/g/bitcoindev and https://api.github.com/repos/bitcoin/bitcoin/commits, executes a helper via execSync to retrieve Google Groups HTML, and archives data under ~/workspace/bitcoin-dev-archive/.

from clawhub.ai·vbf738c8·30.4 KB·0 installs
Scanned from 1.3.2 at bf738c8 · Transparency log ↗
$ vett add clawhub.ai/clawd21/bitcoin-daily

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>

CommandDescription
digest [YYYY-MM-DD]Fetch & summarize (default: yesterday)
archiveList 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
  • mailing-list/_index.json — thread index
  • commits.json — raw commit data
  • summary.md — 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