📦 Douyin Orchestrator — 抖音视频转录

v1.0.0

一键编排下载抖音视频、语音转录与内容分析,输出结构化数据,串联 douyin-fetcher、douyin-transcriber、douyin-analyzer 三大模块。

0· 97·0 当前·0 累计
don068589 头像by @don068589 (Don Li)
下载技能包
最后更新
2026/4/1
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill is an orchestration recipe (no code bundled) and appears coherent for video→transcript→analysis tasks, but it relies on other skills (douyin-fetcher, douyin-transcriber, douyin-analyzer) which are not included — review those modules' SKILL.md/code before installation. Be cautious about the browser evaluate step: executing arbitrary JavaScript in a page context can access cookies, auth tokens, or perform network requests, so only run this with a browser/profile you trust. Confirm the w...
详细分析 ▾
用途与能力
Name/description match the instructions: it orchestrates three submodules (fetcher, transcriber, analyzer), declares no unrelated env vars or installs, and lists reasonable prerequisites (browser, ffmpeg, Docker). The files and pointers are consistent with an orchestrator role.
指令范围
SKILL.md limits itself to orchestration steps, file locations, and calling other skills; it instructs the agent to run browser actions (including evaluate with arbitrary JS) and to read/write user paths (transcripts, videos, index files). These actions are coherent for a fetch/transcribe/analyze workflow but carry intrinsic risk (browser-evaluated JS can access page context, cookies, or cause network requests). The skill itself does not instruct reading unrelated system files or environment variables.
安装机制
No install spec or external downloads — instruction-only. This minimizes direct install risk; nothing is written to disk by the skill package itself.
凭证需求
No environment variables, credentials, or config paths are requested. The skill instead expects local tools/containers (ffmpeg, Docker/whisper) which are proportionate to media processing.
持久化与权限
always:false and normal autonomous invocation. The skill instructs saving files and updating index markdowns under user paths (placeholders shown). This is expected for a workflow that persists transcripts, but users should confirm the exact filesystem paths and permissions before use.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/1

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install douyin-orchestrator
镜像加速npx clawhub@latest install douyin-orchestrator --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库