pubfi-crypto-daily-report
Scannednpx machina-cli add skill helixbox/pubfi-skills/pubfi-crypto-daily-report --openclawCrypto Daily Report
Curated Web3 News Aggregation
Overview
Fetches the latest crypto news from multiple sources, applies intelligent scoring, deduplicates content, and generates a prioritized daily digest.
Rules
- No mock or simulated data allowed
- Only real-time news from verified sources
Execution Workflow
Step 1: Initialize
1. Set date range (last 24 hours)
2. Configure limit (default: 10, max: 50)
Step 2: Fetch Data
Source 1: BlockBeats
API Documentation: https://github.com/BlockBeatsOfficial/RESTful-API
Source 2: PANews Flash
GET API: https://www.panewslab.com/zh/rss/newsflash.xml (no params required)
Description: Real-time Web3 industry updates
Source 3: PANews Curated
GET API: https://www.panewslab.com/zh/rss/foryou.xml (no params required)
Description: Curated Web3 news selections
Processing:
- Retrieve latest articles
- Extract title, summary, and URL
- Apply automatic scoring
Step 3: Data Processing
Deduplication
Scoring: 1-5 scale, auto-calculated
Sorting: By score (descending), then by timestamp (newest first)
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| date | string | today | Query date in YYYY-MM-DD format |
| limit | number | 10 | Number of items to return (1-50) |
Output Format
# Crypto Daily Report (2026-02-04)
> Top 10 Curated Crypto News
> Sources: Multiple | Generated in: 45s
---
š„ Today's Highlights (2026-02-04):
1. Major whale loses $13M on Hyperliquid - Balance down to $60K - URL
2. Binance Alpha launches Warden Protocol (WARD) - URL
3. Tally announces ICO platform built on Uniswap CCA - URL
....
---
*Generated by Crypto Daily Report*
Error Handling
| Error | Action |
|---|---|
| API Timeout | Retry once |
| HTTP 403 | Log error, use cached data |
| No Valid Data | Return empty report |
Key Features
- Multi-Source: Broad coverage with reliable aggregation
- Quality First: Returns only high-quality, relevant news
- Smart Deduplication: Prevents redundant content
- Auto-Scoring: Based on recency and relevance
Source
git clone https://github.com/helixbox/pubfi-skills/blob/main/skills/pubfi-crypto-daily-report/SKILL.mdView on GitHub Overview
Pubfi-crypto-daily-report aggregates the latest crypto news from multiple sources, applies automatic scoring, deduplicates items, and produces a prioritized daily markdown digest. This helps teams stay informed with high-quality, real-time updates while reducing noise. The workflow emphasizes real sources and a consistent output format.
How This Skill Works
It initializes with a 24-hour date range and a configurable limit (default 10, max 50). It fetches data from BlockBeats, PANews Flash, and PANews Curated, extracting title, summary, and URL, then applies a 1-5 auto-scoring system. Deduplication and sorting by score and newest timestamp produce a Markdown report in the Crypto Daily Report format.
When to Use It
- Daily briefing for crypto traders needing fresh market-context and top stories.
- Internal research teams compiling a credible, deduplicated Web3 news digest.
- Newsletters or partner updates requiring a curated, high-quality content list.
- Compliance or governance teams needing an auditable daily digest from verified sources.
- Product or marketing teams tracking Web3 ecosystem developments for content ideas.
Quick Start
- Step 1: Set date to the last 24 hours and configure limit (default 10, max 50).
- Step 2: Connect sources (BlockBeats, PANews Flash, PANews Curated) and fetch data.
- Step 3: Review the Markdown report, publish or schedule daily runs.
Best Practices
- Configure date range to the last 24 hours and set a practical limit (default 10, max 50).
- Rely on real-time sources (BlockBeats, PANews Flash, PANews Curated) and avoid mock data.
- Let the auto-scoring drive prioritization; review the top items for relevance.
- Enable smart deduplication to prevent repeated headlines (URL/title-based checks).
- Schedule daily runs and verify the Markdown output matches the standard Crypto Daily Report format.
Example Use Cases
- Crypto Daily Report for 2026-02-04 delivering the top 10 items from three sources for a trading desk.
- Daily digest prepared for an investment research team, 12 items with concise summaries.
- Newsletter-ready Crypto Daily Report draft for an enthusiast audience with key highlights.
- Compliance-ready daily digest with auditable source links and timestamped items.
- Product team trend tracker: Web3 ecosystem developments with 15 curated items.