·funasr-transcribe
</>

funasr-transcribe

使用本地 FunASR 服务将音频或视频文件转录为带时间戳的 Markdown 文件,支持 mp4、mov、mp3、wav、m4a 等常见格式。本技能应在用户需要语音转文字、会议记录、视频字幕、播客转录时使用。

36Installs·4Trend·@cat-xierluo

Installation

$npx skills add https://github.com/cat-xierluo/legal-skills --skill funasr-transcribe

How to Install funasr-transcribe

Quickly install funasr-transcribe AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cat-xierluo/legal-skills --skill funasr-transcribe
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cat-xierluo/legal-skills.

SKILL.md

View raw

| scripts/setup.py | 一键安装依赖和下载模型 | | scripts/server.py | 启动 HTTP API 服务 | | scripts/transcribe.py | 命令行客户端 |

| assets/models.json | ASR 模型配置清单 | | assets/requirements.txt | Python 依赖清单 |

使用本地 FunASR 服务将音频或视频文件转录为带时间戳的 Markdown 文件,支持 mp4、mov、mp3、wav、m4a 等常见格式。本技能应在用户需要语音转文字、会议记录、视频字幕、播客转录时使用。 Source: cat-xierluo/legal-skills.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cat-xierluo/legal-skills --skill funasr-transcribe Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cat-xierluo/legal-skills --skill funasr-transcribe
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from cat-xierluo/legal-skills

Quick answers

What is funasr-transcribe?

使用本地 FunASR 服务将音频或视频文件转录为带时间戳的 Markdown 文件,支持 mp4、mov、mp3、wav、m4a 等常见格式。本技能应在用户需要语音转文字、会议记录、视频字幕、播客转录时使用。 Source: cat-xierluo/legal-skills.

How do I install funasr-transcribe?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cat-xierluo/legal-skills --skill funasr-transcribe Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cat-xierluo/legal-skills