Lazy Editor: One-Click WeChat Publishing
Paste the following prompt into your AI chat to install this skill:
Please install @user_e909843b/lanreneditor-pro according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
WeChat content production is often split across multiple tools: write Markdown, paste it into the WeChat editor, fix style compatibility, create cover images, and then rewrite posts for Xiaohongshu, Jike, Moments, or podcasts. This skill turns that workflow into an API-driven pipeline, focusing on the engineering problem of taking content from raw material to a publishable WeChat draft.
How It Works
- Two pipeline paths:
Path Amoves from material collection, AI drafting, and rendering to cover generation and multi-platform copy;Path Bfetches a WeChat article, analyzes its structure, and converts it for other platforms. - WeChat-compatible rendering: the render endpoint returns inline-CSS HTML, addressing the constraint that WeChat does not support
<style>tags; the materials emphasize preferring custom templates withisUserTemplate: true. - Content production: supports
tutorial,deep, andautoframeworks; it can also generate covers, Xiaohongshu carousel cards, and copy forxiaohongshu,jike,moments,podcast. - Publishing and distribution: the publish endpoint accepts fields such as
content,templateId, andcoverImage, then pushes the article to a WeChat draft; multi-platform distribution supports WeChat L0 API direct push, while other platforms require CDP integration.
Boundaries
- Requires
apiBaseUrlandapiKey, plus WeChat account authorization; custom templates must be created before relying on them. - Publishing, covers, AI drafting, Xiaohongshu carousel cards, and multi-platform distribution consume quota; rendering and multi-platform copy are marked as free in the materials.
- Pipeline jobs return a
jobIdand require status polling; on failure, inspect required fields and errors such as401,403, and429.
Use Cases
- Send technical tutorial notes to the pipeline, draft them in the six-section framework, and render WeChat-compatible HTML.
- Fetch a WeChat article, analyze its structure, and generate Jike and Moments copy.
- Typeset the post with a custom template, create a landscape cover, and push it to the WeChat draft box.
- Convert a long article into 8-10 Xiaohongshu carousel cards and distribute them to multiple platforms.
Best For
- Developer writers who turn weekly technical notes into WeChat articles.
- Content operations owners who split one long post into Xiaohongshu, Jike, and Moments versions.
- Editors responsible for WeChat drafts, templates, covers, and quota checks.
- Product owners who reuse existing articles across platforms and track distribution status.
Related Skills
Rewrites MD, PDF, or TXT material into a mobile-friendly WeChat article with title candidates, outline, and self-check.
A conversational workbench for Chinese long-form novel writing, supporting setup, characters, worldbuilding, chapter planning, drafting, and continuity tracking.
Creates 10,000-30,000-word Tomato Novel short stories with trend research, topic selection, outlines, segmented writing, pacing control, and UTF-8 txt export.
An AI editorial master skill that manages the full content creation process from vague ideas to publishable drafts, covering topic selection, writing, review, and publication adaptation.