Token导航 LogoToken导航TokenDH.com
开发只读clawhub未标认证来源可访问clear审计提醒

audio-to-wechat-article音频转微信文章

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

2,321

周安装

93

GitHub Stars

公开资料未说明

下载量

751
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:audio-to-wechat-article(音频转微信文章)
来源仓库:https://github.com/jinhuadeng/audio-to-wechat-article
安装命令:
openclaw skills install audio-to-wechat-article
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install audio-to-wechat-article

简介

会议录音转微信公众号文章的智能内容转化工具。

  • 自动提取要点并结构化排版,支持插入相关配图增强可读性。
  • 保留原始发言重点,优化为适合移动端阅读的文章格式。
  • 注意个人信息脱敏处理,涉及敏感内容需人工审核过滤。
  • audio-to-wechat-article 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
audio-to-wechat-article
description
Turn 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.

Audio to WeChat Article

Use this skill to convert raw spoken or written material into a structured WeChat article workflow.

Default outcome:

  • transcript or cleaned source text
  • article brief
  • article JSON
  • WeChat-ready markdown
  • optional image placement plan
  • optional QR code CTA block
  • optional WeChat draft publishing

Supported inputs

  • audio file (.m4a, .mp3, .ogg, .wav, .mp4, .mov)
  • transcript text
  • meeting minutes / notes
  • optional screenshots or supporting images
  • optional QR code image for final article or poster

V5.1 end-to-end workflow

Route A: audio → transcript → article → WeChat draft

  1. Transcribe audio into text
  2. Build article brief from transcript
  3. Decide article mode
  4. Draft article JSON
  5. Add screenshots / QR placement notes
  6. Compose WeChat markdown
  7. Optionally publish to WeChat draft box

Route B: text / notes → article → WeChat draft

  1. Clean notes into source text
  2. Build article brief
  3. Draft article JSON
  4. Add screenshots / QR placement notes
  5. Compose WeChat markdown
  6. Optionally publish to WeChat draft box

Core workflow rules

  1. Normalize the source

- If the user provides audio, transcribe it first. - If the user provides text, clean it into readable source notes. - Do not fabricate unclear sections; mark uncertain parts.

  1. Build an article brief

Use the bundled brief script for a deterministic first pass.

  1. Choose article mode

- Insight article: 观点 / 认知 / 判断 - Case article: 复盘 / how we did it - Practical article: 教程 / 流程 / 方法 - Boss-facing article: 管理 / 商业化 / 落地

  1. Write the article JSON

Always produce: - title - summary - body - optional cover direction - optional QR CTA sentence

  1. Handle images and QR code

- Place screenshots only where they support understanding. - Place QR code near the end by default. - Add one CTA sentence above the QR code.

  1. Prepare WeChat-ready markdown

Save markdown with frontmatter: - title - author - summary - coverImage (if available)

  1. Optional publish step

If the user asks to publish, hand off the final markdown to baoyu-post-to-wechat.

Writing rules

  • Prefer short, strong paragraphs.
  • Cut repetitive spoken filler aggressively.
  • Keep spoken authenticity, but remove rambling.
  • Use subheads to create clear reading rhythm.
  • For WeChat, prioritize readability over literal transcript fidelity.
  • Keep one article centered on one core message.

Image handling

When the user provides images:

  • do not dump images randomly into the article
  • decide whether each image is for:

- proof / screenshot evidence - emotional pacing - explanatory diagram - QR code CTA

  • place images only where they improve comprehension or conversion

When the user provides a QR code:

  • default placement is near the end
  • add one sentence CTA above it
  • avoid placing QR code too early unless explicitly requested

Recommended output structure

1. 核心观点

  • 一句话说清这篇到底讲什么

2. 文章标题候选

  • 标题 1
  • 标题 2
  • 标题 3

3. 正文大纲

  • 开头钩子
  • 3-5 个主体部分
  • 收尾

4. 公众号成稿

Provide full markdown-ready article.

5. 配图建议

  • cover direction
  • inline image placement notes
  • QR placement note (if applicable)

Bundled scripts

  • scripts/build_article_brief.py: convert transcript/minutes text into a compact article brief JSON
  • scripts/draft_article_json.py: turn source text into a simple article JSON draft
  • scripts/compose_wechat_markdown.py: convert article JSON + metadata into WeChat-ready markdown
  • scripts/audio_to_article_pipeline.py: end-to-end wrapper from source text/audio metadata to markdown handoff plan

References

  • Read references/workflow.md for the full end-to-end process from audio/text to WeChat article.
  • Read references/style-guide.md for how to turn spoken content into tighter公众号文章表达.
  • Read references/publish-handoff.md for how this skill should hand off to the WeChat publishing workflow.
  • Read references/transcription-handoff.md for how to integrate with meeting-minutes-whisper.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.89%
按下载量换算720

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills