Skip to content

🌐 OpenClaw Skill: Daily Web3/Crypto digest from 30+ top sources (CoinDesk, Decrypt, Vitalik, Arthur Hayes...). Zero deps, no API keys.

Notifications You must be signed in to change notification settings

HarrisHan/web3-daily-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 Web3 Daily Digest β€” OpenClaw Skill

From 30+ top Web3/Crypto sources, automatically fetch, score, and summarize the best articles into a daily digest.

Covers: CoinDesk Β· Decrypt Β· Bankless Β· Vitalik Β· a16z Β· Paradigm Β· Rekt Β· Arthur Hayes Β· Uniswap Β· Aave Β· Lido Β· Jupiter Β· ether.fi and more.

No external API keys required. Uses the OpenClaw agent's own LLM.

Quick Start

Install as OpenClaw Skill

clawhub install web3-daily-digest

Then in any OpenClaw chat:

/web3digest

Manual Installation

git clone https://github.com/HarrisHan/web3-daily-digest.git
cp -r web3-daily-digest ~/.openclaw/workspace/skills/

How It Works

30+ RSS Feeds β†’ Concurrent Fetch β†’ Time Filter β†’ LLM Scoring β†’ LLM Summary β†’ Digest

The agent handles all scoring and summarization natively β€” no Gemini/OpenAI API keys needed.

Source Categories

Category Sources
πŸ“° News CoinDesk, Decrypt, Blockworks, CoinTelegraph, The Block
πŸ”¬ Research Paradigm, a16z crypto, Delphi Digital, Galaxy, Messari
πŸ’° DeFi Uniswap, Aave, Lido, MakerDAO, Compound, Jupiter, ether.fi
πŸ—οΈ L1/L2 Ethereum Foundation, Solana, Optimism, Arbitrum, Base, Starknet, Celestia
πŸ”’ Security Trail of Bits, Rekt News, Immunefi, Slowmist, Certik
✍️ Writers Vitalik Buterin, Arthur Hayes, Cobie, Nic Carter, Polynya
🏦 Exchanges Binance Research, Coinbase Blog, Kraken Blog

Configuration

Scheduled Daily Digest

openclaw cron add \
  --name "web3-daily-digest" \
  --cron "0 9 * * *" \
  --tz "Asia/Shanghai" \
  --message "/web3digest" \
  --announce --exact

Custom Sources

Edit references/sources.json to add/remove feeds.

Project Structure

web3-daily-digest/
β”œβ”€β”€ SKILL.md              # OpenClaw skill definition
β”œβ”€β”€ README.md
β”œβ”€β”€ scripts/
β”‚   └── fetch-rss.mjs     # Concurrent RSS fetcher (Node.js, zero deps)
└── references/
    └── sources.json       # 30+ Web3/Crypto RSS sources

License

MIT

Credits

About

🌐 OpenClaw Skill: Daily Web3/Crypto digest from 30+ top sources (CoinDesk, Decrypt, Vitalik, Arthur Hayes...). Zero deps, no API keys.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors