xiaohu-wechat-cover

Generate 2.35:1 Notion-style WeChat cover images from article content.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill xiaohu-wechat-cover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xiaohu-wechat-cover
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/xiaohu-wechat-format
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill xiaohu-wechat-cover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many WeChat Official Account authors need attractive, correctly sized cover images but lack a fast, repeatable workflow to produce them. This Skill automates cover creation from an article or a short topic, producing 2.35:1 Notion-style illustrations and saving ready-to-use images into a configured output directory.

Core Features & Use Cases

  • Prompt template + YAML frontmatter: builds a prompt.md with aspect_ratio and image_size metadata so image APIs receive consistent instructions.
  • Gemini-compatible API integration: calls a configured Gemini-like image generation gateway, handles inline reference images, and saves generated cover files.
  • Project-safe file workflow: writes prompt and output to <output_dir>/<slug>/, backs up existing directories, and can automatically insert the produced cover into the article as a Markdown image.
  • Use Case: a content editor supplies an article path and the Skill extracts a one-line theme, generates prompt.md, calls the image API, and saves cover.jpg ready for insertion into the WeChat post.

Quick Start

Ask the skill to generate a 2.35:1 Notion-style WeChat cover for the article at /path/to/article.md.

Frequently Asked Questions about xiaohu-wechat-cover

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

FAQPage Schema
How do I generate WeChat cover images from an article automatically?

To generate WeChat cover images automatically, provide an article path or short topic to this Skill, which extracts a theme, builds a prompt.md, and calls a Gemini-compatible API to save a ready-to-use 2.35:1 cover image.

Can I use reference images to guide the WeChat cover generation process?

Yes, you can supply optional reference images alongside your article path. The Skill handles inline reference images and passes them to the Gemini-compatible image generation API to influence the resulting cover design.

What is the correct aspect ratio for a WeChat Official Account cover image?

The correct aspect ratio for a WeChat Official Account cover image in this workflow is 2.35:1. The Skill enforces this Notion-style aspect ratio by embedding it into YAML metadata within the generated prompt.md file.

How do I insert a generated cover image back into my Markdown article?

To insert a generated cover image into your article, the Skill can automatically inject the produced cover.jpg as a Markdown image. It saves the output to a configured directory and updates the article file directly.

Do I need a Gemini API key to generate Notion-style cover images?

Yes, you need a configured Gemini-compatible image generation gateway. The Skill calls this API endpoint using instructions from the prompt.md file to produce and save the final cover image.

What happens if I regenerate a WeChat cover for the same article?

When regenerating a WeChat cover, the Skill uses a project-safe file workflow that backs up existing output directories before writing new prompt.md and cover.jpg files, preventing data loss.