Real Skill packageSource verifiedClawHub registry

video-analyzer

视频分析处理 — 本地视频反编译分析工具。将视频拆解为时间轴剧本、语音转文字、场景分析、跨模态关联和精华摘要,支持多ASR引擎切换(Whisper/Paraformer/SenseVoice)、中文NLP增强、PaddleOCR中文识别。v4.0 新增短视频平台适配(抖音/快手/B站/视频号)和自动剪辑建议(高光检测/冗余标记/EDL导出/字幕样式)。v4.1 新增tiny模型优先体验(75MB低门槛)、说话人分离质量评分、剪映draft.json导出。v4.2 新增场景管理(detect→slice一条链)、短视频爆款预测、实时直播分析(流式ASR+敏感词检测)。

Identity and source

Publisher attributionfyniujinregistry owner unverified by skillvetai
Functional categoryVideo, Audio & Voiceautomatically inferred · 60% rule confidence
Package forminstruction with code54 recorded files
Canonical sourceClawHub registryclawhub:fyniujin:video-analyzer
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/17/2026.claude/skills/video-analyzer

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/17/2026.agents/skills/video-analyzer

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/17/2026skills/video-analyzer

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 @fyniujin/video-analyzer
clawhub inspect @fyniujin/video-analyzer --version 4.2.0

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
partial text content
Files
40 / 54 inspected as text
Checked
8/17/2026, 1:11:39 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • browser control — automatically inferred
13 dependency and API indicators
  • pypi: openai-whisper >=20231117
  • pypi: numpy >=1.24.0
  • pypi: PyYAML >=6.0
  • pypi: Pillow >=10.0.0
  • pypi: opencv-python >=4.8.0
  • api: ffmpeg.org
  • api: pypi.tuna.tsinghua.edu.cn
  • api: v.douyin.com
  • api: video.weixin.qq.com
  • api: www.bilibili.com
  • api: www.douyin.com
  • api: www.kuaishou.com
  • api: www.youtube.com
External clawhub result: suspicious

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/17/2026, 12:11:28 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

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

Package content hashsha256:e48deff856ff02f5faeb67062c4d00cd84fe06076ecfd28f7faf35b368a72f4e
Show up to 30 recorded paths
  • config.yaml
  • core/__init__.py
  • core/alignment_engine.py
  • core/asr/__init__.py
  • core/asr/base.py
  • core/asr/paraformer_engine.py
  • core/asr/router.py
  • core/asr/sensevoice_engine.py
  • core/asr/whisper_engine.py
  • core/audio_transcriber.py
  • core/chapter_slicer.py
  • core/config.py
  • core/editing/__init__.py
  • core/editing/edl_exporter.py
  • core/editing/highlight_detector.py
  • core/editing/jianying_exporter.py
  • core/editing/redundancy_detector.py
  • core/editing/subtitle_stylist.py
  • core/editing/timeline_generator.py
  • core/hardware_probe.py
  • core/highlight_extractor.py
  • core/input_handler.py
  • core/live_analyzer.py
  • core/logger.py
  • core/media_processor.py
  • core/nlp/__init__.py
  • core/ocr/__init__.py
  • core/ocr/base.py
  • core/ocr/paddleocr_engine.py
  • core/platform_adapters/__init__.py

Source changelog

**Version 4.2.0 highlights several new features for short video and real-time analysis:** - 新增场景管理全流程(detect→slice一条链),实现更高效片段切分。 - 增强短视频分析,支持爆款视频预测。 - 支持实时直播流分析,包括流式ASR和敏感词检测。 - 继续完善短视频平台适配、剪辑建议与说话人分离等功能。 - 保持完全本地、离线、安全处理流程。