bestblogs-fetcher
Installation
SKILL.md
BestBlogs Fetcher
Fetch content from BestBlogs.dev OpenAPI. Supports articles, podcasts, videos, tweets, newsletters, and source management.
For full API parameter details, read references/api_reference.md.
Auth
All requests require header X-API-KEY. Read the key from environment variable BESTBLOGS_API_KEY:
-H "X-API-KEY: $BESTBLOGS_API_KEY"
If BESTBLOGS_API_KEY is not set, prompt the user to configure it.
Default Fetch Strategy
Related skills