WeChat Channels Viral Video Script Creator Ultra Edition
Paste the following prompt into your AI chat to install this skill:
Please follow the official installation guide at https://skillhub.cn/install/skillhub.md and install the skill @org-28ib33ph/lingyi-wx-video-script-creator-ultra.
About this skill
WeChat Channels creators often face bottlenecks in scriptwriting: how to quickly generate platform-appropriate viral scripts tailored to specific industries or products? How to efficiently recreate content based on successful existing videos? This skill provides a structured solution by invoking a remote paid API for content creation.
Core Capabilities and Workflow
The skill supports two core modes:
- Creation (creation): Users specify parameters like creation direction (e.g., influencer marketing, IP account, brand account), industry, and campaign purpose to generate original video scripts. For influencer marketing, detailed product information (name, price, selling_points, target_users) is required.
- Recreation (recreation): Uses a user-provided WeChat Channels share link (share_url) as the viral video source. The system analyzes the original script skeleton and produces a rewritten version. This mode does not support local video file uploads.
The execution workflow involves key steps:
1. Authentication and Configuration: The skill reads the API Key from config.json or the LY_API_KEY environment variable. Requests use the raw key in the Authorization header without the Bearer prefix.
2. Parameter Collection and Validation: The Agent first calls the API to fetch selectable enumeration values (e.g., industries, purposes) and presents them to the user with Chinese labels. After user selection, the Agent maps the Chinese labels back to their corresponding English values for subsequent API calls—passing Chinese labels directly results in a 400 error.
3. Task Creation and Billing: Before creating a task, the Agent must inform the user of the estimated point cost (approximately 98 points, an indicative value) and obtain confirmation. Tasks are created via scripts/generate_script.py, and status (data.status) is monitored through polling.
4. Result Delivery: Upon success, the script content from the API response field data.result.markdown is parsed as-is into a Markdown report. The report path, actual points consumed (===POINTS_USED===), and content summary (===OVERVIEW_MD===) are returned via stdout marker blocks.
Applicable Boundaries and Notes
- Recreation Source Restriction: The recreation mode only accepts WeChat Channels share links (via the
--share-urlparameter). It cannot process local files or links from other platforms. Do not attempt to request or guess thevideo_id. - Billing and Continuation: Each task creation consumes API points. If a task fails due to network issues or timeout, the consumed points are refunded. It is recommended to prioritize resuming an existing task using the
--task-idparameter rather than creating a new one to avoid duplicate charges. - Parameter Mapping: All enumeration-type parameters (
direction,industry,purpose, etc.) must be submitted using their Englishvalue. The Agent displays options to the user with Chineselabels but ultimately maps them to English. The--skip-configparameter bypasses pre-validation of enumerations but may lead to backend parameter errors. - Output Integrity: The final report strictly uses the Markdown content returned by the backend; the Agent should not manually modify or append to it. To adjust content, modify task parameters (e.g.,
account-brief) and regenerate.
Use Cases
- An e-commerce operator needs to rapidly generate sales scripts with key selling points and user pain points for a WeChat Channels livestream ahead of a new product launch, but lacks creative inspiration.
- A new media editor wants to emulate the structure of a recent viral video's script and quickly recreate copy in their own account's style, but only has the video's share link.
- A brand marketing specialist needs to produce a series of original videos for a campaign on WeChat Channels, with specific requirements for duration and tone, but lacks industry-specific script templates.
- An individual IP account operator wants to batch-generate initial drafts of several video scripts with different angles under a 'knowledge sharing' direction for their team to review and produce.
Best For
- E-commerce livestream operator: Needs to quickly produce sales scripts for specific products that highlight their selling points and user value.
- New media content editor: Responsible for daily WeChat Channels updates, often needs to recreate content based on a specified viral video's share link.
- Brand marketing specialist: Needs to generate original scripts for videos that align with brand identity and specific campaign goals (e.g., livestream sales, brand promotion).
- WeChat Channels matrix operator: Needs to continuously and batch-produce initial video copy drafts for different account positions (e.g., influencer, brand) and creation directions.
Related Skills
Leveraging the Red Fox Data public account viral radar, this tool analyzes trending articles by keywords and generates complete, platform-native GZH copy.
Automatically collects daily hot lists from platforms like Douyin and Xiaohongshu, matches brand-relevant topics, and generates a complete report with angles, copy directions, and risk warnings.
A skill for writing official Chinese documents that combines formal standards, journalistic expression, and de-AI rules to produce structurally sound, fact-based, restrained files.
A video generation prompt engineering guide based on the Nüwa methodology, enabling cinematic AI video creation through structured instructions, multi-modal references, and physics constraints.