bestblogs-weekly-blogger
从 BestBlogs.dev 周刊生成图文并茂的博客文章。适用场景:(1) 基于某期周刊撰写博客,(2) 将周刊精选内容转化为深度阅读笔记,(3) 生成带个人洞察的周刊导读文章。触发短语:'写周刊博客', '生成博客', 'weekly blog', '周刊导读', 'write blog from newsletter', '写第 N 期博客', '周刊笔记', 'bestblogs blog'
Author
Category
Content CreationInstall
Hot:40
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=ginobefun-skills-bestblogs-weekly-blogger&locale=en&source=copy
BestBlogs Weekly Blog Generator
Skill Overview
The BestBlogs Weekly Blog Generator is an automated content creation tool that transforms published BestBlogs.dev weekly issues into in-depth blog posts that combine text and visuals, maintain a consistent style, and offer personal insights.
Use Cases
1. In-Depth Transformation of Weekly Content
Transform the AI weekly content from BestBlobs.dev from a simple list of information into an in-depth guide with thematic threads and clear layers of detail. It is ideal for technology bloggers and researchers who need to regularly publish high-quality AI news and insights.
2. Automated Blog Production Workflow
Through a seven-stage automated workflow—from retrieving weekly issue data and analyzing key articles to developing the thematic structure and generating illustrations and a cover image—it produces complete, visually rich MDX blog posts in one streamlined process, greatly improving content creation efficiency.
3. Personalized Weekly Issue Guides
The tool supports incorporating recent personal updates and reflections, transforming selected weekly content into reading notes with personal perspectives and helping readers grasp the most noteworthy trends in AI within five minutes.
Core Features
1. Intelligent Theme Extraction and Structuring
Automatically extracts keywords from the weekly issue title and recommendations to serve as the central thread of the article, connecting 20 articles into a coherent story rather than mechanically grouping them by category. It supports designing 5–7 logically progressive sections, with key articles discussed in depth in 200–400 words and regular articles covered in 50–100 words, creating a well-structured reading experience.
2. In-Depth Content Analysis and Precise Expansion
Selects 5–8 key articles and retrieves their original Markdown content to distill core arguments, critical data, and unique insights. Major releases from authoritative sources and highly rated featured articles receive more detailed coverage, ensuring readers gain an understanding that goes beyond the summaries.
3. Automated Generation of Text and Visuals
Integrates the image-gen skill to automatically generate illustrations and cover images, using Google Gemini to create high-quality 16:9 images. It supports batch uploading to Cloudflare R2 and automatically replacing image links in the blog, outputting a complete MDX blog post with standardized frontmatter and internal links.
Frequently Asked Questions
How do I obtain a BestBlogs API key?
The API key must be read from the
BESTBLOGS_API_KEY environment variable. All requests must include -H "X-API-KEY: $BESTBLOGS_API_KEY" in the request headers. If the environment variable is not set, the skill will prompt the user to configure it. The API endpoint is https://api.bestblogs.dev.Can the generated blog posts be customized?
Yes, they can be fully customized. During Stage 3, users can provide recent personal updates, memorable articles, personal reflections, and supplementary information. This content will be incorporated into the introduction and conclusion. The blog output path, section structure, and selection of key articles can all be adjusted to meet the user’s needs.
What environment configuration is required for image generation?
The
GOOGLE_API_KEY environment variable must be set; Google Gemini is used by default to generate images. If you need to upload images to R2, you must also configure CLOUDFLARE_ACCOUNT_ID, R2_ACCESS_KEY_ID, R2_SECRET_ACCESS_KEY, R2_BUCKET_NAME, and R2_PUBLIC_URL. If any environment variables are missing, the images will be retained in the local directory /tmp/bestblogs-issue-{N}/.