ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

douyin-transcribe-fast

抖音视频快速转文字(优化版)。用户发抖音链接,自动提取文案。 特点:本地 Whisper 转录,无需 API Key,零成本,高隐私。 触发词:抖音、转文字、提取文案、视频转录

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/btboy773/douyin-transcribe-fast
Or

What This Skill Does

douyin-transcribe-fast is a highly efficient, privacy-focused OpenClaw skill designed to extract and transcribe content from Douyin (TikTok China) videos. Unlike traditional cloud-based solutions that rely on expensive or restricted third-party APIs, this skill leverages the OpenAI Whisper model running locally on your hardware. By processing audio streams directly on your machine, it eliminates API costs, ensures total data privacy, and removes the risk of being blocked by external service limitations. It specifically targets users who want a free, offline-capable way to convert short-form video content into text for archiving, repurposing, or data analysis.

Installation

To get started, ensure you have a standard Python 3.8+ environment installed. First, confirm FFmpeg is available on your system path (Windows: winget install Gyan.FFmpeg). Install the core engine by running pip install openai-whisper. Once prerequisites are met, install the skill via the OpenClaw command: clawhub install openclaw/skills/skills/btboy773/douyin-transcribe-fast. This skill integrates directly with your local system, so no API keys are required for the transcription process, though douyin-mcp is recommended for handling URL-to-video-stream resolution.

Use Cases

  1. Content Creators: Quickly transcribe scripts from viral videos to analyze trending topics and hooks.
  2. Researchers: Conduct large-scale analysis of video content without incurring API usage fees or violating data privacy policies.
  3. Accessibility: Generate subtitles or transcriptions for personal video collections that lack native text support.
  4. Offline Environments: Perform transcription tasks in secure settings where cloud connectivity is restricted or prohibited.

Example Prompts

  1. "抖音 https://v.douyin.com/D4SVbwCEY6g/ 帮我把这个视频的文案提取出来,用base模型转录。"
  2. "提取文案:请把这个视频转成中文文字,我需要快速浏览一下内容。"
  3. "转文字:帮我处理一下这个本地下载的视频文件,请使用tiny模型,越快越好。"

Tips & Limitations

  • Speed vs. Accuracy: Use the 'tiny' model for rapid 1-2 minute turnarounds on short videos. Switch to 'small' or 'medium' models if you prioritize higher accuracy for complex dialogue or accents.
  • Performance: Because transcription occurs locally, ensure your machine has sufficient CPU power. High-resolution processing on long videos may consume significant RAM.
  • URL Handling: Ensure the douyin-mcp tool is configured to resolve links effectively to avoid 403 errors; if the link is from a browser, ensure the video is publicly accessible.

Metadata

Author@btboy773
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-btboy773-douyin-transcribe-fast": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#douyin#transcription#whisper#offline#productivity
Safety Score: 4/5

Flags: file-read, file-write, code-execution