← 返回 Skills 市场
xwchris

douyin-to-text

作者 xwchris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
48
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install douyin-to-text
功能描述
抖音文案提取。使用场景:(1) 用户要求提取抖音视频文案/字幕 (2) 用户发送抖音分享链接需要转文字 (3) 用户查询积分余额或转写历史。首次使用会自动引导注册。
使用说明 (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
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install douyin-to-text
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /douyin-to-text 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug douyin-to-text
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

douyin-to-text 是什么?

抖音文案提取。使用场景:(1) 用户要求提取抖音视频文案/字幕 (2) 用户发送抖音分享链接需要转文字 (3) 用户查询积分余额或转写历史。首次使用会自动引导注册。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 48 次。

如何安装 douyin-to-text?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install douyin-to-text」即可一键安装,无需额外配置。

douyin-to-text 是免费的吗?

是的,douyin-to-text 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

douyin-to-text 支持哪些平台?

douyin-to-text 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 douyin-to-text?

由 xwchris(@xwchris)开发并维护,当前版本 v1.0.0。

💬 留言讨论