
from xiaohongshu-skills89
Generate Xiaohongshu (小红书) style vertical cover images from a user-provided topic, producing high-quality mobile-friendly PNGs suitable for social posts.
Generates Xiaohongshu-style vertical cover images (3:4 aspect ratio) from user topics. The skill runs a generation script that accepts a topic and an API key, producing a high-quality PNG saved to the current working directory. It enforces style constraints (clean, youthful aesthetic, readable text) and includes guidance on filename conventions and required API credentials.
Use when a user asks for a Xiaohongshu/小红书 cover image, mentions keywords like "小红书封面" or "Xiaohongshu cover", or provides a topic for a social media cover. The skill is appropriate when the agent can run scripts with access to an image-generation API (Canghe).
Works with code-execution-capable agents that can run Node/TypeScript scripts or invoke external image APIs.
XiaoHongShu Cover Generator is a Chinese-language skill that converts Xiaohongshu copy into structured image-generation prompts and an interactive HTML page calling the Gemini/Imagen API. The SKILL.md is detailed with clear phases, JSON templates, and anti-patterns, but contains a hardcoded Google API key (AIzaSy...) which is a security concern. No bundled scripts to test.
Hardcoded API key is the main security issue. The skill is otherwise a well-structured prompt engineering tool for Xiaohongshu cover generation. No executable scripts to audit. The SKILL.md is quite long (~3000 words) and could benefit from moving more content to references/ for progressive disclosure.