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

zerocut-cli-toolszerocut CLI tools 文档

Agent Skill

zerocut-cli-tools 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,388

周安装

296

GitHub Stars

公开资料未说明

下载量

2,392
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install zerocut-cli-tools

简介

使用 ZeroCut CLI 媒体和文档工具。当用户需要生成媒体、运行 ffmpeg/pandoc、同步资源或保存输出时调用。

SKILL.md

name
zerocut-cli-tools
description
Use ZeroCut CLI media and document tools. Invoke when user needs generate media, run ffmpeg/pandoc, sync resources, or save outputs.

ZeroCut CLI Tools

Purpose

This skill provides a single reference for using ZeroCut CLI commands:

  • image generation
  • video generation
  • music generation
  • text-to-speech
  • ffmpeg sandbox execution
  • pandoc sandbox execution

When To Invoke

Invoke this skill when the user asks to:

  • generate image, video, music, or speech audio
  • run ffmpeg or ffprobe command in sandbox
  • run pandoc conversion in sandbox
  • sync local/remote resources into sandbox
  • save generated results to local output files

Command Reference

image

Default action: create

zerocut image --prompt "a cat on a bike" --output out.png
zerocut image create --prompt "a cat on a bike" --model seedream-5l --aspectRatio 1:1 --resolution 1K --refs ref1.png,ref2.jpg --output out.png

Options:

  • --prompt <prompt> required
  • --model <model>
  • --aspectRatio <ratio>
  • --resolution <resolution>
  • --refs <refs> comma-separated local paths or URLs
  • --output <file> save generated file

video

Default action: create

zerocut video --prompt "city night drive" --video vidu --duration 8 --output out.mp4
zerocut video create --prompt "city night drive" --video vidu --aspectRatio 1:1 --refs ref1.png,ref2.png --output out.mp4

Options:

  • --prompt <prompt> required
  • --video <model>
  • --duration <seconds>
  • --seed <seed>
  • --firstFrame <image>
  • --lastFrame <image>
  • --refs <assets>
  • --resolution <resolution>
  • --aspectRatio <ratio>
  • --withAudio
  • --optimizeCameraMotion
  • --output <file>

music

Default action: create

zerocut music --prompt "lofi beat" --output music.mp3
zerocut music create --prompt "lofi beat" --output music.mp3

Options:

  • --prompt <prompt> required
  • --output <file>

tts

Default action: create

zerocut tts --text "你好,欢迎使用 ZeroCut" --voiceId voice_xxx --output speech.mp3
zerocut tts create --prompt "calm tone" --text "Hello world" --voiceId voice_xxx --output speech.mp3

Options:

  • --prompt <prompt>
  • --text <text> required
  • --voiceId <voiceId>
  • --output <file>

ffmpeg

zerocut ffmpeg --args -i input.mp4 -vn output.mp3 --resources input.mp4
zerocut ffmpeg --args -i input.mp4 -vf scale=1280:720 output.mp4 --resources input.mp4

Options:

  • --args <args...> required, arguments appended after ffmpeg
  • --resources <resources...> optional, files/URLs to sync into sandbox materials

Behavior:

  • command is validated to only allow ffmpeg or ffprobe
  • for ffmpeg, -y is auto-injected when absent
  • output file is auto-downloaded from sandbox to local current directory

pandoc

zerocut pandoc --args input.md -o output.pdf --resources input.md
zerocut pandoc --args input.md --output=output.docx --resources input.md template.docx

Options:

  • --args <args...> required, arguments appended after pandoc
  • --resources <resources...> optional, files/URLs to sync into sandbox materials

Behavior:

  • command is validated to only allow pandoc
  • output file must be specified in args with -o, --output, or --output=...
  • output file is auto-downloaded from sandbox to local current directory

Output And Sync Rules

  • Media URLs from generation are synced to TOS when available.
  • --output saves files to an absolute path resolved from current working directory.
  • Missing parent directories for --output are created automatically.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.22%
按下载量换算2,134

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills