.claude/skills/douyin-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
抖音视频解析-把抖音视频链接(v.douyin.com 短链或 douyin.com/video/<id> 长链)转成中文字幕稿和交互式 HTML 报告。原理:iesdouyin share API 拿 mp4 直链 -> 下载视频 -> 本地 faster-whisper(base 模型、CPU、int8)转写 -> 本地规则提取分析 -> 生成交互式 HTML 报告。免费,不依赖任何 API key 或 cookie 登录。一条命令出逐字稿(带时间戳)+ 连贯稿(无时间戳)+ 可视化 HTML 报告(含一句话总结、金句卡片、核心观点、结构拆解、内容判断、内容亮点六大模块)。
These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.
These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.
.claude/skills/douyin-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
.agents/skills/douyin-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
skills/douyin-video-parserRuntime, accounts, dependencies, permissions, network behavior and task quality remain untested.
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-parserclawhub inspect @zhouq2039-lang/douyin-video-parser --version 1.0.3This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.
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.
The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.
sha256:f6ebd9edc83a8af180706c4a12fb36b6e342ffe7b60899f547314874414ea896LICENSEREADME.mdscripts/__pycache__/transcribe.cpython-312.pycscripts/__pycache__/transcribe.cpython-313.pycscripts/transcribe.pyskill-card.mdSKILL.mdskill.yaml- 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.