Token导航 LogoToken导航TokenDH.com
待分类执行命令github未标认证来源可访问许可证需确认审计异常

automating-voice-memos自动语音备忘录

Agent Skill

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

总安装

259

周安装

11

GitHub Stars

28

下载量

91
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:automating-voice-memos(自动语音备忘录)
来源仓库:https://github.com/spillwavesolutions/automating-mac-apps-plugin
仓库路径:skills/automating-voice-memos
安装命令:
npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-voice-memos
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-voice-memos

简介

用于辅助音频素材处理和语音备忘录操作,适合生成配乐说明或转写任务。

  • 适用于播客和视频配音的自动化流程支持,包括 UI 脚本与键盘快捷键。
  • 使用时需具备 JXA 基础知识,优先采用 UI-first 方法规避 API 缺失问题。
  • 安装方式:通过 npx skills add 从 GitHub 仓库安装,支持 Codex、Claude、Cursor、Gemini CLI。
  • 建议确认输入音频来源与输出格式,涉及人声克隆时核对版权授权。

SKILL.md

Automating Voice Memos (no dictionary, data+UI hybrid)

Relationship to the macOS automation skill

  • This is a standalone skill for Voice Memos automation.
  • For setup help, see the automating-mac-apps skill for permissions (Full Disk Access, Accessibility) and the ObjC bridge basics.
  • Prerequisites: Basic JXA (JavaScript for Automation) knowledge; install via macOS System Preferences > Security & Privacy.

Core Framing

  • Catalyst App: Voice Memos is an iOS app adapted for macOS without full macOS APIs, hence no AppleScript dictionary for automation.
  • UI-first: Prefer UI scripting/keyboard shortcuts for exports to avoid touching the database/container.
  • Data (optional): Use data-layer control only if needed (ObjC + sqlite3). This requires broader permissions.
  • Permissions: Accessibility for UI automation; Full Disk Access only if you read/write the container/DB.

Workflow (default)

  1. UI-first (no FDA): export via menu/shortcut to a folder you control.
  2. Optional data path: resolve storage paths; query CloudRecordings.db (Apple epoch +978307200) only if required.
  3. For UI actions (recording/export), drive the app with System Events (shortcuts preferred over clicks).
  4. For editing, prefer external tools (ffmpeg) after export; avoid writing directly into the container unless you accept FDA.

Quickstart (UI-only export; no Full Disk Access)

  • Open Voice Memos and select a recording.
  • Export/share UI: the Share sheet can send audio to Notes/other apps (no direct File > Export).
  • Transcript copy (UI-only, no FDA):

- Run: osascript skills/automating-voice-memos/scripts/copy_transcript_to_file.applescript "/path/to/output.txt" - Defaults: Desktop/voice-memo-transcript.txt if no arg. - Shows transcript (if available), selects all, copies, and writes to the target file via clipboard.

Permissions

  • Accessibility: System Settings > Privacy & Security > Accessibility > Enable for System Events and your automation app (Terminal/Python/Script Editor).
  • Full Disk Access: Only if you read/write the Voice Memos container/DB directly. UI-only exports do not require FDA.
  • Verify: For UI-only, confirm you can open the Export menu and interact with the save dialog. For data access, verify ${home}/Library/Group Containers/group.com.apple.VoiceMemos.shared/.

Validation Checklist

After implementing Voice Memos automation:

  • Verify Accessibility permissions granted for Terminal/Script Editor
  • Confirm Voice Memos app opens and responds to UI scripting
  • Test transcript copy script executes without errors
  • Validate output file contains expected transcript text
  • For data access: verify Full Disk Access and database path exists

Troubleshooting

  • Permission denied: Verify Full Disk Access and Accessibility permissions.
  • Database locked: Close Voice Memos app before querying.
  • File not found: Check macOS version for correct storage path.
  • UI automation failures: Ensure Voice Memos is focused and Accessibility is enabled.

When Not to Use

  • For cross-platform audio recording (use ffmpeg or platform-agnostic tools)
  • When you need programmatic audio capture (use AVFoundation directly)
  • For iOS Voice Memos automation (no API available)
  • When Full Disk Access cannot be granted

What to load

  • Start with basics & prerequisites: automating-voice-memos/references/voice-memos-basics.md (setup and core concepts).
  • UI automation: automating-voice-memos/references/voice-memos-ui.md (shortcuts, AX scripting).
  • Data access (if needed): automating-voice-memos/references/voice-memos-data.md (storage paths, epochs, database schema).
  • Recipes: automating-voice-memos/references/voice-memos-recipes.md (exports, transcripts, recording control).

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.62%
按下载量换算32

Claude

29.05%
按下载量换算26

Cursor

17.77%
按下载量换算16

Gemini CLI

9.31%
按下载量换算8

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/spillwavesolutions/automating-mac-apps-plugin --skill automating-voice-memos 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills