Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计提醒

video-archive-workflow视频存档工作流程

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

2,521

周安装

101

GitHub Stars

公开资料未说明

下载量

816
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:video-archive-workflow(视频存档工作流程)
来源仓库:https://github.com/feiernk/video-archive-workflow
安装命令:
openclaw skills install video-archive-workflow
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install video-archive-workflow

简介

用于批量下载与归档 YouTube/Shorts、小红书等平台视频。

  • 支持元数据提取、去重、字幕处理与结构化存储。
  • 适合媒体资产管理与历史资料整理应用场景。
  • 需确认目标网站反爬机制与授权协议允许抓取行为。
  • 建议定期清理重复文件以保持存储效率。video-archive-workflow 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
video-archive-workflow
description
Video download, metadata extraction, deduplication, subtitle handling, and archive organization for URLs from YouTube/Shorts, Xiaohongshu, Bilibili, and X/Twitter. Use when the user wants to inspect, classify, dedupe, or build a downloadable/archiveable video record from a URL, including sheet field mapping and folder organization.

Video Archive Workflow

Overview

Use this skill to turn a video URL into a normalized record for a sheet and archive system. Prefer deterministic metadata from yt-dlp, parse tags from page text when needed, and keep the workflow moving with safe defaults unless a hard stop rule applies.

Core workflow

  1. Parse the input URL.
  2. Identify platform, video_id, and video_type.
  3. Check dedupe by video_id only.
  4. Extract metadata from yt-dlp JSON first.
  5. Clean title, description, and tags.
  6. Resolve uploader and target folder.
  7. Download or archive only when asked.
  8. Write sheet fields in the required order.

Use the reference

See references/field-schema.md for the exact sheet field order, tagging rules, and platform-specific normalization rules.

URL parsing rules

  • Identify platform from hostname.
  • Extract video_id from the platform’s native identifier.
  • Set video_type by platform convention when possible.
  • If video_type parsing fails, default to normal and continue.
  • Do not block the workflow for an unknown type.
  • If the URL does not point to a video, stop and report that no video record can be filled.

Dedupe rules

  • Use video_id only for dedupe.
  • If a matching record exists, show a brief summary of the existing video and wait for user confirmation before proceeding.
  • Do not require platform for dedupe.
  • Do not auto-skip on an uncertain match.

Metadata rules

  • Prefer yt-dlp -j or --dump-single-json as the source of truth.
  • Save the cleaned metadata fields into the sheet.
  • Leave unknown or empty fields blank.
  • Do not write placeholder text such as (empty).
  • Do not write raw JSON paths, download status, or command history into the sheet.

Tag rules

  • Extract tags from title and description first.
  • Strip tags from title and description before writing them.
  • Do not translate text.
  • Keep the first-seen order.
  • Remove duplicates.
  • Output tags as a space-separated string in the sheet.
  • For Bilibili, also parse page tags from tag-link text when title/description tags are missing or incomplete.
  • For X/Twitter, use the tweet text if available; if the item is not a video, stop.

Uploader and folder rules

  • Use the uploader display name for the folder name.
  • If uploader cannot be resolved, stop and ask the user before continuing.
  • Do not fall back silently to uploader_id for folder naming.
  • For Xiaohongshu, set uploader_id to the displayed Xiaohongshu number when available.
  • For multi-uploader cases, keep uploader and uploader_id as comma-separated values in order.
  • Use the first uploader as the folder root.
  • Sanitize folder names to remove illegal filesystem characters.

Archive rules

  • Keep the original filename style.
  • If the source container is mp4, archive to mkv with lossless conversion.
  • Keep the source file as 原名_source.mkv.
  • Save the archived file with the original base name in the archive container.
  • If a filename conflict exists, stop and ask the user what to do.
  • Use the uploader folder directly under the main archive root unless the user asks for deeper nesting.

Subtitle rules

  • Download and embed subtitles only when subtitles exist.
  • Skip silently when subtitles do not exist.
  • Record subtitle language availability in metadata.
  • Do not repeat subtitle presence in the remarks field.

Field formatting rules

  • Use Beijing time implicitly; do not label it.
  • Format upload date as YYYY-MM-DD.
  • Keep source container as the container field.
  • Keep resolution in the format returned by yt-dlp when possible.
  • Use units in field names where required: , MB, fps, kbps.

Stop rules

Stop and ask the user when:

  • uploader cannot be resolved
  • the URL is not a video
  • a filename conflict needs a decision
  • the metadata is ambiguous enough to affect folder placement or dedupe

Output style

Return only the fields the user asked for when they request a sheet preview. Keep it concise and do not add extra narrative unless the workflow is blocked.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.22%
按下载量换算777

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills