AAWEA.ORG
AAWEA.ORG
AAWEA.ORG
OpenAI Whisper v3-Large

OpenAI Whisper v3-Large

⚠️ Low Risk Media & Audio 500 Credits/Run

高性能视频与音频转写引擎,一键获取精准带时间戳的 SRT 字幕轨。

Skill Content

High-fidelity audio transcription tool using Whisper v3-large with precise milliseconds timestamps alignment.

Universal Installation Guide

1. For Standard AI Agents (ChatGPT / Claude)

If this skill is purely prompt-based, simply click the Copy button on the Skill Content block above, and paste the raw text directly into your AI chat interface or custom GPT instructions.

2. For Claude Desktop (MCP Servers)

To install this as a Model Context Protocol (MCP) server, open your claude_desktop_config.json file and add the following configuration structure:

{
  "mcpServers": {
    "whisper-v3-transcription": {
      "command": "npx",
      "args": ["-y", "{{ Str::slug($skill->category ?? 'tool') }}/whisper-v3-transcription"]
    }
  }
}
3. For Code Integration (Composio / APIs)

If this requires SDK integration, ensure you have the core packages installed in your working environment, then load the tool schema accordingly:

npm install composio-core
# or
pip install composio-core

Run this Skill

Test this AI skill directly in your browser. It will consume :cost credits.

Try Skill Now