Install
openclaw skills install audio-to-wechat-articleTurn meeting audio or a transcript plus optional images into a publish-ready WeChat Official Account article. Use when the user wants to go from 录音/文字稿/会议内容/配图/二维码 to 标题、小标题、正文、公众号 markdown 稿,并 optionally push to WeChat draft box. Also use when the user provides audio + screenshots/images and wants a reusable end-to-end workflow rather than one-off writing.
openclaw skills install audio-to-wechat-articleUse this skill to convert raw spoken or written material into a structured WeChat article workflow.
Default outcome:
.m4a, .mp3, .ogg, .wav, .mp4, .mov)Normalize the source
Build an article brief Use the bundled brief script for a deterministic first pass.
Choose article mode
Write the article JSON Always produce:
Handle images and QR code
Prepare WeChat-ready markdown Save markdown with frontmatter:
Optional publish step
If the user asks to publish, hand off the final markdown to baoyu-post-to-wechat.
When the user provides images:
When the user provides a QR code:
Provide full markdown-ready article.
scripts/build_article_brief.py: convert transcript/minutes text into a compact article brief JSONscripts/draft_article_json.py: turn source text into a simple article JSON draftscripts/compose_wechat_markdown.py: convert article JSON + metadata into WeChat-ready markdownscripts/audio_to_article_pipeline.py: end-to-end wrapper from source text/audio metadata to markdown handoff planreferences/workflow.md for the full end-to-end process from audio/text to WeChat article.references/style-guide.md for how to turn spoken content into tighter公众号文章表达.references/publish-handoff.md for how this skill should hand off to the WeChat publishing workflow.references/transcription-handoff.md for how to integrate with meeting-minutes-whisper.