AI Agent Hub
Back to skills
Viral Article & Sticker Generator for WeChat icon

Viral Article & Sticker Generator for WeChat

Content Creation Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow the guide at https://skillhub.cn/install/skillhub.md to install @org-28ib33ph/lingyi-article-sticker-viral-generator.

About this skill

The Problem It Solves

For creators and marketers of WeChat Official Accounts or Sticker Accounts, producing a visually engaging "viral" article requires disjointed steps: ideation, copywriting, cover design, inset image creation, and final formatting. This process is time-consuming and makes it difficult to ensure visual and tonal consistency across all elements. The 公众号贴图号爆款生成 skill aims to consolidate these steps into an automated pipeline. Its core value lies in bridging the gap from a "topic/product brief" to a "publish-ready asset" in one go. It is particularly suited for scenarios requiring rapid content iteration or generating marketing visuals for specific products or topics.

How It Works: Core Capabilities & Key Steps

This skill is not a simple text generator but an asynchronous image-and-text generation service. The core workflow is as follows:

  1. Submit an Async Task: You submit a structured payload via a POST request. Required parameters include --text (topic), --word-count (length), product details (--product-name, --selling-points), and target audience profile (--audience-desc, --pain-points). Optional parameters allow customization of the content format (--content-format, e.g., xiaolvshu or image_message), image ratios, content tone (--tone), and more. The system immediately returns a task_id.
  2. Poll for Status: The skill periodically checks the task's progress via GET requests. This requires manual or scripted looping until the task reaches a terminal state (completed or failed). A single poll has a timeout (e.g., --timeout 90).
  3. Retrieve and Render Results: Upon completion, you extract the data.markdown field from the response. The backend has already rendered the cover image, body images (as URLs), and copy into a complete Markdown document based on the chosen content format. You must present this Markdown content directly to the user without any local modification.

The entire process is billed per task creation. Creating a new task deducts points, with the final amount specified in the data.total_points field.

Usage Constraints & Critical Considerations

This skill has specific constraints and deviations from standard paradigms that must be acknowledged:

  • No Idempotency and No Retry Endpoint: This is the most significant deviation. The API lacks a /retry endpoint and does not support idempotency keys. If a task fails (status failed/timeout), you must create a brand new task using the original parameters. This means resubmission is a distinct, independently billed action, and successfully completed modules will not be skipped on retry.
  • Strict Adherence to Async Flow: It is prohibited to make a single blocking call that waits for completion. You must use a separated "Create (--only-create) -> Poll (--poll-task)" pattern to avoid session timeouts. After each poll returns, even if the task is still in progress (exit code 13), you must immediately initiate the next poll.
  • Content Delivery Principle: The final Markdown output contains image URLs and formatting generated by the backend. You must render it verbatim. Do not attempt to post-process, reformat, or rewrite the content, as this could break image references or the intended layout.
  • Tone Configuration: The enumeration of available values for --tone must be fetched at runtime via the GET /config endpoint. Hard-coding example values is strictly forbidden.
  • Compliance & Review: The AI-generated copy and images may contain factual inaccuracies or misalign with brand guidelines. A manual review is mandatory before publication to ensure accuracy, compliance, and brand consistency.

Use Cases

  • Crafting a marketing article for a newly launched skincare product, requiring the one-click generation of a complete WeChat Official Account post with cover, product images, copy, and multiple title candidates.
  • An operations team needs to quickly test multiple topic angles, submitting batches of different `--text` parameters to asynchronously generate and compare content for the best publishing strategy.
  • Producing structured visual content for a fixed column (e.g., 'Industry News') on an Official Account, ensuring consistent style for cover and body images across posts.
  • Transforming key takeaways from a long-form document into a series of short, illustrated posts suitable for publication on a WeChat Sticker Account.

Best For

  • Official Account operators who need to efficiently produce branded, visually consistent promotional or marketing articles.
  • Marketing planners who need to rapidly create a series of promotional copy with visual assets for new products or campaigns, to be distributed across different WeChat channels.
  • Content editors responsible for rewriting in-depth articles or reports into the visual article format with images suitable for WeChat consumption.
  • Practitioners in online education or knowledge-sharing sectors who need to transform course highlights into easily shareable visual content for lead generation or knowledge dissemination.