返回顶部
t

transcribe转录

For transcript or subtitle requests involving podcast URLs, public audio URLs/files, or raw transcript cleanup. Generates audio + SRT + TXT artifacts and can optionally clean transcripts with episode-page context.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.4.1
安全检测
已通过
217
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

transcribe

技能名称: transcribe

详细描述:

使用 podcast-helper 进行转录

从播客剧集、音频文件或原始转录文本生成转录产物,并可选择使用剧集页面上下文进行清理。

默认工作流程

  1. 1. 选择一个专用输出目录,例如 ./out/<剧集标识>/。
  2. 运行 npx podcast-helper transcribe <输入> --output-dir <目录> --json。
  3. 仅在需要机器可读的进度信息时添加 --progress jsonl。
  4. 报告生成的音频、.srt 和 .txt 产物路径。
  5. 询问用户是否需要清理。不要隐式运行清理。

如果你已经在此仓库内且 dist/cli.js 存在,可以使用 node dist/cli.js ...。不要默认在此仓库之外使用仓库本地构建步骤。
如果你在此仓库内且 dist/cli.js 缺失,请在使用仓库本地入口点之前运行 pnpm run build。

注意事项

  • - 优先使用无需安装的入口点:npx,然后是 pnpm dlx,最后是全局安装的 podcast-helper。
  • 让 CLI 自动选择引擎,除非用户明确请求某个后端或需要离线 Apple Silicon 转录。
  • 不支持 Spotify URL,因为音频受 DRM 保护。请改用支持 RSS 的剧集页面、Apple Podcasts 链接或直接音频 URL。
  • YouTube 输入需要 yt-dlp。
  • 通用剧集页面有时会隐藏音频元数据。如果源解析失败,请单独下载音频并使用文件路径重新运行。
  • 托管转录失败通常是由于缺少或错误的提供商 API 密钥。
  • 本地 mlx-whisper 运行需要 ffmpeg、python3 以及来自 podcast-helper setup mlx-whisper 的可用运行时。
  • 保持原始转录文本不变。清理应写入一个同级的 *.cleaned.txt 文件。

命令形式

默认:

bash
npx podcast-helper transcribe <输入> --output-dir ./out/<标识> --json

备选:

  • - pnpm dlx podcast-helper transcribe <输入> --output-dir ./out/<标识> --json
  • podcast-helper transcribe <输入> --output-dir ./out/<标识> --json
  • node dist/cli.js transcribe <输入> --output-dir ./out/<标识> --json 仅在此仓库内

用于离线 Apple Silicon:

bash
npx podcast-helper transcribe <输入> --engine mlx-whisper --output-dir ./out/<标识> --json

清理分支

仅在用户要求或已有原始转录文本时进入清理流程。

  1. 1. 使用 curl https://r.jina.ai/<播客URL> 获取剧集上下文。
  2. 将页面作为参考上下文进行明显的 ASR 修复,特别是名称和专有名词。
  3. 不要总结、编造缺失内容或覆盖原始转录文本。
  4. 写入一个同级的 *.cleaned.txt 文件。

如果没有可用的剧集 URL,请保守地进行清理,并明确说明未使用外部剧集上下文。

参考资料

  • - 阅读 references/inputs-and-engines.md 了解支持的输入、引擎选择和依赖说明。
  • 阅读 references/output-contract.md 了解 JSON 成功和失败信封以及进度处理。
  • 阅读 references/cleanup.md 了解详细的清理规则和保守编辑指南。
  • 阅读 references/verification.md 了解冒烟测试输入和验证步骤。
  • 在将此技能安装到 Claude Code、OpenClaw 或其他代理时,阅读 references/setup.md。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 podcast-transcribe-1776070869 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 podcast-transcribe-1776070869 技能

通过命令行安装

skillhub install podcast-transcribe-1776070869

下载

⬇ 下载 transcribe v1.4.1(免费)

文件大小: 7.02 KB | 发布时间: 2026-4-15 13:55

v1.4.1 最新 2026-4-15 13:55
- Simplified and clarified the skill description for readability.
- Removed detailed triggering instructions and editorial guidance from the main documentation.
- Kept core workflow steps, command forms, and gotchas clear and concise.
- No changes to functionality—documentation improvements only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部