Agent SkillsOpenBMB/PilotDeck › audio-transcription

audio-transcription

GitHub

用于转录本地音频、生成字幕、分析录音或整理会议纪要。依赖本地FunASR,需先确保运行环境安装,调用mcp__funasr__transcribe_audio工具处理项目内音频文件。

skills/audio-transcription/SKILL.md OpenBMB/PilotDeck

触发场景

用户要求转录音频 用户要求创建字幕 用户要求分析录音内容 用户要求从录音中生成会议纪要

安装

npx skills add OpenBMB/PilotDeck --skill audio-transcription -g -y
更多选项

不安装直接使用

npx skills use OpenBMB/PilotDeck@audio-transcription

指定 Agent (Claude Code)

npx skills add OpenBMB/PilotDeck --skill audio-transcription -a claude-code -g -y

安装 repo 全部 skill

npx skills add OpenBMB/PilotDeck --all -g -y

预览 repo 内 skill

npx skills add OpenBMB/PilotDeck --list

SKILL.md

Frontmatter
{
    "name": "audio-transcription",
    "description": "Transcribe a project-local audio recording, generate subtitles, analyze a recording, or produce meeting notes from audio using local FunASR."
}

Audio Transcription

Use this Skill only when the user explicitly asks to transcribe audio, create subtitles, analyze a recording, or make meeting notes from a recording. Do not invoke ASR merely because an audio attachment is present.

PilotDeck provides this Skill itself; there is no Skill file to install. First check whether mcp__funasr__transcribe_audio is available. If its local runtime or models are missing, run the exact npm --prefix "..." run install:asr command shown by the attachment or MCP diagnostic. It points at the PilotDeck source checkout or installed app directory:

npm --prefix "<PilotDeck directory>" run install:asr

The installer downloads the platform-specific official FunASR llama.cpp runtime and the local models. It does not require Docker, Python, or a cloud API. After it completes, retry mcp__funasr__transcribe_audio in the same session.

For platform, cache, download-source, and network troubleshooting details, read ../../docs/funasr-installation.md relative to this Skill directory.

Workflow

  1. Identify the registered audio attachment path in the session message.
  2. Pass that project-local host path directly as audio_path; do not convert it to a container path. The tool rejects paths outside the current project, including symlinks that escape it.
  3. Call mcp__funasr__transcribe_audio with language: "auto". This is the only language value supported by the local SenseVoice CLI.
  4. Preserve timestamped segments for subtitles, verbatim transcripts, or auditable meeting records.
  5. Only after transcription, summarize, translate, or extract action items as requested.

Constraints

  • Do not use read_file to decode audio.
  • Do not send the audio to a cloud service or substitute a different ASR provider without the user's direction.
  • The tool is intentionally limited to a real local file inside the active project.

版本历史

  • ed8da90 当前 2026-08-13 16:08

同 Skill 集合

skills/1password/SKILL.md
skills/apple-notes/SKILL.md
skills/apple-reminders/SKILL.md
skills/bear-notes/SKILL.md
skills/blogwatcher/SKILL.md
skills/browser-use/SKILL.md
skills/diagram-maker/SKILL.md
skills/frontend-slides/SKILL.md
skills/github/SKILL.md
skills/gog/SKILL.md
skills/himalaya/SKILL.md
skills/karpathy-guidelines/SKILL.md
skills/meeting-recorder-assistant/SKILL.md
skills/notion/SKILL.md
skills/obsidian/SKILL.md
skills/pdf/SKILL.md
skills/pilotdeck-skills-migration/SKILL.md
skills/powershell/SKILL.md
skills/pptx/SKILL.md
skills/react-next-best-practices/SKILL.md
skills/skill-creator/SKILL.md
skills/spike/SKILL.md
skills/spreadsheets/SKILL.md
skills/summarize/SKILL.md
skills/tmux/SKILL.md
skills/trello/SKILL.md
skills/weather/SKILL.md
skills/docx/SKILL.md
skills/find-skills/SKILL.md
skills/frontend-design/SKILL.md
skills/minimax-pdf/SKILL.md
skills/web-design-guidelines/SKILL.md

元信息

文件数
0
版本
ed8da90
Hash
0b2ea563
收录时间
2026-08-13 16:08

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-14 07:25
浙ICP备14020137号-1 $访客地图$