xhs-comic-creator

Generate educational comic-style Xiaohongshu posts using AI-generated comic images. Includes topic research, storyboard creation, image generation, and automated publishing.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "xhs-comic-creator" with this command: npx skills add horizonzzzz/xhs-comic-creator

Xiaohongshu Comic Post Skill

This skill generates an educational comic-style Xiaohongshu post from a topic.

The workflow includes:

  1. Topic research
  2. Knowledge summarization
  3. Comic storyboard creation
  4. Image generation
  5. Xiaohongshu post publishing

For the complete workflow read:

references/workflow.md


Output Format

The final result must include:

  • Title
  • Text content
  • 5-6 comic images
  • Xiaohongshu post

Images must be generated before publishing.


Image Generation

Requires installing the image generation skill:

npx clawhub@latest --workdir {your_agent_workspace_dir} install nano-banana-pro

GEMINI_API_KEY must be set to enable image generation.

export GEMINI_API_KEY="your_gemini_api_key"

Call skill nano-banana-pro with:

  • prompt
  • image_count

Requires installing the searching skills:

npx clawhub@latest --workdir {your_agent_workspace_dir} install tavily-search
npx clawhub@latest --workdir {your_agent_workspace_dir} install playwright-mcp

TAVILY_API_KEY must be set to use tavily.

export TAVILY_API_KEY="your_tavily_api_key"

Prompt construction rules are described in:

references/comic_generation.md


Xiaohongshu Publishing

Requires installing the Xiaohongshu MCP skill:

npx clawhub@latest --workdir {your_agent_workspace_dir} install xiaohongshu-mcp

Xiaohongshu login cookies must be exported and saved as:

~/.xiaohongshu/cookies.json

Call skill xiaohongshu with:

  • title
  • content
  • images

Posting procedure is described in:

references/xhs_posting.md


Quality Requirements

Posts must:

  • be educational
  • feel natural and human-written
  • avoid spam-like tone
  • use friendly storytelling

Images must:

  • look like anime tactical comic style
  • contain multiple panels
  • include speech bubbles when appropriate

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Autoresearch Agent

Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target file, runs a fixed e...

Registry SourceRecently Updated
Research

Strategic Paper Trader on Polymarket

Trade Polymarket prediction markets with AI — powered by PredictScope. Paper money with any initial amount, multiple custom strategies, controlled safe tradi...

Registry SourceRecently Updated
Research

server-log-analysis-en

Connect to remote servers over SSH, read sibling config.yaml to understand service metadata and log locations, download only required log snippets to local t...

Registry SourceRecently Updated
Research

server-log-analysis

通过 SSH 连接远程服务器,读取同级 config.yaml 理解服务信息与日志位置,按需下载相关日志片段到本地 temp 目录,并分析日志定位问题。适用于用户要求排查远程服务日志、分析服务端异常或基于 SSH 访问进行日志诊断的场景。

Registry SourceRecently Updated