zerocut-cli-tools

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "zerocut-cli-tools" with this command: npx skills add smartdiana/zerocut-cli-tools

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Web Research Assistant

AI-powered web research assistant that leverages BrowserAct API to supplement restricted web access by searching the internet for additional information. Designed for OpenClaw and Claude Code.

Registry SourceRecently Updated
2.5K3phheng
Coding

Pandoc Convert

Convert documents between 40+ formats using pandoc CLI. Handles Markdown ↔ Word ↔ PDF ↔ HTML ↔ LaTeX ↔ EPUB with smart defaults, professional templates, and comprehensive tooling.

Registry SourceRecently Updated
1.9K1Profile unavailable
Coding

Monitored Ralph Loop

Generate copy-paste bash scripts for Ralph Wiggum/AI agent loops (Codex, Claude Code, OpenCode, Goose). Use when asked for a "Ralph loop", "Ralph Wiggum loop", or an AI loop to plan/build code via PROMPT.md + AGENTS.md, SPECS, and IMPLEMENTATION_PLAN.md, including PLANNING vs BUILDING modes, backpressure, sandboxing, and completion conditions.

Registry SourceRecently Updated
1.3K0endogen
Coding

Forge

Autonomous quality engineering swarm that forges production-ready code through continuous behavioral verification, exhaustive E2E testing, and self-healing fix loops. Combines DDD+ADR+TDD methodology with BDD/Gherkin specifications, 7 quality gates, defect prediction, chaos testing, and cross-context dependency awareness. Architecture-agnostic — works with monoliths, microservices, modular monoliths, and any bounded-context topology.

Registry SourceRecently Updated