/install douyin-to-text
抖音文案提取
通过 npx dytext-cli 提取抖音视频文案/字幕。首次使用自动引导注册,跨平台支持。
注意:本技能需要将您的 API Key 和抖音分享链接发送到 dytext.cn 服务。请确保您信任该服务后再使用。
环境要求
- Node.js >= 18(用于 npx)
首次使用
如果未配置 API Key,运行以下命令注册并自动配置:
npx dytext-cli setup
注册即获免费积分。
快速使用
# 提取文案(支持抖音分享链接或包含链接的整段文案)
npx dytext-cli transcribe "https://v.douyin.com/xxxxx/"
# 指定语言
npx dytext-cli transcribe "6.44 复制打开抖音,看看【xxx】 https://v.douyin.com/xxxxx/" zh-CN
# 查询余额
npx dytext-cli balance
# 查看历史
npx dytext-cli history
支持的语言
| 语言代码 | 说明 |
|---|---|
zh-CN |
简体中文(默认) |
zh-TW |
繁体中文 |
en |
英语 |
ja |
日语 |
ko |
韩语 |
数据流向
本技能通过 npx dytext-cli 调用 api.dytext.cn REST API,将抖音分享链接和 API Key 发送到服务端进行语音转文字处理。
相关链接
- 官网:https://dytext.cn
- CLI 工具:https://github.com/xwchris/dytext
- npm 包:https://www.npmjs.com/package/dytext-cli
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install douyin-to-text - After installation, invoke the skill by name or use
/douyin-to-text - Provide required inputs per the skill's parameter spec and get structured output
What is douyin-to-text?
抖音文案提取。使用场景:(1) 用户要求提取抖音视频文案/字幕 (2) 用户发送抖音分享链接需要转文字 (3) 用户查询积分余额或转写历史。首次使用会自动引导注册。 It is an AI Agent Skill for Claude Code / OpenClaw, with 48 downloads so far.
How do I install douyin-to-text?
Run "/install douyin-to-text" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is douyin-to-text free?
Yes, douyin-to-text is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does douyin-to-text support?
douyin-to-text is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created douyin-to-text?
It is built and maintained by xwchris (@xwchris); the current version is v1.0.0.