muapi-rednote-cover

Generate Xiaohongshu-style cover images with aesthetic typography via the muapi CLI.

4.2k|481|Updated May 25, 2023
One-click install
npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-rednote-cover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: muapi-rednote-cover
Source: https://github.com/SamurAIGPT/Generative-Media-Skills/tree/main/library/social/rednote-cover
Command: npx skills add https://github.com/SamurAIGPT/Generative-Media-Skills --skill muapi-rednote-cover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating visually appealing cover images optimized for Xiaohongshu (RedNote/小红书) requires platform-specific design knowledge, and this Skill automates that generation through AI image models.

Core Features & Use Cases

  • Platform-Optimized Covers: Generates portrait (3:4) or square (1:1) covers styled for the Chinese lifestyle platform using the bytedance-seedream-v4.5 model.
  • Text Overlay Support: Adds Chinese or English text overlays in stylish fonts positioned for visual hierarchy.
  • Reference-Based Editing: Accepts an optional reference photo and uses image editing mode to incorporate the subject or product.
  • Use Case: A lifestyle blogger needs a cover for a "morning skincare routine" post; the Skill generates a warm-toned, editorial-quality cover and offers three color-mood variations or a carousel set.

Quick Start

Ask the agent to create a RedNote cover image for your post topic, optionally specifying a style, text overlay, and orientation.

Frequently Asked Questions about muapi-rednote-cover

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

FAQPage Schema
How do I create a Xiaohongshu cover image with AI?

Provide a post topic such as a skincare routine or outfit post, and the Skill calls muapi image generate with the bytedance-seedream-v4.5 model using a RedNote-optimized prompt. You can optionally specify style, text overlay, and orientation.

What aspect ratios does RedNote cover generation support?

The Skill supports portrait (3:4) orientation for feed posts and square (1:1) for grid layouts. Portrait is the default when no orientation is specified.

Can I use my own photo as a reference for the cover?

Yes, pass a reference_image URL and the Skill switches to muapi image edit with the bytedance-seedream-v4.5-edit model, incorporating your subject or product photo into the generated cover.

Does the cover support Chinese text overlays?

Yes, the text_overlay parameter accepts both Chinese and English text, which is rendered in a stylish font placed at the top or bottom third of the image.

What happens if the muapi CLI has no alias for a model?

The Skill falls back to calling the raw REST endpoint via curl with the MUAPI_API_KEY header, then polls the prediction with muapi predict wait until the result is ready.