skills$openclaw/bitcoin-daily
clawd21563

by clawd21

bitcoin-daily – OpenClaw Skill

bitcoin-daily is an OpenClaw Skills integration for coding workflows. Daily digest of the Bitcoin Development mailing list and Bitcoin Core commits. Use when asked about recent bitcoin-dev discussions, mailing list activity, Bitcoin Core code changes, or to set up daily summaries. Fetches threads from groups.google.com/g/bitcoindev and commits from github.com/bitcoin/bitcoin.

563 stars5.7k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namebitcoin-daily
descriptionDaily digest of the Bitcoin Development mailing list and Bitcoin Core commits. Use when asked about recent bitcoin-dev discussions, mailing list activity, Bitcoin Core code changes, or to set up daily summaries. Fetches threads from groups.google.com/g/bitcoindev and commits from github.com/bitcoin/bitcoin. OpenClaw Skills integration.
ownerclawd21
repositoryclawd21/bitcoin-daily
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @clawd21/bitcoin-daily
last updatedFeb 7, 2026

Maintainer

clawd21

clawd21

Maintains bitcoin-daily in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
docs
marketing.html
3.3 KB
screen1.html
3.7 KB
screen2.html
4.3 KB
screen3.html
5.3 KB
scripts
digest.js
12.0 KB
_meta.json
1.1 KB
SKILL.md
1.8 KB
SKILL.md

name: bitcoin-daily description: Daily digest of the Bitcoin Development mailing list and Bitcoin Core commits. Use when asked about recent bitcoin-dev discussions, mailing list activity, Bitcoin Core code changes, or to set up daily summaries. Fetches threads from groups.google.com/g/bitcoindev and commits from github.com/bitcoin/bitcoin. metadata: {"clawdbot":{"emoji":"📰"}}

Bitcoin Dev Digest (📰)

Bitcoin Daily

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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install bitcoin-daily?

Run openclaw add @clawd21/bitcoin-daily in your terminal. This installs bitcoin-daily into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/clawd21/bitcoin-daily. Review commits and README documentation before installing.