← Back to Skills Marketplace
Video Trimmer Clideo
by
whitejohnk-26
· GitHub ↗
· v1.0.0
· MIT-0
59
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-trimmer-clideo
Description
trim video clips into trimmed video clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators use it for cutting unwanted sec...
Usage Guidance
This skill plausibly does what it says (cloud video trimming) but has inconsistent metadata and asks the agent to create and store tokens and to make automatic network calls. Before installing, consider: 1) Who runs the https://mega-api-prod.nemovideo.ai service and do you trust it? 2) Will the skill write tokens or session IDs to your home config (~/.config/nemovideo/)? Ask the developer to clarify storage location and retention policy. 3) If you prefer control, require that the skill not auto-generate credentials and instead prompt you to provide a token. 4) If possible, run the skill in an environment with restricted outbound network access or review network logs for unexpected activity. If you cannot verify the backend or storage behavior, treat this skill as untrusted.
Capability Analysis
Type: OpenClaw Skill
Name: video-trimmer-clideo
Version: 1.0.0
The skill provides instructions for an AI agent to interface with a cloud-based video editing service at nemovideo.ai. It includes standard procedures for authentication (using NEMO_TOKEN), session management, and API interactions for uploading and trimming videos. The instructions are transparent, follow security best practices (e.g., hiding raw tokens from users), and lack any indicators of data exfiltration, unauthorized execution, or malicious intent.
Capability Assessment
Purpose & Capability
The skill's purpose (trim videos via a cloud backend) matches the described API endpoints and workflows. However, the declared required env/config metadata in the registry is inconsistent with the SKILL.md frontmatter: registry metadata lists no config paths, while the SKILL.md metadata asks for ~/.config/nemovideo/. That mismatch is unexplained and unnecessary for a simple trim workflow.
Instruction Scope
The runtime instructions direct the agent to automatically obtain an anonymous token (POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token) if NEMO_TOKEN is not present, create sessions, upload user files, and persist session IDs. The skill also instructs the agent to suppress showing raw API responses and tokens to users. Automated network calls and credential creation/storage on first use are broader actions than a minimal 'trim on demand' skill and should be explicitly consented to by the user.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which reduces filesystem/injection risk. The skill relies on outbound HTTPS requests to a third-party API domain; this is expected for a cloud service integration.
Credentials
Only a single credential (NEMO_TOKEN) is declared, which is proportionate. However, SKILL.md both treats NEMO_TOKEN as required and provides a fallback to generate an anonymous token automatically. That contradiction (declared required vs. on-the-fly creation) is unclear and could lead to unexpected credential storage or lateral use of automatically created tokens.
Persistence & Privilege
The skill instructs storing session_id for subsequent requests and the frontmatter references a user config path (~/.config/nemovideo/). Although always:false and not requesting system-wide privileges, writing to a per-user config directory and persisting tokens/session IDs increases persistence and the blast radius of any misuse. The skill does not explain exactly how/where long-lived credentials are stored or rotated.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-trimmer-clideo - After installation, invoke the skill by name or use
/video-trimmer-clideo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Video Trimmer Clideo — trim and export video clips easily.
- Supports video trimming for MP4, MOV, AVI, WebM files up to 500MB.
- Uses cloud GPUs for fast processing (20–40 seconds typically), exporting clips as 1080p MP4 by default.
- Handles user authentication with a free NEMO_TOKEN (100 free credits).
- Provides clear workflows for upload, editing (trim, cut), preview, and export.
- Robust error handling with user-friendly messages for unsupported files, token issues, rate limits, and plan restrictions.
Metadata
Frequently Asked Questions
What is Video Trimmer Clideo?
trim video clips into trimmed video clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. content creators use it for cutting unwanted sec... It is an AI Agent Skill for Claude Code / OpenClaw, with 59 downloads so far.
How do I install Video Trimmer Clideo?
Run "/install video-trimmer-clideo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Trimmer Clideo free?
Yes, Video Trimmer Clideo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Trimmer Clideo support?
Video Trimmer Clideo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Trimmer Clideo?
It is built and maintained by whitejohnk-26 (@whitejohnk-26); the current version is v1.0.0.
More Skills