← Back to Skills Marketplace
Shorts Repurposer
by
whitejohnk-26
· GitHub ↗
· v1.0.0
· MIT-0
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shorts-repurposer
Description
Get vertical short clips ready to post, without touching a single slider. Upload your long-form videos (MP4, MOV, AVI, WebM, up to 500MB), say something like...
Usage Guidance
This skill will upload any video you provide to a third-party cloud service (mega-api-prod.nemovideo.ai) for processing and will use a NEMO_TOKEN (either one you provide or a short-lived anonymous token obtained from the service). Before installing/using it: 1) Do not upload sensitive or private videos unless you trust the service/privacy policy. 2) If you must use a token, prefer a scoped/ephemeral token rather than a long-lived personal credential. 3) Note the metadata mismatch: the frontmatter mentions ~/.config/nemovideo/ while the registry summary did not; confirm what local config (if any) the skill will try to read. 4) Because the skill's source/homepage are unknown, consider verifying the nemovideo domain and service independently (privacy, terms, data retention) or contacting the provider before sending production or private content.
Capability Analysis
Type: OpenClaw Skill
Name: shorts-repurposer
Version: 1.0.0
The 'shorts-repurposer' skill is a legitimate integration for the NemoVideo AI cloud service, designed to automate video editing tasks. It provides clear instructions for the agent to manage authentication via the 'NEMO_TOKEN' or an anonymous token endpoint, handle file uploads, and process video rendering through a documented API (mega-api-prod.nemovideo.ai). While it includes logic for the agent to identify its installation environment for telemetry headers, it lacks any indicators of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description (convert long videos into vertical shorts) matches the actions the SKILL.md describes: creating a session, uploading videos, requesting renders, and returning download URLs. Requesting a NEMO_TOKEN and reading a nemovideo config path is coherent for a cloud video processing service. Note: the registry metadata at the top of the report listed no required config paths, but the SKILL.md frontmatter declares a configPaths entry (~/.config/nemovideo/); this is an internal inconsistency in the skill metadata but does not contradict the stated purpose.
Instruction Scope
All instructions are tightly scoped to interacting with the nemovideo backend (auth, session creation, SSE, upload, export, state/credits endpoints). The skill will upload user-provided videos and poll for render status — this is expected behavior. The skill also instructs the agent to detect its install path and read the skill's YAML frontmatter to populate attribution headers; this is reasonable for header population but does require reading the skill file and checking common install directories. Important: user videos and metadata are transmitted to an external domain (mega-api-prod.nemovideo.ai). The instructions explicitly say to avoid exposing tokens in UI output.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. That is the lowest-risk install pattern.
Credentials
The only required environment credential is NEMO_TOKEN (declared as primaryEnv) which is proportionate: the API requires Bearer auth. The skill also supports creating a short-lived anonymous token via an API call if NEMO_TOKEN is not present. No other unrelated secrets or credentials are requested.
Persistence & Privilege
The skill does not request 'always: true' and has no install-time persistence. It creates sessions on the remote service for render jobs (normal for this functionality) but does not request system-wide privileges or to modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shorts-repurposer - After installation, invoke the skill by name or use
/shorts-repurposer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Shorts Repurposer 1.0.0 — Initial Release
- Instantly converts long-form videos into vertical shorts (under 60 seconds, with captions) and exports 1080p MP4 clips.
- Simple upload process: supports MP4, MOV, AVI, WebM files up to 500MB.
- Automatic session setup with cloud processing—no manual API interaction required.
- Robust prompt-action matching covers cuts, exports, credits status, and timeline edits.
- Streamlined cloud render pipeline: jobs run on GPU, most videos ready to download in 1–2 minutes.
- Error handling and status indicators make the workflow clear and resilient.
Metadata
Frequently Asked Questions
What is Shorts Repurposer?
Get vertical short clips ready to post, without touching a single slider. Upload your long-form videos (MP4, MOV, AVI, WebM, up to 500MB), say something like... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Shorts Repurposer?
Run "/install shorts-repurposer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shorts Repurposer free?
Yes, Shorts Repurposer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shorts Repurposer support?
Shorts Repurposer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shorts Repurposer?
It is built and maintained by whitejohnk-26 (@whitejohnk-26); the current version is v1.0.0.
More Skills