What problem does it solve?
This Skill streamlines retrieving and browsing high-quality content from BestBlogs.dev OpenAPI, removing the need to manually compose parallel requests, handle pagination, filter by quality, deduplicate results, and fetch full Markdown bodies.
Core Features & Use Cases
- Bulk multi-type fetch: Parallelized retrieval of articles, podcasts, videos, tweets, and newsletters with configurable time filters and page sizes.
- Quality filtering and deduplication: Client-side score thresholding, deduplication by title or URL, and sorting by score and publish time to surface the best items.
- Full metadata and content output: Returns complete API fields and can fetch resource Markdown for downstream analysis or publication workflows.
- Use Case: Compile a daily digest of the top 20 AI articles in Chinese from the past three days with full summaries and Markdown bodies for newsletter generation.
Quick Start
Fetch the latest 20 BestBlogs articles from the past 3 days with score >= 85 and return full metadata and Markdown where available.