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· 88·0 current·0 all-time
byLeroyCreates@leooooooow
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments