bestblogs-fetcher

Fetch and aggregate BestBlogs.dev content with paginated API calls.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ginobefun/gino-skills --skill bestblogs-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bestblogs-fetcher
Source: https://github.com/ginobefun/gino-skills/tree/main/skills/bestblogs-fetcher
Command: npx skills add https://github.com/ginobefun/gino-skills --skill bestblogs-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about bestblogs-fetcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch and aggregate recent articles from BestBlogs.dev using an OpenAPI?

To fetch BestBlogs.dev content, this Skill makes parallel paginated API calls using X-API-KEY authentication. It aggregates articles, podcasts, videos, tweets, and newsletters based on configurable time filters and page sizes.

Can I retrieve full Markdown content for curated articles to use in newsletter generation?

Yes, you can retrieve full Markdown content for curated articles. The Skill fetches complete API fields and resource Markdown bodies, enabling downstream analysis or direct publication workflows like newsletter generation.

What is the best way to filter high-quality content and deduplicate results from a content curation API?

The best way to filter high-quality content is through client-side score thresholding and deduplication. This Skill sorts fetched items by score and publish time, removing duplicate titles or URLs to surface only the best items.

Does the BestBlogs API integration support fetching multiple content types like podcasts and tweets in parallel?

Yes, the BestBlogs API integration supports parallelized retrieval of multiple content types. You can bulk fetch articles, podcasts, videos, tweets, and newsletters simultaneously using a single configured request.

How do I compile a daily digest of top AI articles with score filtering and time limits?

You compile a daily digest by configuring time filters for the past few days and setting a score threshold. The Skill performs parallel paginated API calls, applies client-side score filtering, and returns full summaries and Markdown bodies.