Creator Video Resizer

v1.0.0

Resize video outputs for social, ecommerce, ads, and platform uploads without stretching the subject or breaking compatibility. Use when a video needs new di...

0· 149·0 current·0 all-time
byLeroyCreates@leooooooow

Install

OpenClaw Prompt Flow

Install with OpenClaw

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

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Creator Video Resizer" (leooooooow/creator-video-resizer) from ClawHub.
Skill page: https://clawhub.ai/leooooooow/creator-video-resizer
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 creator-video-resizer

ClawHub CLI

Package manager switcher

npx clawhub@latest install creator-video-resizer
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name, description, and instructions consistently describe a video-resizing assistant. One minor mismatch: the skill never declares required binaries (e.g., ffmpeg) or an external service even though practical resizing usually requires a tool or service. This is plausible for an instruction-only skill (it may assume the agent environment provides the tools), but the omission is noteworthy.
Instruction Scope
SKILL.md is high-level and stays within the expected scope: clarifying targets, choosing scale/crop/pad, preserving priority areas, and producing notes and templates. It only references the source video file and expected outputs — it does not instruct reading unrelated files, environment variables, or sending data to external endpoints.
Install Mechanism
There is no install spec and no code files; nothing will be written to disk. This is the lowest-risk model for skills and is consistent with an instruction-only helper.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated purpose. The only resource implied is access to the source video file, which is appropriate.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent privileges or modify other skills or system settings.
Assessment
This appears coherent and low-risk, but before installing check two practical points: (1) confirm how video processing will actually run — does your agent environment have ffmpeg or a service the skill will use? The skill doesn't declare that dependency, so you may need to supply it. (2) confirm where source videos live and whether the agent will upload them anywhere — the skill assumes access to the source file but does not specify any external upload; if you must keep video content private, ensure the agent/runtime will not transmit files to external services. If the maintainer adds runtime commands or an install script later, re-check for unexpected network endpoints or credential requests.

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

latestvk9783ntpq6hyf506nm0byxyt0s83beyq
149downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Video Resizer

Resize videos for the platform they actually need to fit.

Problem it solves

One video rarely fits every platform. Teams need the same source adapted for vertical short-form, square ads, storefront slots, review links, and lightweight previews. This skill turns one source into correctly sized outputs without careless stretching or amateur-looking results.

Use when

  • A video needs to fit TikTok, Reels, Shorts, Shopify, Amazon, PDP, ads, or internal review formats
  • A user needs 9:16, 1:1, 4:5, 16:9, or platform-specific dimensions
  • A team wants quick resized variants from one source

Do not use when

  • The user needs intelligent reframing of moving subjects beyond simple resize/crop strategy
  • The source composition is fundamentally wrong and needs manual editing

Inputs

  • Source video file
  • Target aspect ratio or platform
  • Whether to pad, crop, or scale to fit
  • Optional output resolution and file size constraints
  • Priority area to preserve: face, product, subtitles, or full frame

Workflow

  1. Clarify the target platform and dimension requirement.
  2. Decide whether scale, pad, or crop is the right strategy.
  3. Preserve the most important visual area.
  4. Export one or multiple platform-ready sizes.
  5. Explain any framing tradeoffs.

Output

Return:

  1. Chosen resize strategy
  2. Output dimensions
  3. Framing notes
  4. Compatibility notes
  5. Optional additional recommended sizes

Quality bar

  • Never stretch people or products unnaturally
  • Preserve readable text whenever possible
  • Prefer platform-safe dimensions over custom vanity sizes
  • Make crop vs pad tradeoffs obvious

Resource

See references/output-template.md.

Comments

Loading comments...