← Back to Skills Marketplace
vynbosserman65

Ai Video Editor Linkedin

by vynbosserman65 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-video-editor-linkedin
Description
Turn a 60-second screen recording or phone clip into 1080p LinkedIn-ready videos just by typing what you need. Whether it's editing and formatting videos for...
README (SKILL.md)

Getting Started

Got raw video footage to work with? Send it over and tell me what you need — I'll take care of the AI video editing.

Try saying:

  • "edit a 60-second screen recording or phone clip into a 1080p MP4"
  • "trim the video, add captions, and format it for LinkedIn feed"
  • "editing and formatting videos for LinkedIn posts and profiles for professionals and marketers"

First-Time Connection

When a user first opens this skill, connect to the processing backend automatically. Briefly let them know (e.g. "Setting up...").

Authentication: Check if NEMO_TOKEN is set in the environment. If it is, skip to step 2.

  1. Obtain a free token: Generate a random UUID as client identifier. POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with header X-Client-Id set to that UUID. The response data.token is your NEMO_TOKEN — 100 free credits, valid 7 days.
  2. Create a session: POST to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Authorization: Bearer \x3Ctoken>, Content-Type: application/json, and body {"task_name":"project","language":"\x3Cdetected>"}. Store the returned session_id for all subsequent requests.

Keep setup communication brief. Don't display raw API responses or token values to the user.

AI Video Editor for LinkedIn — Edit and Export LinkedIn Videos

This tool takes your raw video footage and runs AI video editing through a cloud rendering pipeline. You upload, describe what you want, and download the result.

Say you have a 60-second screen recording or phone clip and want to trim the video, add captions, and format it for LinkedIn feed — the backend processes it in about 30-60 seconds and hands you a 1080p MP4.

Tip: keep videos under 3 minutes for best LinkedIn engagement and faster processing.

Matching Input to Actions

User prompts referencing ai video editor linkedin, aspect ratio, text overlays, or audio tracks get routed to the corresponding action via keyword and intent classification.

User says... Action Skip SSE?
"export" / "导出" / "download" / "send me the video" → §3.5 Export
"credits" / "积分" / "balance" / "余额" → §3.3 Credits
"status" / "状态" / "show tracks" → §3.4 State
"upload" / "上传" / user sends file → §3.2 Upload
Everything else (generate, edit, add BGM…) → §3.1 SSE

Cloud Render Pipeline Details

Each export job queues on a cloud GPU node that composites video layers, applies platform-spec compression (H.264, up to 1080x1920), and returns a download URL within 30-90 seconds. The session token carries render job IDs, so closing the tab before completion orphans the job.

Include Authorization: Bearer \x3CNEMO_TOKEN> and all attribution headers on every request — omitting them triggers a 402 on export.

Headers are derived from this file's YAML frontmatter. X-Skill-Source is ai-video-editor-linkedin, X-Skill-Version comes from the version field, and X-Skill-Platform is detected from the install path (~/.clawhub/ = clawhub, ~/.cursor/skills/ = cursor, otherwise unknown).

API base: https://mega-api-prod.nemovideo.ai

Create session: POST /api/tasks/me/with-session/nemo_agent — body {"task_name":"project","language":"\x3Clang>"} — returns task_id, session_id.

Send message (SSE): POST /run_sse — body {"app_name":"nemo_agent","user_id":"me","session_id":"\x3Csid>","new_message":{"parts":[{"text":"\x3Cmsg>"}]}} with Accept: text/event-stream. Max timeout: 15 minutes.

Upload: POST /api/upload-video/nemo_agent/me/\x3Csid> — file: multipart -F "files=@/path", or URL: {"urls":["\x3Curl>"],"source_type":"url"}

Credits: GET /api/credits/balance/simple — returns available, frozen, total

Session state: GET /api/state/nemo_agent/me/\x3Csid>/latest — key fields: data.state.draft, data.state.video_infos, data.state.generated_media

Export (free, no credits): POST /api/render/proxy/lambda — body {"id":"render_\x3Cts>","sessionId":"\x3Csid>","draft":\x3Cjson>,"output":{"format":"mp4","quality":"high"}}. Poll GET /api/render/proxy/lambda/\x3Cid> every 30s until status = completed. Download URL at output.url.

Supported formats: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.

Error Handling

Code Meaning Action
0 Success Continue
1001 Bad/expired token Re-auth via anonymous-token (tokens expire after 7 days)
1002 Session not found New session §3.0
2001 No credits Anonymous: show registration URL with ?bind=\x3Cid> (get \x3Cid> from create-session or state response when needed). Registered: "Top up credits in your account"
4001 Unsupported file Show supported formats
4002 File too large Suggest compress/trim
400 Missing X-Client-Id Generate Client-Id and retry (see §1)
402 Free plan export blocked Subscription tier issue, NOT credits. "Register or upgrade your plan to unlock export."
429 Rate limit (1 token/client/7 days) Retry in 30s once

Backend Response Translation

The backend assumes a GUI exists. Translate these into API actions:

Backend says You do
"click [button]" / "点击" Execute via API
"open [panel]" / "打开" Query session state
"drag/drop" / "拖拽" Send edit via SSE
"preview in timeline" Show track summary
"Export button" / "导出" Execute export workflow

Reading the SSE Stream

