Agent skill

pubfi-crypto-daily-report

Aggregates crypto news from multiple sources and generates curated daily markdown reports with automated scoring and deduplication.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pubfi-crypto-daily-report --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/pubfi-crypto-daily-report/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Crypto 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 ```yaml 1. Set date range (last 24 hours) 2. Configure limit (default: 10, max: 50) ``` ### Step 2: Fetch Data ```yaml 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 ```yaml Deduplication Scoring: 1-5 scale, auto-calculated Sorting: By score (descending), then by timestamp (newest first) ``` ## Parameters | Parameter | Type | Default | Description | |-----------|------|---------|-------

What's inside
Steps it walks through
  1. Overview
  2. Rules
  3. Execution Workflow
  4. Step 1: Initialize
  5. Step 2: Fetch Data
  6. Step 3: Data Processing
  7. Parameters
  8. Output Format
  9. Error Handling
  10. Key Features
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the pubfi-crypto-daily-report skill do?

Aggregates crypto news from multiple sources and generates curated daily markdown reports with automated scoring and deduplication.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pubfi-crypto-daily-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going