📦 Voice Memo Transcribe — 语音转笔记
v1.1.0自动把 iPhone 语音备忘录经 iCloud 同步到 Mac 并转写为文字,智能整理后存入 Apple Notes,实现录音→文本→笔记一键完成。
0· 56·0 当前·0 累计
下载技能包
最后更新
2026/4/13
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says: read your Mac's Voice Memos DB, transcribe audio locally with faster-whisper, and create Notes via AppleScript. Before installing: 1) Understand Full Disk Access grants the terminal broad file-read rights—only grant it if you trust the code and source. 2) faster-whisper may download large model files from the internet; expect network activity and disk usage. 3) Review the three included Python scripts yourself (they are small and readable) or run them manua...详细分析 ▾
✓ 用途与能力
Name/description (transcribe Voice Memos → Notes) match the included scripts: listing memos from the Voice Memos DB, extracting embedded transcripts from .m4a, running faster-whisper transcription, and saving notes via AppleScript. Requested tools (ffmpeg, uv, faster-whisper) are appropriate for audio processing and local model runtime.
ℹ 指令范围
SKILL.md explicitly instructs reading the Voice Memos DB and audio files under ~/Library/Group Containers/... and writing a temporary file to /tmp before invoking osascript to create Notes. These actions are necessary for the described workflow, but granting Full Disk Access to the terminal (required to read the DB) is a broad permission — the instructions correctly call it out.
✓ 安装机制
No install spec is provided (instruction-only), and included scripts are plain Python. The skill depends on third-party Python package faster-whisper and the uv runner; those are referenced by the runtime commands but not automatically installed—this is low-risk but means the user will install packages locally. Note: faster-whisper may download model weights from the internet when loading a model.
✓ 凭证需求
No environment variables or external credentials are requested. The only sensitive permission required is Full Disk Access to read the Voice Memos DB and audio files; that is proportional to the task but worth user attention. There are no hard-coded network endpoints or secret-exfiltration behaviors in the code.
✓ 持久化与权限
Skill is not always-enabled and does not request persistent system changes. It does create temporary files in /tmp and uses osascript to write Notes (expected for the stated purpose). It does not modify other skills or system-wide configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.02026/4/13
NULL
● 可疑
安装命令
点击复制官方npx clawhub@latest install voice-memo-transcribe
镜像加速npx clawhub@latest install voice-memo-transcribe --registry https://cn.longxiaskill.com镜像同步中