Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计通过

video-enhancer视频增强器

Agent Skill

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

总安装

8,952

周安装

373

GitHub Stars

2

下载量

2,984
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install video-enhancer

简介

基于云的视频增强技能,可提升本地视频画质与效果。

  • 适用于视频后期处理、素材优化及动画合成项目。
  • 上传本地视频文件,系统自动进行 AI 增强后下载结果。
  • 支持多种分辨率与格式,需确认版权授权与内容合规性。
  • 安装方式:通过 clawhub 使用 openclaw skills install video-enhancer 命令。

SKILL.md

name
video-enhancer
description
>
metadata
{"clawdbot":{"emoji":"🎞️","requires":{"bins":["ffmpeg"]},"install":[{"id":"brew","kind":"brew","formula":"ffmpeg","bins":["ffmpeg"],"label":"Install ffmpeg"}]}}

Video Enhancer

Enhance a user-selected local video using Wondershare-hosted cloud processing.

This is a cloud workflow, not a fully local or offline enhancement pipeline.

Use This Skill When

Use this skill when the user wants to:

  • Enhance a blurry or low-quality local video
  • Upscale a local .mp4 or .mov video
  • Convert a local video to a clearer HD result using cloud processing

Do not use this skill when:

  • The user wants a fully local or offline workflow
  • The task is trimming, editing, subtitle work, or format conversion only
  • The input is a remote URL instead of a local file
  • The user does not accept third-party cloud upload

Preconditions

Before running:

  • Confirm the input file exists
  • Confirm the file extension is .mp4 or .mov
  • Confirm ffprobe is available
  • ⚠️ Tell the user this workflow uploads the source file to a third-party cloud service operated by Wondershare
  • ⚠️ Use the skill only after the user accepts cloud processing
  • ⚠️ The file is not sensitive, private, or confidential
  • Enforce these limits:

- If max(width, height) <= 1920, duration must be <= 300 seconds - If max(width, height) > 1920, duration must be <= 60 seconds

  • Refuse the request if any limit fails and explain which limit was exceeded

Privacy and Network Disclosure

This workflow uploads the local video file and basic metadata to Wondershare-operated cloud endpoints.

Uploaded data includes:

  • The source video file
  • Video duration
  • Video width and height
  • File MD5 checksum
  • Computer name and MAC address to generate a non‑reversible SHA‑256 device ID. Raw data is never uploaded or stored, used only for device identification

Network endpoints used by the bundled script:

  • https://filmora-cloud-api-alisz.wondershare.cc/open/v1/resources/upload
  • https://filmora-cloud-api-alisz.wondershare.cc/open/v1/tasks
  • https://filmora-cloud-api-alisz.wondershare.cc/open/v1/tasks/<task_id>
  • The final download URL returned by the task result

Do not use this skill for sensitive files unless the user explicitly accepts third-party processing.

Permissions

This skill requires:

  • Read access only to the user-specified input video file
  • Write access only to the selected output directory, or the input file's parent directory if no output directory is provided
  • Network access to the Wondershare-hosted endpoints listed above
  • Local execution of the fixed ffprobe binary for metadata inspection

This skill must not:

  • Modify the original input file in place
  • Scan directories for other media files
  • Upload any file other than the user-specified input file
  • Write arbitrary files outside the chosen output location

Preferred Execution

Run the script using an absolute path:

python {baseDir}/scripts/video_enhance.py -i "/absolute/path/to/video.mp4" -o "/output/dir"

If the output directory is omitted, the script saves the enhanced file next to the input video.

Workflow

  1. Validate that the input file exists and has a supported extension
  2. Read the local video metadata with ffprobe
  3. Enforce duration and resolution limits
  4. Upload the video file and metadata to the Wondershare cloud API
  5. Submit the enhancement task
  6. Poll until the task succeeds or fails
  7. Download the enhanced result to the output directory
  8. Report the saved file path to the user

Input and Output

Input:

  • Local video path
  • Optional output directory

Output:

  • Enhanced video saved to disk
  • Filename pattern:
<input_stem>_hd_YYYYMMDD_HHMMSS.<ext>

Supported Formats

Supported input formats:

  • .mp4
  • .mov

Security Notes

  • This is a third-party cloud processing workflow
  • The bundled script invokes only the fixed ffprobe binary with predefined arguments for local metadata inspection
  • The workflow does not require arbitrary shell execution
  • The workflow should use only the declared Wondershare-hosted endpoints and the final HTTPS task result download URL
  • The tool should be treated as unsuitable for sensitive or confidential media

Cloud Processing

  • Videos are uploaded to filmora cloud services for AI enhancement
  • Cloud providers temporarily store videos during processing
  • Enhanced videos are downloaded to local storage
  • Cloud-side data is deleted after processing completes

Troubleshooting

Check that the file exists:

ls -lh "/absolute/path/to/video.mp4"

Check that ffprobe is available:

ffprobe -version

If the task fails:

  • Verify network connectivity
  • Re-run the script and inspect the error output
  • Confirm the file is within the documented duration and format limits

Script Location

Bundled script:

  • {baseDir}/scripts/video_enhance.py

Agent Guidance

  • Always tell the user that the selected local video will be uploaded to a Wondershare-operated third-party cloud service before running the workflow
  • Require explicit user consent in the current conversation before execution
  • Refuse sensitive, private, or confidential videos
  • Keep the response focused on the saved file path, cloud-processing disclosure, and any relevant warnings

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

71.81%
按下载量换算2,143

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install video-enhancer 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills