Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

voice-memo-transcribe语音备忘录转录

Agent Skill

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

总安装

2,521

周安装

103

GitHub Stars

公开资料未说明

下载量

816
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install voice-memo-transcribe

简介

将 Apple Voice Memos 录音转录为文本并存入 Notes。

  • 依赖 iCloud 同步和 Mac 本地数据库,自动化工作流程。
  • 需开启设备间同步功能并保持网络连接。
  • 仅支持苹果生态内文件流转,跨平台受限。
  • voice-memo-transcribe 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
voice-memo-transcribe
description
>
Workflow
iPhone Voice Memos → iCloud sync → Mac Voice Memos DB → transcribe → Apple Notes → iCloud sync back to iPhone.
license
MIT-0

Voice Memo Transcribe / 语音备忘录转写

Transcribe Apple Voice Memos on Mac and save organized notes to Apple Notes — syncing back to iPhone via iCloud.

将 iPhone 语音备忘录通过 iCloud 同步到 Mac 后,AI 转写为文字,整理内容,并存入 Mac 备忘录,再通过 iCloud 同步回 iPhone。

iPhone 录音 → iCloud 同步 → Mac 语音备忘录 → AI 转写 → 整理 → Mac 备忘录 → iCloud → iPhone 备忘录

Prerequisites / 前置条件

  1. macOS with Voice Memos app / 运行语音备忘录的 Mac
  2. iCloud sync enabled for both Voice Memos and Notes (System Settings → Apple ID → iCloud) / 已启用语音备忘录和备忘录的 iCloud 同步
  3. Full Disk Access granted to terminal app (System Settings → Privacy & Security → Full Disk Access) / 终端已获取「完全磁盘访问权限」
  4. ffmpegbrew install ffmpeg
  5. uvbrew install uv

Database & File Paths / 数据库与文件路径

  • Database / 数据库: ~/Library/Group Containers/group.com.apple.VoiceMemos.shared/Recordings/CloudRecordings.db
  • Audio files / 音频文件: ~/Library/Group Containers/group.com.apple.VoiceMemos.shared/Recordings/

Workflow / 工作流程

Step 1: List Voice Memos / 列出语音备忘录

python3 scripts/list_memos.py [options]
OptionDescription / 说明Default / 默认
--limit NNumber of results / 返回数量20
--offset NPagination offset / 分页偏移0
--search TERMSearch by title / 按标题搜索
--after YYYY-MM-DDFilter after date / 起始日期
--before YYYY-MM-DDFilter before date / 截止日期
--jsonJSON output / JSON 格式输出off

Present results as numbered list: title, date, duration. Ask user which to transcribe.

以编号列表展示:标题、日期、时长。询问用户要转写哪些。

Error "Database not found" / 报错"数据库未找到" → Enable iCloud sync for Voice Memos, or grant Full Disk Access. / 启用语音备忘录的 iCloud 同步,或授予完全磁盘访问权限。

Step 2: Check Built-in Transcript / 检查内置转写

Some Voice Memos have Apple's embedded transcripts (tsrp atom):

部分语音备忘录包含 Apple 自动生成的转写文本(tsrp atom):

python3 scripts/extract_transcript.py "<PATH>.m4a"

If transcript found → skip to Step 4. If "no embedded transcript" → proceed to AI transcription.

如果找到转写文本 → 跳到第 4 步。如果显示 "no embedded transcript" → 进入 AI 转写。

Step 3: AI Transcription / AI 转写

uv run --with faster-whisper python3 scripts/transcribe.py "<AUDIO_PATH>" [options]
OptionDescription / 说明Default / 默认
--modeltiny/base/small/medium/large-v3base
--languagezh, en, ja, etc.auto-detect / 自动检测
--output PATHSave transcript to file / 保存到文件stdout / 标准输出
--devicecpu/coreml/mpsauto-detect / 自动检测

Model guide (15 min audio, Apple Silicon M1) / 模型参考(15 分钟音频,Apple Silicon M1):

ModelTime / 耗时RAM / 内存Quality / 质量
base~2 min1.5 GBGood / 良好
small~5 min2 GBBetter / 较好
medium~10 min5 GBVery good / 很好

Tip / 提示: Start with base for preview, re-run with small or medium for final output. / 先用 base 快速预览,再用 smallmedium 获取最终结果。

Step 4: Organize Content / 整理内容

  1. Read transcript, identify topics, speakers, key moments / 阅读转写文本,识别话题、发言者、关键时刻
  2. Create structured summary with timestamps / 创建带时间戳的结构化摘要
  3. Ask user for context corrections if unclear (relationships, names, topic labels) / 如有疑问,向用户确认(人物关系、姓名、话题标签)
  4. Misidentified speakers/names make notes worse — always confirm / 错误的发言者识别会降低笔记质量——务必确认

Step 5: Save to Apple Notes / 保存到备忘录

# Write content to temp file / 将内容写入临时文件
python3 -c "
content = open('/dev/stdin').read()
with open('/tmp/note_content.txt', 'w') as f:
    f.write(content)
" <<< "$NOTE_BODY"

# Create note in a specific folder / 在指定文件夹创建备忘录
osascript -e '
tell application "Notes"
    tell folder "<FOLDER_NAME>"
        set noteTitle to "<TITLE>"
        set noteBody to do shell script "cat /tmp/note_content.txt"
        make new note with properties {name:noteTitle, body:noteBody}
    end tell
end tell
'

Omit tell folder block to use the default Notes folder. The note syncs to iPhone via iCloud automatically.

去掉 tell folder 部分可使用默认文件夹。备忘录会通过 iCloud 自动同步到 iPhone。

Batch Processing / 批量处理

  1. List memos → user selects multiple / 列出录音 → 用户选择多条
  2. Transcribe one at a time (avoids memory pressure) / 逐条转写(避免内存压力)
  3. Present each for review / 逐条展示供审阅
  4. Save to Notes individually or batch at end / 逐条保存或最后批量保存

Tips / 注意事项

  • For long recordings (>30 min), warn about processing time / 长录音(>30 分钟)需提醒处理时间
  • Auto device detection prefers CoreML (Apple Silicon) > MPS > CPU / 设备自动检测优先级:CoreML > MPS > CPU
  • If faster-whisper OOMs, fall back to smaller model / 内存不足时回退到更小的模型
  • If no Apple transcript exists, suggest user open the memo on iPhone to trigger auto-transcription / 无内置转写时,建议用户在 iPhone 上打开录音触发自动转写
  • Clean up /tmp/note_content.txt after use / 使用后清理临时文件

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

78.29%
按下载量换算639

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install voice-memo-transcribe 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills