Real Skill packageSource verifiedClawHub registry

video-batch-publisher

一套本地运行的短视频批量发布工具,支持抖音/视频号/快手/B站多平台,从 Excel 读取任务,自动上传视频、填标题描述、设封面/合集/标签、按发布日期选择立即或定时发布。运行全程不修改你的 Excel,发布结果实时显示在界面与日志。当用户需要批量自动发视频、多平台一键发布、自媒体矩阵发布、把 video_publisher 打包成可交付产品时启用。

Identity and source

Publisher attributionccg825registry owner unverified by skillvetai
Functional categoryData, Spreadsheets & Analyticsautomatically inferred · 55% rule confidence
Package forminstruction with code46 recorded files
Canonical sourceClawHub registryclawhub:chencong501:video-batch-publisher
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/26/2026.claude/skills/video-batch-publisher

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/26/2026.agents/skills/video-batch-publisher

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/26/2026skills/video-batch-publisher

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 @chencong501/video-batch-publisher
clawhub inspect @chencong501/video-batch-publisher --version 1.0.0

Security evidence

SkillVetAI static result: high signal

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
27 / 46 inspected as text
Checked
8/26/2026, 2:00:47 AM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highDynamic code or shell execution is presentscripts/video_publisher/publisher_gui.py:1396 · confidence 78%subprocess.run(['start', '', latest_log], shell=True
1 High/Critical review queue entry
STATIC_DYNAMIC_CODE_EXECUTIONpending
Open human review queue →
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • browser control — automatically inferred
10 dependency and API indicators
  • pypi: pandas
  • pypi: pyyaml
  • pypi: openpyxl
  • pypi: playwright
  • api: channels.weixin.qq.com
  • api: clawhub.ai
  • api: cp.kuaishou.com
  • api: creator.douyin.com
  • api: creator.xiaohongshu.com
  • api: member.bilibili.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/25/2026, 2:52:20 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:c15ad1f1530d7bc7b85a1f05cc644594cd418eb26422218fdbec4bc4e353851f
Show up to 30 recorded paths
  • LICENSE
  • manifest.yaml
  • references/capability-matrix.md
  • references/evaluation.md
  • references/packaging-plan.md
  • references/setup.md
  • screenshots/screenshot-01.png
  • screenshots/screenshot-02.png
  • screenshots/screenshot-03.png
  • screenshots/screenshot-04.png
  • screenshots/screenshot-05.png
  • screenshots/screenshot-06.png
  • scripts/video_publisher/__pycache__/publisher_gui.cpython-313.pyc
  • scripts/video_publisher/__pycache__/video_publisher.cpython-313.pyc
  • scripts/video_publisher/browser/__init__.py
  • scripts/video_publisher/browser/__pycache__/base_publisher.cpython-313.pyc
  • scripts/video_publisher/browser/__pycache__/bilibili_pub.cpython-313.pyc
  • scripts/video_publisher/browser/__pycache__/browser_singleton.cpython-313.pyc
  • scripts/video_publisher/browser/__pycache__/douyin_pub.cpython-313.pyc
  • scripts/video_publisher/browser/__pycache__/kuaishou_pub.cpython-313.pyc
  • scripts/video_publisher/browser/__pycache__/weixin_pub.cpython-313.pyc
  • scripts/video_publisher/browser/__pycache__/xiaohongshu_pub.cpython-313.pyc
  • scripts/video_publisher/browser/base_publisher.py
  • scripts/video_publisher/browser/bilibili_pub.py
  • scripts/video_publisher/browser/browser_singleton.py
  • scripts/video_publisher/browser/douyin_pub.py
  • scripts/video_publisher/browser/kuaishou_pub.py
  • scripts/video_publisher/browser/weixin_pub.py
  • scripts/video_publisher/browser/xiaohongshu_pub.py
  • scripts/video_publisher/config.example.yaml

Source changelog

video-batch-publisher 1.0.0 - Initial release of a local tool for batch publishing short videos to Douyin, WeChat Channels, Kuaishou, and Bilibili. - Supports reading tasks from Excel, automatic upload, title/description/cover/collection/tag filling, and instant or scheduled publishing by date. - Does not modify your Excel during publishing—results are shown in-app and in logs. - Features GUI and CLI operation, Playwright browser automation (manual login required once per platform), and local data storage only. - Clear documentation for setup, platform coverage, limitations, and support details.