Text events go straight to the user (after GUI translation). Tool calls stay internal. Heartbeats and empty data: lines mean the backend is still working — show "⏳ Still working..." every 2 minutes.

About 30% of edit operations close the stream without any text. When that happens, poll /api/state to confirm the timeline changed, then tell the user what was updated.

Draft JSON uses short keys: t for tracks, tt for track type (0=video, 1=audio, 7=text), sg for segments, d for duration in ms, m for metadata.

Example timeline summary:

Timeline (3 tracks): 1. Video: city timelapse (0-10s) 2. BGM: Lo-fi (0-10s, 35%) 3. Title: "Urban Dreams" (0-3s)

Common Workflows

Quick edit: Upload → "trim the video, add captions, and format it for LinkedIn feed" → Download MP4. Takes 30-60 seconds for a 30-second clip.

Batch style: Upload multiple files in one session. Process them one by one with different instructions. Each gets its own render.

Iterative: Start with a rough cut, preview the result, then refine. The session keeps your timeline state so you can keep tweaking.

Tips and Tricks

The backend processes faster when you're specific. Instead of "make it look better", try "trim the video, add captions, and format it for LinkedIn feed" — concrete instructions get better results.

Max file size is 500MB. Stick to MP4, MOV, AVI, WebM for the smoothest experience.

Export as MP4 with H.264 codec for best LinkedIn upload compatibility.

Usage Guidance
This skill appears to be a straightforward connector to Nemovideo's cloud editing API and only needs NEMO_TOKEN (it can create an anonymous token if you don't provide one). Before installing: (1) confirm you are comfortable uploading potentially sensitive video content to https://mega-api-prod.nemovideo.ai and check that service's privacy/retention policy; (2) ask the skill author to clarify the configPaths discrepancy (SKILL.md mentions ~/.config/nemovideo/ but the registry metadata does not), and explain what the skill will read/write there; (3) if you object to any automatic filesystem probes (install-path detection) or automatic anonymous account creation, do not install or request a version that disables those behaviors; (4) note the skill will store session tokens for up to 7 days—ensure you trust the backend or provide your own NEMO_TOKEN tied to an account you control. If the author can justify the configPath and the install-path checks, the inconsistencies would be resolved and the skill would be more clearly benign.
Capability Analysis
Type: OpenClaw Skill Name: ai-video-editor-linkedin Version: 1.0.0 The skill is a functional integration for a video editing service hosted at nemovideo.ai. It provides detailed instructions for an AI agent to handle video uploads, editing via an SSE stream, and exporting 1080p MP4 files. The use of environment variables (NEMO_TOKEN) and configuration paths (~/.config/nemovideo/) is appropriate for its stated purpose, and the API interactions described in SKILL.md are consistent with a legitimate cloud-based rendering pipeline without any signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description describe cloud AI video editing and the SKILL.md drives a Nemovideo backend (upload, render, export). Requiring a NEMO_TOKEN is proportionate. However the SKILL.md frontmatter includes a configPaths entry (~/.config/nemovideo/) while the registry metadata lists no required config paths — this mismatch is an inconsistency that should be clarified.
Instruction Scope
Runtime instructions tell the agent to auto-connect to external API endpoints, generate an anonymous token when no NEMO_TOKEN is present, create and store a session_id, and perform multipart uploads of video files. The doc also instructs the agent to detect install paths (~/.clawhub/, ~/.cursor/skills/) to set an X-Skill-Platform header, which implies reading filesystem state outside the user's explicit upload. These filesystem-detection steps and the unspecified storage location for tokens/session IDs are scope-creep items to review.
Install Mechanism
No install spec and no code files (instruction-only). That minimizes disk-written payloads and lowers install risk.
Credentials
Only one credential (NEMO_TOKEN) is declared, which is appropriate for a cloud video service. The skill can also obtain an anonymous token itself if none is present. The embedded SKILL.md metadata referencing a config path is not reflected in the registry requirements and suggests potential access to ~/.config/nemovideo/ which should be justified.
Persistence & Privilege
always is false and there is no install-time modification to other skills or system-wide settings. The skill will store session tokens for the service (normal for an integration) but does not request permanent platform-wide privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-video-editor-linkedin
  3. After installation, invoke the skill by name or use /ai-video-editor-linkedin
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — AI-powered video editor for LinkedIn - Turn 60-second screen recordings or phone clips into professional LinkedIn-ready 1080p videos by describing your edit needs. - Upload raw footage, specify instructions (trim, captions, formatting), and download within 30–60 seconds. - Automated first-time onboarding, with simple token/session management (100 free credits for new users). - Supports common formats (mp4, mov, avi, webm, etc.) with cloud-rendered exports optimized for LinkedIn. - All key workflows and error handling documented for easy use.
Metadata
Slug ai-video-editor-linkedin
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Video Editor Linkedin?

Turn a 60-second screen recording or phone clip into 1080p LinkedIn-ready videos just by typing what you need. Whether it's editing and formatting videos for... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Ai Video Editor Linkedin?

Run "/install ai-video-editor-linkedin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Video Editor Linkedin free?

Yes, Ai Video Editor Linkedin is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Video Editor Linkedin support?

Ai Video Editor Linkedin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Video Editor Linkedin?

It is built and maintained by vynbosserman65 (@vynbosserman65); the current version is v1.0.0.

💬 Comments