← Back to Skills Marketplace
Video Trimmer Google
by
vynbosserman65
· GitHub ↗
· v1.0.0
· MIT-0
56
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-trimmer-google
Description
trim video clips into trimmed video clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. casual users and content creators use it for cut...
Usage Guidance
This skill appears to do what it says: it uploads videos to a nemovideo.ai backend for cloud trimming and returns download URLs. Before installing or using: (1) Confirm you trust the domain mega-api-prod.nemovideo.ai and review that service's privacy/retention policy — any uploaded video (potentially sensitive) will be sent to that backend. (2) Decide whether you want to supply your own NEMO_TOKEN (gives you control) or allow the skill to obtain an anonymous token; the SKILL.md is ambiguous about where/if tokens and session_ids are persisted (it references a config path). Ask the platform how/where the token/session is stored and whether it is saved to disk or environment, and whether logs include API responses. (3) Be aware the skill reads a couple of home directories to set an X-Skill-Platform header — this reveals installed-skill locations and is a minor privacy leak. (4) Avoid uploading videos you consider highly sensitive until you confirm the backend's handling of data. If you need higher assurance, request explicit documentation from the skill author about token persistence and data retention.
Capability Analysis
Type: OpenClaw Skill
Name: video-trimmer-google
Version: 1.0.0
The video-trimmer-google skill is a functional integration for a video processing service hosted at nemovideo.ai. The SKILL.md file provides the AI agent with clear instructions for managing authentication via anonymous tokens, handling sessions, and executing video upload and export workflows. While the skill uses a deceptive name ('Video Trimmer Google') and performs minor environment sniffing to determine its installation platform (e.g., checking for ~/.cursor/skills/), these actions are aligned with its stated purpose of providing a video editing service and do not exhibit malicious intent such as data exfiltration or unauthorized command execution.
Capability Assessment
Purpose & Capability
The skill is a cloud video trimming front-end and requires a single service credential (NEMO_TOKEN) and talks to nemovideo.ai endpoints — this aligns with the stated functionality. Declared config path (~/.config/nemovideo/) and session handling are consistent with a remote service client.
Instruction Scope
Runtime instructions are focused on the nemovideo.ai API (session creation, upload, SSE, render polling). The skill tells the agent to upload user videos (multipart file uploads or URLs) and to read/store session_id and use the NEMO_TOKEN. It also instructs detecting install paths (~/.clawhub, ~/.cursor/skills/) to set an X-Skill-Platform header — this requires reading other directories in the user home and is a modest privacy concern but not obviously malicious. The SKILL.md does not instruct the agent to read arbitrary system files beyond these paths.
Install Mechanism
Instruction-only skill with no install spec and no code files; this is the lowest-risk install model (nothing is downloaded or written by an installer step).
Credentials
Only NEMO_TOKEN is required, which is appropriate for a third‑party video processing service. The instructions will generate an anonymous token if none is present; it's unclear whether that token or the session_id is persisted to disk (metadata references a config path). That ambiguity affects where credentials are stored and for how long (anonymous tokens are valid for 7 days per the text).
Persistence & Privilege
Skill is not always:true and does not request elevated system privileges. It may store session state or tokens for later requests (expected), but it does not instruct modifying other skills or system-wide configs. The instructions mention that render jobs can be orphaned if the client closes the tab — normal for remote async jobs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-trimmer-google - After installation, invoke the skill by name or use
/video-trimmer-google - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Video Trimmer Google with support for trimming and exporting video clips in the browser.
- Works with MP4, MOV, AVI, and WebM files up to 500MB; delivers 1080p MP4 outputs within 20–40 seconds for short clips.
- Handles authentication automatically and guides users through uploading, editing, and downloading videos.
- Includes credit balance checking, job/session management, and workflow tips for casual users and content creators.
- Supports trimming, timeline editing, adding overlays, and exporting with clear session-based API calls.
Metadata
Frequently Asked Questions
What is Video Trimmer Google?
trim video clips into trimmed video clips with this skill. Works with MP4, MOV, AVI, WebM files up to 500MB. casual users and content creators use it for cut... It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Video Trimmer Google?
Run "/install video-trimmer-google" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Trimmer Google free?
Yes, Video Trimmer Google is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Trimmer Google support?
Video Trimmer Google is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Trimmer Google?
It is built and maintained by vynbosserman65 (@vynbosserman65); the current version is v1.0.0.
More Skills