← 返回 Skills 市场
349
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install voice-memo-sync
功能描述
Sync, transcribe, and intelligently organize voice memos, audio/video files, and URLs. 同步、转录、智能整理语音备忘录、音视频文件和视频链接。
安全使用建议
This skill appears to do what it says, but review these points before installing: (1) It will read local iCloud/Voice Memos directories and your agent memory files (USER.md / MEMORY.md) for personalized LLM processing — consider whether you want those read. (2) Optional components (whisper-cpp, yt-dlp, summarize, remindctl) enable extra features and may perform network access (model download from HuggingFace, downloading videos). If you prefer no network downloads, pre-install models/tools manually or inspect/modify scripts. (3) The installer can add a heartbeat auto-sync entry to HEARTBEAT.md — opt out if you don't want scheduled automatic processing. (4) Because the skill creates Apple Notes and Reminders via AppleScript, review those scripts if you need stricter controls. If these behaviors are acceptable, the skill is coherent with its purpose; otherwise, inspect/adjust the scripts and configuration before use.
功能分析
Type: OpenClaw Skill
Name: voice-memo-sync
Version: 1.6.1
The skill performs high-privilege operations including accessing private macOS Library containers for Voice Memos and iCloud, and using 'osascript' to automate Apple Notes and Reminders. While these actions are aligned with the stated purpose of syncing and organizing memos, the scripts (specifically 'process.sh' and 'create-apple-note.sh') execute shell commands and system automation that could be abused if provided with malicious input. Additionally, 'process.sh' performs an unverified remote download of a model binary from HuggingFace via 'curl', and 'install.sh' establishes persistence by modifying the OpenClaw 'HEARTBEAT.md' file.
能力评估
Purpose & Capability
Name/description (voice memo sync + transcription) align with required binaries (ffmpeg, python3) and included scripts. Access to Apple Notes/Reminders, iCloud paths, whisper/yt-dlp are appropriate for the stated functionality.
Instruction Scope
SKILL.md and scripts explicitly read local files (iCloud directories, USER.md, MEMORY.md) and create notes/reminders via AppleScript and optional remindctl. Reading USER.md/MEMORY.md is expected for personalized LLM processing but is privacy-sensitive and should be noted by the user.
Install Mechanism
Install uses brew formulas (ffmpeg, whisper-cpp, openai-whisper, yt-dlp) — low-risk, standard. The whisper-cpp path auto-downloads a model binary via curl from a HuggingFace URL (external network download of a large binary into ~/.cache) which is expected for local transcription but is a network operation you may want to review or mirror locally.
Credentials
No environment variables, tokens, or external credentials are requested. Scripts operate on local filesystem paths and macOS services (Notes/Reminders). Requested accesses are proportional to the skill's features.
Persistence & Privilege
The installer writes files into the OpenClaw workspace (~/.openclaw/workspace), creates config and data dirs, may add a heartbeat entry to HEARTBEAT.md (auto-sync) and creates a data symlink — all local and expected. The skill is not 'always: true' and does not modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voice-memo-sync - 安装完成后,直接呼叫该 Skill 的名称或使用
/voice-memo-sync触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.6.1
## Voice Memo Sync 1.6.1
- Documentation updates in SKILL.md.
- Version number updated to 1.6.1.
- No code or functionality changes; release focuses on keeping documentation current.
v1.6.0
voice-memo-sync 1.6.0
- Added Chinese-language (中英双语) documentation and usage instructions.
- Enhanced support for Apple Silicon: new Metal GPU acceleration via whisper-cpp for ~15-20x faster transcription.
- Expanded support for more input types, including Bilibili URLs, structured documents (json, csv), and native Apple Voice Memos (.qta).
- Clarified when to use the skill, detailed the processing pipeline, and described the data directory structure.
- Outlined improved Apple Notes output format, emphasizing personalized, actionable analytics.
- Provided a technical appendix explaining new QTA file integration.
元数据
常见问题
Voice Memo Sync 是什么?
Sync, transcribe, and intelligently organize voice memos, audio/video files, and URLs. 同步、转录、智能整理语音备忘录、音视频文件和视频链接。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 349 次。
如何安装 Voice Memo Sync?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voice-memo-sync」即可一键安装,无需额外配置。
Voice Memo Sync 是免费的吗?
是的,Voice Memo Sync 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Voice Memo Sync 支持哪些平台?
Voice Memo Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Voice Memo Sync?
由 ying-wen(@ying-wen)开发并维护,当前版本 v1.6.1。
推荐 Skills