web3-daily
Web3 public research digest service. Provides daily digest with macro news, KOL sentiment, and real-time market data (BTC/ETH prices, Fear & Greed Index). No personal data required. Use when user asks for Web3 news, crypto digest, or says /web3.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexander10011/web3-dailyWeb3 Daily
Follow the market, not the noise. Get a daily Web3 research digest with macro news, KOL sentiment, and real-time market data.
What You Get
- 📊 Real-time market data — BTC/ETH prices, 24h change, Fear & Greed Index
- 📰 Macro news analysis — 5-8 key events from 170+ sources
- 📡 KOL sentiment — What Chinese + English crypto Twitter is saying
- 🌐 Bilingual — Available in English or Chinese
No personal data required. No API keys needed.
Two Versions Available
| Version | Words | Best For |
|---|---|---|
Full (/digest/public) | ~4000-5000 | Detailed analysis, desktop reading |
Compact (/digest/compact) | ~2500 | Quick reading, Telegram push |
How This Skill Works
This skill connects to a live backend service that:
- Aggregates 170+ news sources every 6 hours
- Monitors 50+ KOL Twitter accounts (Chinese + English)
- Fetches real-time market data (BTC/ETH prices, Fear & Greed Index)
- Uses AI to generate comprehensive analysis
You cannot replicate this data by yourself. You MUST call the API.
Privacy
✅ Zero personal data collected — This skill only fetches public market data ✅ No wallet address needed — Pure public information ✅ No local files created — Nothing stored on your machine ✅ All traffic encrypted — HTTPS only
Trigger Conditions
Use this skill when user message contains:
- "Web3 digest" / "crypto digest" / "crypto news"
- "/web3" / "/digest"
- "What's happening in crypto today"
- "今天加密市场怎么样"
- "给我 Web3 日报"
- "简版日报" / "compact digest" (for compact version)
Workflow A: Full Digest (Default)
⚠️ CRITICAL: You MUST execute the curl command below. DO NOT generate fake/simulated content.
Steps:
-
Tell user: "Fetching latest Web3 digest..."
-
MUST EXECUTE this curl command (do not skip or simulate):
For Chinese output (default):
curl -s -X POST "https://j4y-production.up.railway.app/api/v1/digest/public" \
-H "Content-Type: application/json" \
-d '{"language": "zh"}'
For English output:
curl -s -X POST "https://j4y-production.up.railway.app/api/v1/digest/public" \
-H "Content-Type: application/json" \
-d '{"language": "en"}'
-
Parse the JSON response and extract the
digestfield -
Display the EXACT content from
digestfield to user (do not modify or summarize)
Workflow B: Compact Digest (For Quick Reading / Push)
Trigger: User asks for "简版" / "compact" / "short version" / "quick digest"
Steps:
-
Tell user: "Fetching compact Web3 digest..."
-
MUST EXECUTE this curl command(推荐
/digest/compact;/digest/public/compact为兼容别名):
For Chinese output:
curl -s -X POST "https://j4y-production.up.railway.app/api/v1/digest/compact" \
-H "Content-Type: application/json" \
-d '{"language": "zh"}'
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alexander10011-web3-daily": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
web3-daily-mcp
MCP Server for Web3 Daily - Real-time Web3 research digest with macro news, KOL sentiment, market data, and personalized wallet analysis. This is an MCP server that provides tools for AI agents to fetch real data from the J4Y backend.
twitter-query
Query X/Twitter via twitterapi.io read-only APIs by account (user timeline) or by keyword (advanced search). Outputs structured JSON; no LLM, no trend scoring. Use when the user asks for tweets from a handle, user timeline, keyword/hashtag/cashtag search, or 推特/X 推文查询.
web3-pm-interview
Use this skill when preparing candidates for Web3 product manager interviews, especially wallet, exchange, DeFi, DEX, on-chain data, growth, AI Wallet, Agentic Wallet, senior PM, product lead, or product director roles. It analyzes target JDs, maps candidate experience to role requirements, builds interview narratives, generates round-specific playbooks and question banks, runs mock interview scoring, and prepares case or 30/60/90-day plans.