← Back to Skills Marketplace
Video Editor For Beginners Mac
by
peandrover adam
· GitHub ↗
· v1.0.0
· MIT-0
57
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install video-editor-for-beginners-mac
Description
Turn a 2-minute iPhone recording of a birthday party into 1080p polished edited clips just by typing what you need. Whether it's editing home or hobby videos...
Usage Guidance
This skill looks like a legitimate cloud-based video editor, but verify a few things before enabling it:
- Confirm the config-path mismatch: SKILL.md mentions ~/.config/nemovideo/ while the registry metadata says none — ask the author whether the skill will read that directory and why. Reading that path could expose local config or credentials.
- Understand token handling: the skill will POST to https://mega-api-prod.nemovideo.ai to obtain anonymous tokens if NEMO_TOKEN is absent. Ask where the returned token and session_id are stored (in-memory only, written to disk, or set as environment variables). Prefer in-memory/session storage and short TTLs.
- Privacy: using the skill uploads your raw videos to an external service. If videos contain sensitive content, do not upload until you verify the service's privacy policy and data retention practices.
- Attribution headers: the skill requires X-Skill-Source/Version/Platform headers derived from its frontmatter and install path — confirm whether auto-detecting/install-path inspection exposes any local metadata you do not want shared.
- Domain verification: review the API domain (mega-api-prod.nemovideo.ai) and, if possible, validate the service operator. If you need stronger assurance, request hosted documentation or a homepage/source repository.
If the author can clarify the config path usage, token storage policy, and data retention/privacy terms, the inconsistencies would likely be resolved and confidence could be raised.
Capability Analysis
Type: OpenClaw Skill
Name: video-editor-for-beginners-mac
Version: 1.0.0
The skill automates video editing via a remote backend (mega-api-prod.nemovideo.ai), requiring the agent to perform automated network requests and upload user files. While these actions are aligned with the stated purpose, they constitute high-risk capabilities; furthermore, SKILL.md explicitly instructs the agent to hide raw API responses and authentication tokens from the user and to perform environment discovery by detecting the installation platform from the local path. These behaviors, combined with the automated acquisition of 'anonymous' tokens and the exfiltration of user media to a third-party service, meet the threshold for a suspicious classification.
Capability Assessment
Purpose & Capability
The name/description (cloud video editing) align with the runtime instructions (upload clips, remote rendering, download URL). Requested primary credential (NEMO_TOKEN) is appropriate for a remote rendering service. However, SKILL.md frontmatter declares a required config path (~/.config/nemovideo/) while the registry metadata lists no required config paths — this mismatch is unexplained and worth clarifying.
Instruction Scope
Instructions are scoped to creating/using an API token, creating a session, uploading files, streaming SSE, polling render status, and returning download URLs — all expected for a cloud editor. They instruct the agent to auto-generate an anonymous token if none is present and to 'store the returned session_id' without specifying storage boundaries. The document also requires detecting an install path/platform for an attribution header (X-Skill-Platform), which implies the agent may inspect its environment/install location. These behaviors are plausible but should be explicit (where tokens/session IDs are stored, what local paths are read).
Install Mechanism
Instruction-only skill with no install spec and no code files. Lowest install risk — nothing is written by an installer step. All runtime risk comes from network calls described in SKILL.md.
Credentials
Only NEMO_TOKEN is declared as required, which fits the service. But SKILL.md's frontmatter declares a config path (~/.config/nemovideo/) that was not listed in the registry's requirements — this is an inconsistency. The skill also instructs generating and using anonymous tokens (POST to https://mega-api-prod.nemovideo.ai) and says to 'store' tokens/session IDs; it's unclear whether this implies writing to disk or setting environment variables. Confirming where sensitive tokens are kept and whether the skill will read ~/.config/nemovideo/ or other local files is important.
Persistence & Privilege
The skill is not always:true and does not request elevated platform privileges. Autonomous invocation is allowed (default) but not unusual. There is no explicit instruction to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-editor-for-beginners-mac - After installation, invoke the skill by name or use
/video-editor-for-beginners-mac - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Cloud-powered, beginner-friendly video editing for Mac.
- Upload raw video clips and describe your desired edits in plain language—no timeline or export settings required.
- Supports fast, server-side editing (1080p MP4) with turnaround in 1–2 minutes for short videos.
- Automatic token/session setup with 100 free credits; clear error handling and progress updates.
- Actions for editing, upload, export, credits, and state are recognized by natural language prompts.
- Supports major video/audio/image formats and common beginner workflows.
Metadata
Frequently Asked Questions
What is Video Editor For Beginners Mac?
Turn a 2-minute iPhone recording of a birthday party into 1080p polished edited clips just by typing what you need. Whether it's editing home or hobby videos... It is an AI Agent Skill for Claude Code / OpenClaw, with 57 downloads so far.
How do I install Video Editor For Beginners Mac?
Run "/install video-editor-for-beginners-mac" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Editor For Beginners Mac free?
Yes, Video Editor For Beginners Mac is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Editor For Beginners Mac support?
Video Editor For Beginners Mac is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Editor For Beginners Mac?
It is built and maintained by peandrover adam (@peand-rover); the current version is v1.0.0.
More Skills