← 返回
未分类 Key 中文

WeryAI video tool — anime replace

Replace or move an element in an existing HTTPS video with WeryAI anime-style processing (video-anime-replace). Use when the user wants anime-style object re...
使用WeryAI动漫风格处理替换或移动现有HTTPS视频中的元素(video-anime-replace)。适用于用户希望以动漫风格对视频中的对象进行替换或重新定位的场景。
zoucdr zoucdr 来源
未分类 clawhub v1.0.2 1 版本 100000 Key: 需要
★ 0
Stars
📥 398
下载
💾 1
安装
1
版本
#latest

概述

WeryAI video tool — anime replace

This skill is self-contained: it documents and runs only the anime-replace workflow on an existing video given by URL. It is not text-to-video or image-to-video generation from scratch.

Entry script: scripts/video_anime_replace.js (alongside this SKILL.md).

Runtime: WERYAI_API_KEY, Node.js 18+.

Inputs: video_url and image_url must be public https:// URLs. This script does not read local files and does not perform upload-file flows.

What this package ships (verify before trust)

Canonical layout for this skill only:

  • SKILL.md, eval.yaml
  • scripts/video_anime_replace.js (the only runnable script in scope)

If your copy also contains scripts/video_gen.js, scripts/video_toolkits.js, references/WERYAI_VIDEO_API.md, or other CLIs, those files are not part of this skill’s contract — they may come from another repo sync or an over-broad install. Do not run them when you only want anime-replace; remove them or reinstall from a clean source. Inspect what you run: node scripts/video_anime_replace.js spec.

Other tools (multi-endpoint CLIs, local-file upload to growth/upload-file APIs, extra environment variables in those CLIs) are out of scope for this package. This skill’s script uses only WERYAI_API_KEY and public https:// URLs.

API surface (this tool only)

  • Required: video_url, image_url (public https:// URLs)
  • Optional: type (move | replace), resolution (480p | 580p | 720p)
  • Defaults: type=replace, resolution=720p

From this skill root, run node scripts/video_anime_replace.js spec to print the full tool schema (endpoint, required fields, defaults, enums) as JSON.

Pre-submit gate (mandatory)

Do not run submit / wait until the user explicitly confirms URLs and non-default type / resolution. Paid runs are not idempotent.

Workflow

Prefer --dry-run to validate JSON. Use wait to submit and poll until the task finishes; use submit only when the user wants a task_id without blocking, then status for later checks. Share final URLs as Markdown links Video.

CLI

From this skill root:

node scripts/video_anime_replace.js wait \
  --json '{"video_url":"https://example.com/video.mp4","image_url":"https://example.com/ref.jpg"}'

node scripts/video_anime_replace.js submit \
  --json '{"video_url":"https://example.com/video.mp4","image_url":"https://example.com/ref.jpg","type":"replace","resolution":"720p"}'

node scripts/video_anime_replace.js status --task-id <task-id>

Dry-run:

node scripts/video_anime_replace.js wait \
  --json '{"video_url":"https://example.com/video.mp4","image_url":"https://example.com/ref.jpg"}' \
  --dry-run

Security

Never write WERYAI_API_KEY into files. Keep only WERYAI_API_KEY set for this workflow; do not rely on undocumented env vars in sibling scripts if any were mistakenly present. The in-scope script reads only WERYAI_API_KEY (no other env keys). video_anime_replace.js accepts only https:// media URLs (no disk read / no upload-file). Base URL and poll intervals are constants in the script, not env-driven.

Do not pass local filesystem paths or run tools that accept them unless you have explicitly reviewed and consented to their upload behavior — that is never required for this skill.

Out of scope

  • Any other WeryAI video-tool endpoints (subtitle, upscale, extend, face change, etc.)
  • Text-to-video or image-to-video from scratch

References

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-31 05:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

If you vanished today (quiet home → feed moves on)

zoucdr
制作垂直缺席短片:寂静家中、手机停滞、动态推进、苦乐参半的特写,配有英文计时字幕(WeryAI)。适用于忧郁氛围。
★ 0 📥 497
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 216 📥 46,515
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 329 📥 92,850