← 返回 Skills 市场
vynbosserman65

Maker Easy

作者 vynbosserman65 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
47
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maker-easy
功能描述
Skip the learning curve of professional editing software. Describe what you want — turn my clips into a finished video with music and transitions — and get f...
使用说明 (SKILL.md)

Getting Started

Share your raw video clips and I'll get started on AI video creation. Or just tell me what you're thinking.

Try saying:

  • "create my raw video clips"
  • "export 1080p MP4"
  • "turn my clips into a finished"

Quick Start Setup

This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").

Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:

  • Generate a UUID as client identifier
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with X-Client-Id header
  • Extract data.token from the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)

Session: POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.

Let the user know with a brief "Ready!" when setup is complete. Don't expose tokens or raw API output.

Maker Easy — Create Finished Videos With Ease

Drop your raw video clips in the chat and tell me what you need. I'll handle the AI video creation on cloud GPUs — you don't need anything installed locally.

Here's a typical use: you send a a 2-minute raw screen recording, ask for turn my clips into a finished video with music and transitions, and about 1-2 minutes later you've got a MP4 file ready to download. The whole thing runs at 1080p by default.

One thing worth knowing — shorter source clips under 3 minutes process significantly faster.

Matching Input to Actions

User prompts referencing maker easy, 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.

Base URL: https://mega-api-prod.nemovideo.ai

Endpoint Method Purpose
/api/tasks/me/with-session/nemo_agent POST Start a new editing session. Body: {"task_name":"project","language":"\x3Clang>"}. Returns session_id.
/run_sse POST Send a user message. Body includes app_name, session_id, new_message. Stream response with Accept: text/event-stream. Timeout: 15 min.
/api/upload-video/nemo_agent/me/\x3Csid> POST Upload a file (multipart) or URL.
/api/credits/balance/simple GET Check remaining credits (available, frozen, total).
/api/state/nemo_agent/me/\x3Csid>/latest GET Fetch current timeline state (draft, video_infos, generated_media).
/api/render/proxy/lambda POST Start export. Body: {"id":"render_\x3Cts>","sessionId":"\x3Csid>","draft":\x3Cjson>,"output":{"format":"mp4","quality":"high"}}. Poll status every 30s.

Accepted file types: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.

Headers are derived from this file's YAML frontmatter. X-Skill-Source is maker-easy, 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).

Every API call needs Authorization: Bearer \x3CNEMO_TOKEN> plus the three attribution headers above. If any header is missing, exports return 402.

Error Codes

  • 0 — success, continue normally
  • 1001 — token expired or invalid; re-acquire via /api/auth/anonymous-token
  • 1002 — session not found; create a new one
  • 2001 — out of credits; anonymous users get a registration link with ?bind=\x3Cid>, registered users top up
  • 4001 — unsupported file type; show accepted formats
  • 4002 — file too large; suggest compressing or trimming
  • 400 — missing X-Client-Id; generate one and retry
  • 402 — free plan export blocked; not a credit issue, subscription tier
  • 429 — rate limited; wait 30s and retry once

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.

Translating GUI Instructions

The backend responds as if there's a visual interface. Map its instructions to API calls:

  • "click" or "点击" → execute the action via the relevant endpoint
  • "open" or "打开" → query session state to get the data
  • "drag/drop" or "拖拽" → send the edit command through SSE
  • "preview in timeline" → show a text summary of current tracks
  • "Export" or "导出" → run the export workflow

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)

Tips and Tricks

The backend processes faster when you're specific. Instead of "make it look better", try "turn my clips into a finished video with music and transitions" — concrete instructions get better results.

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

Export as MP4 for widest compatibility across all platforms.

Common Workflows

Quick edit: Upload → "turn my clips into a finished video with music and transitions" → Download MP4. Takes 1-2 minutes 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.

安全使用建议
This skill is coherent with a cloud video-editing service and only needs a single API token (NEMO_TOKEN). Before installing: 1) Confirm you trust the backend domain (mega-api-prod.nemovideo.ai) and the skill owner (no homepage or docs are provided). 2) Treat any NEMO_TOKEN like a credential — if it's a personal account token, consider creating a limited test token or using the anonymous flow instead. 3) Note the SKILL.md mentions a local config path (~/.config/nemovideo/) but the registry metadata doesn't — ask the publisher whether any local files will be read or written. 4) Avoid sending sensitive video/audio until you verify privacy/retention and billing/credit behavior, since uploads go to an external service. If you want higher assurance, request the skill’s source or official docs and verify the API endpoints and ownership before use.
功能分析
Type: OpenClaw Skill Name: maker-easy Version: 1.0.0 The skill provides instructions for an AI agent to interface with the nemovideo.ai cloud API for automated video editing. It outlines standard procedures for authentication, session management, file uploads, and rendering via the domain mega-api-prod.nemovideo.ai. While the skill handles API tokens and uploads user media to a remote server, these actions are transparently documented and directly support the stated functionality. No evidence of malicious intent, data exfiltration of sensitive local files, or obfuscation was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill routes uploads and editing commands to a cloud video backend (mega-api-prod.nemovideo.ai). Requesting a single NEMO_TOKEN credential is appropriate. However the SKILL.md frontmatter lists a config path (~/.config/nemovideo/) while the registry metadata said 'required config paths: none' — this mismatch is an incoherence to clarify.
Instruction Scope
SKILL.md limits actions to: checking/using NEMO_TOKEN, optionally obtaining an anonymous token via the documented auth endpoint, creating sessions, uploading files, streaming SSE, polling state and kicking off renders. It instructs not to expose tokens/raw API output. It does reference detecting install path (~/.clawhub/, ~/.cursor/skills/) to set an attribution header, which implies reading the agent filesystem path but stays within the skill's stated purpose.
Install Mechanism
Instruction-only skill (no install, no code files). Lowest install risk; nothing is written to disk by an installer step.
Credentials
Only NEMO_TOKEN is required and is the primary credential — appropriate for a cloud API client. The skill will also create and use an anonymous token if NEMO_TOKEN is not present (via the public auth endpoint). The earlier-described mismatch about a declared config path in SKILL.md vs registry metadata raises a question about whether the skill expects local config files.
Persistence & Privilege
always:false and no indication the skill modifies other skills or system-wide settings. It stores a session_id in-memory for the session lifecycle, which is normal for this kind of integration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maker-easy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maker-easy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Maker Easy — fast, AI-assisted video editing. - Upload raw video clips (MP4, MOV, AVI, WebM up to 500MB) and receive finished videos with music and transitions in 1–2 minutes. - Automatic setup: checks for necessary tokens, connects to a cloud GPU backend, and informs users when ready. - Supports simple prompts for common workflows: create, edit, add music, export, check credits/status, or upload files. - Provides streamlined cloud rendering: 1080p MP4 output, with clear instructions for error handling and session management. - User-friendly responses: clear status updates, timeline summaries, and helpful tips for faster processing.
元数据
Slug maker-easy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Maker Easy 是什么?

Skip the learning curve of professional editing software. Describe what you want — turn my clips into a finished video with music and transitions — and get f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Maker Easy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install maker-easy」即可一键安装,无需额外配置。

Maker Easy 是免费的吗?

是的,Maker Easy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Maker Easy 支持哪些平台?

Maker Easy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Maker Easy?

由 vynbosserman65(@vynbosserman65)开发并维护,当前版本 v1.0.0。

💬 留言讨论