← 返回 Skills 市场
98
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-transcriber
功能描述
基于FunASR的中文实时语音转录,支持麦克风录音、自动标点、智能VAD及转录文件管理与环境检测。
安全使用建议
This skill appears to do what it says, but it is tailored to a specific Windows/Conda setup and uses hard-coded paths (e.g., D:\dev\python\voiceFunAsr, D:\ProgramData\Miniconda3\envs\audioProject, C:\Users\pengjschina\.cache). Before installing or running: 1) inspect vocie_mic_fixed_gbk.py and any referenced scripts in the D: path — those are the actual transcription engine and could contain arbitrary code; 2) be aware the skill will create startup scripts and a config file under your home (~/.openclaw) and may modify SKILL.md; 3) it will spawn subprocesses (conda, python) and may download ASR models at first run — ensure network/download behavior is acceptable; 4) if you do not have a matching Windows/Conda environment, the skill will likely fail or attempt to modify files to adapt; 5) no secrets are requested by the skill, but only proceed if you trust the source of the included transcriber scripts.
功能分析
Type: OpenClaw Skill
Name: meeting-transcriber
Version: 1.0.0
The skill bundle provides a legitimate meeting transcription service using the FunASR engine. It includes comprehensive scripts for environment validation (check_env.py), Conda configuration (conda_setup.py), and process management (transcriber.py). While the code utilizes high-privilege operations such as subprocess execution to launch shells and psutil to terminate processes, these actions are strictly aligned with the functional requirements of managing real-time audio transcription on Windows. The presence of hardcoded paths and specific user directories (e.g., 'pengjschina') indicates the tool was developed for a specific local environment, but there is no evidence of malicious intent, data exfiltration, or unauthorized remote access.
能力评估
Purpose & Capability
Name/description (FunASR-based meeting transcription) match the provided scripts: environment checks, conda setup, an OpenClaw wrapper, and a transcriber controller. Declared requirements in _meta.json (python, conda, audioProject env, main script) align with the code and functionality.
Instruction Scope
SKILL.md and the scripts instruct the agent to run local environment checks, launch transcription processes, create startup scripts, and read/write local paths (e.g., D:\dev\python\voiceFunAsr, C:\Users\pengjschina\.cache, ~/.openclaw). This is expected for a local transcriber, but the skill will access many filesystem locations and spawn subprocesses — users should confirm those local paths and target scripts (vocie_mic_fixed_gbk.py) are trusted.
Install Mechanism
No remote download/install spec in the registry entry; installation appears instruction-only plus included Python scripts. There are no external archive downloads or third‑party install URLs in the provided files.
Credentials
The skill requests no secrets or external credentials. It expects Conda and Python and checks for audio/model caches; these are proportional to a local ASR transcription tool. No unrelated environment variables or keys are requested.
Persistence & Privilege
always:false (no forced persistence). The scripts create local artifacts (batch scripts, start_with_conda.bat, a config file under ~/.openclaw) and may patch SKILL.md or other local skill files to add Conda metadata — this is within the skill's scope but means it will modify files on disk, so review what will be written.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-transcriber - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-transcriber触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Meeting Transcriber v1.0.0
- Initial release with real-time voice transcription powered by FunASR.
- Supports Chinese speech recognition, VAD, auto-punctuation, and meeting summary generation.
- Includes environment management with automatic Conda detection, setup, and dependency checks.
- Provides commands for starting/stopping transcription, environment checks, and viewing saved files.
- Integrated as an OpenClaw skill; no extra installation required.
元数据
常见问题
Meeting Transcriber 是什么?
基于FunASR的中文实时语音转录,支持麦克风录音、自动标点、智能VAD及转录文件管理与环境检测。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Meeting Transcriber?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-transcriber」即可一键安装,无需额外配置。
Meeting Transcriber 是免费的吗?
是的,Meeting Transcriber 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meeting Transcriber 支持哪些平台?
Meeting Transcriber 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meeting Transcriber?
由 chinapjs(@chinapjs)开发并维护,当前版本 v1.0.0。
推荐 Skills