article-to-wechat-cover

Extract article theme and style from Feishu docs or Markdown into a cover prompt.

225|37|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill article-to-wechat-cover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-to-wechat-cover
Source: https://github.com/dracohu2025-cloud/draco-skills-collection/tree/main/article-to-wechat-cover
Command: npx skills add https://github.com/dracohu2025-cloud/draco-skills-collection --skill article-to-wechat-cover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

从飞书文档或本地 Markdown 自动提取文章核心主题和风格,生成适用于公众号封面的 2.35:1 横幅图像提示,并可选将成品上传为微信封面素材。

Core Features & Use Cases

  • 自动提炼文章主题与视觉风格,并输出一个结构化的图片生成任务参数,供在 OpenRouter 的 Nano Banana / Gemini Flash Image 链路中使用。
  • 支持从飞书文档或本地 Markdown 作为输入来源,提供两阶段工作流:先给出最终版生成提示以供确认,再执行真实的生成操作。
  • 可选将最终封面上传到微信封面素材库,或在需要时把 Hero 图插入飞书文档顶部,方便后续发布。

Quick Start

从飞书文档或本地 Markdown 提取文章主题与风格,生成待确认的最终版封面生成提示后再进行封面图的实际生成。

Frequently Asked Questions about article-to-wechat-cover

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

FAQPage Schema
How do I auto-generate WeChat cover images from Markdown or Feishu documents?

To generate WeChat cover images from Markdown or Feishu, the system extracts the article theme and visual style, composes a prompt, and generates a 2.35:1 image via OpenRouter. It uses a two-stage workflow requiring prompt review before final image generation.

Can I use Gemini Flash Image on OpenRouter for WeChat cover generation?

Yes, you can use Gemini Flash Image or Nano Banana on OpenRouter for WeChat cover generation. The workflow creates a structured prompt from your document content, which is then sent to these models to produce the final 2.35:1 banner image.

What is the two-stage workflow for creating WeChat covers from articles?

The two-stage workflow for creating WeChat covers first extracts your article theme to output a structured image generation prompt for review. After you confirm the final prompt, the second stage executes the actual image generation operation via OpenRouter.

Does the WeChat cover generation process support uploading finished images to the material library?

Yes, the WeChat cover generation process supports uploading finished images to the WeChat cover material library. Optionally, it can also insert the generated Hero image at the top of your Feishu document for convenient publishing.

Do I need PyYAML to generate WeChat covers from local Markdown files?

Yes, PyYAML is a required dependency to generate WeChat covers from local Markdown files. The environment relies on this library to process the configuration and execute the two-stage prompt and image generation workflow.