← Back to Skills Marketplace
xwchris

douyin-to-text

by xwchris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
48
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install douyin-to-text
Description
抖音文案提取。使用场景:(1) 用户要求提取抖音视频文案/字幕 (2) 用户发送抖音分享链接需要转文字 (3) 用户查询积分余额或转写历史。首次使用会自动引导注册。
README (SKILL.md)

抖音文案提取

通过 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
Usage Guidance
This skill is reasonable for its stated purpose if you trust dytext.cn and the dytext-cli npm package. Before installing, be aware that it may run external npm code, save an API key under ~/.dycaption, and send Douyin share links plus the API key to the dytext.cn service.
Capability Analysis
Type: OpenClaw Skill Name: douyin-to-text Version: 1.0.0 The skill utilizes `npx` to execute an external npm package (`dytext-cli`) and transmits data, including API keys and URLs, to a third-party service (`api.dytext.cn`). While these actions are clearly documented in `SKILL.md` and `README.md` as necessary for Douyin transcription, the reliance on remote code execution and external data exfiltration represents a significant attack surface and inherent risk, fitting the criteria for suspicious behavior despite the lack of clear malicious intent.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The documented capability—extracting/transcribing Douyin video text—is coherent with sending Douyin share links to dytext.cn, but it involves a third-party transcription service.
Instruction Scope
The instructions are user-invoked examples for setup, transcription, balance, and history; they do not show hidden goal changes or forced execution outside the stated task.
Install Mechanism
The skill runs an external npm CLI through npx, and registry metadata does not list required binaries even though SKILL.md requires npx. This is purpose-aligned but should be noticed.
Credentials
The skill sends Douyin links and an API key to api.dytext.cn, which is expected for the service but requires trust in that provider.
Persistence & Privilege
README.md says the API key is automatically saved to ~/.dycaption. This is normal for a CLI credential, but users should protect or revoke it if needed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install douyin-to-text
  3. After installation, invoke the skill by name or use /douyin-to-text
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of douyin-to-text (dytext): - Extract Douyin/TikTok video captions and transcriptions using npx dytext-cli. - Supports direct processing of Douyin share links or text containing links. - On first use, automatically guides users through registration and API key setup. - Allows querying of balance and transcription history from the command line. - Supports multiple languages including Simplified Chinese, Traditional Chinese, English, Japanese, and Korean.
Metadata
Slug douyin-to-text
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments