Real Skill packageSource verifiedClawHub registry

douyin-video-parser

抖音视频解析-把抖音视频链接(v.douyin.com 短链或 douyin.com/video/<id> 长链)转成中文字幕稿和交互式 HTML 报告。原理:iesdouyin share API 拿 mp4 直链 -> 下载视频 -> 本地 faster-whisper(base 模型、CPU、int8)转写 -> 本地规则提取分析 -> 生成交互式 HTML 报告。免费,不依赖任何 API key 或 cookie 登录。一条命令出逐字稿(带时间戳)+ 连贯稿(无时间戳)+ 可视化 HTML 报告(含一句话总结、金句卡片、核心观点、结构拆解、内容判断、内容亮点六大模块)。

Identity and source

Publisher attributionBlack_Amicoregistry owner unverified by skillvetai
Functional categoryWriting, Content & Translationautomatically inferred · 57% rule confidence
Package forminstruction with code8 recorded files
Canonical sourceClawHub registryclawhub:zhouq2039-lang:douyin-video-parser
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/13/2026.claude/skills/douyin-video-parser

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/13/2026.agents/skills/douyin-video-parser

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/13/2026skills/douyin-video-parser

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @zhouq2039-lang/douyin-video-parser
clawhub inspect @zhouq2039-lang/douyin-video-parser --version 1.0.3

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
6 / 8 inspected as text
Checked
8/13/2026, 7:30:35 PM
Scanner
0.1.3
Policy
1.0.3
3 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
4 dependency and API indicators
  • api: clawhub.ai
  • api: v.douyin.com
  • api: www.douyin.com
  • api: www.iesdouyin.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/13/2026, 10:04:05 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:f6ebd9edc83a8af180706c4a12fb36b6e342ffe7b60899f547314874414ea896
Show up to 8 recorded paths
  • LICENSE
  • README.md
  • scripts/__pycache__/transcribe.cpython-312.pyc
  • scripts/__pycache__/transcribe.cpython-313.pyc
  • scripts/transcribe.py
  • skill-card.md
  • SKILL.md
  • skill.yaml

Source changelog

- Dropped curl dependency: all video downloads now use Python's standard urllib, improving cross-platform compatibility. - Clarified permission use: updated capability table and security notes to emphasize minimal, user-scope-only networking and data handling. - Changed terminal output: now prints only the first 500 characters of the transcript by default for privacy; use `--print-transcript` to display the full text. - Updated documentation: revised install, usage, environment, and security instructions to align with the new workflow and networking requirements. - Removed obsolete documentation file (`skill-card.md`); added internal .pyc cache for scripts.