← Back to Skills Marketplace
85
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install video-archive-workflow
Description
Video download, metadata extraction, deduplication, subtitle handling, and archive organization for URLs from YouTube/Shorts, Xiaohongshu, Bilibili, and X/Tw...
Usage Guidance
This skill's instructions clearly expect yt-dlp (for JSON metadata) and a tool for lossless container conversion (e.g., ffmpeg), plus the ability to download files and write archives to disk — but the metadata declares no required binaries, no install steps, and no archive destination. Before installing or enabling this skill, ask the publisher to: (1) explicitly list required binaries (yt-dlp, ffmpeg or equivalent) and their trusted install sources; (2) declare where archive files will be written (a configured archive root path or env var) and what filesystem permissions are needed; (3) clarify whether network access is required and what endpoints will be contacted; and (4) confirm that the agent will prompt before downloading/writing files (the SKILL.md says to download only when asked — verify this behavior). If you cannot get those clarifications, treat the skill as risky: ensure the agent runs in a sandbox with limited filesystem and network permissions, or do not enable autonomous invocation for this skill.
Capability Analysis
Type: OpenClaw Skill
Name: video-archive-workflow
Version: 1.0.0
The skill bundle describes a standard video archiving workflow using yt-dlp to extract metadata and download content from platforms like YouTube, Bilibili, and X/Twitter. The instructions in SKILL.md and references/field-schema.md focus on data normalization, deduplication, and file organization, including safety checks that require user confirmation for ambiguous cases or file conflicts.
Capability Assessment
Purpose & Capability
The SKILL.md repeatedly cites yt-dlp as the source of truth and describes lossless container conversion (implying ffmpeg or equivalent) and page scraping for tags. However the registry metadata lists no required binaries, no install spec, and no required config paths (e.g., archive root). A video-archiving workflow would legitimately need explicit binaries and a destination path; the omission is incoherent.
Instruction Scope
Instructions remain narrowly focused on parsing URLs, extracting metadata, dedupe logic, tagging, and file/archive handling. They do not ask to read unrelated system files or secret env vars. However they instruct downloading files, converting containers, embedding subtitles, and parsing page HTML — operations that involve network access and filesystem writes and should have explicit guardrails (where to write, permission model, and which tools to run).
Install Mechanism
There is no install specification (instruction-only), which minimizes direct supply-chain risk. But because the workflow depends on external CLI tools/utilities (yt-dlp, ffmpeg or similar) and possibly HTML fetching libraries, the lack of declared install steps or trusted sources is an omission that leaves unclear which binaries will be used and from where.
Credentials
The skill requests no environment variables or credentials, which is proportional given the stated purpose. That said, it also omits any required config (e.g., archive root path, access/permission guidance), which reduces transparency about where files will be stored and what filesystem access is required.
Persistence & Privilege
The skill is not set to always:true and does not declare any persistent privilege. Autonomous invocation is allowed (platform default) but there is no additional persistent presence requested by the skill itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-archive-workflow - After installation, invoke the skill by name or use
/video-archive-workflow - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial workflow for video URL parsing, dedupe, metadata mapping, and archive rules
Metadata
Frequently Asked Questions
What is Video Archive Workflow?
Video download, metadata extraction, deduplication, subtitle handling, and archive organization for URLs from YouTube/Shorts, Xiaohongshu, Bilibili, and X/Tw... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Video Archive Workflow?
Run "/install video-archive-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Archive Workflow free?
Yes, Video Archive Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Archive Workflow support?
Video Archive Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Archive Workflow?
It is built and maintained by feiernk (@feiernk); the current version is v1.0.0.
More Skills