V2V

v1.0.0

Placeholder skill for video-to-video workflows on skills.video. Use when the user is asking about v2v generation and the concrete API contract has not been i...

0· 134·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for skills-video/v2v.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "V2V" (skills-video/v2v) from ClawHub.
Skill page: https://clawhub.ai/skills-video/v2v
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install v2v

ClawHub CLI

Package manager switcher

npx clawhub@latest install v2v
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim a placeholder v2v workflow. The skill requires no binaries, env vars, or config paths — appropriate for a placeholder/instruction-only skill.
Instruction Scope
Runtime guidance is limited and scoped: tell the user it's a placeholder, check provider docs/OpenAPI for concrete API contracts, avoid inventing request fields, and ask for model/endpoint only when necessary. It does not instruct reading unrelated files or exfiltrating secrets.
Install Mechanism
No install spec and no code files — lowest risk. Nothing will be written to disk or installed.
Credentials
No environment variables, credentials, or config paths are requested. Nothing disproportionate to a placeholder skill is required.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation settings. It does not request persistent system presence or modify other skills or system-wide settings.
Assessment
This skill is a safe placeholder: it will explicitly tell users it is not implemented and will look up provider docs/OpenAPI before making requests. There are no install steps or credentials requested now. Before using a future implemented version, verify the actual API endpoints, required environment variables (API keys), and any upload semantics it expects — grant credentials only to a version whose declared env requirements match the documented API contract.

Like a lobster shell, security has layers — review code before you run it.

latestvk975xvgcdr1pqk22dq2g23vj1x83gx82
134downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

v2v

Overview

Use this as a placeholder skill for video-to-video generation on skills.video. This file is intentionally incomplete and should not be treated as a production workflow.

Current status

  • No verified v2v OpenAPI contract has been wired into this skill yet.
  • No default endpoint, payload template, or helper command is defined yet.
  • The skill should surface this limitation clearly instead of guessing request fields.

Temporary behavior

When this skill is invoked before implementation is completed:

  1. Tell the user that v2v is currently a placeholder.
  2. Check whether a model-specific openapi.json or docs page exists for the requested provider/model.
  3. Avoid inventing undocumented video input fields, upload semantics, or edit parameters.
  4. Ask for the exact model or endpoint only if it is necessary to continue.
  5. Once the API contract is confirmed, promote this placeholder into a real workflow similar to video-generation.

Implementation checklist

  • Confirm which providers/models support v2v on skills.video
  • Identify the create endpoint and terminal status flow
  • Document video input format such as URL, file upload, or asset ID
  • Document supported edit controls such as prompt, strength, trim, or style transfer
  • Add request-template extraction steps from OpenAPI
  • Add execution examples and fallback polling behavior if applicable
  • Add runtime error handling guidance

Related skills

  • video-generation: generic video generation flow
  • i2v: image-to-video placeholder flow
  • i2i: image-to-image placeholder flow

Comments

Loading comments...