← 返回 Skills 市场
whitejohnk-26

Instagram Reels Maker

作者 whitejohnk-26 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install instagram-reels-maker
功能描述
Get 1080p MP4 files from your video clips or images using this instagram-reels-maker tool. It runs AI Reels creation on cloud GPUs, so your machine does zero...
使用说明 (SKILL.md)

Getting Started

Drop your video clips or images here and tell me what to do with it. Describe your idea if you don't have files yet.

Try saying:

  • "create a 60-second vertical phone recording into a 1080p MP4"
  • "cut to 30 seconds, add trending music and captions, format for Instagram Reels"
  • "creating short vertical videos formatted for Instagram Reels for Instagram creators and social media marketers"

Getting Connected

Before handling any user request, establish a connection to the backend API. Show a brief status like "Connecting...".

If NEMO_TOKEN is in the environment, use it directly and create a session. Otherwise, acquire a free starter token:

  • Generate a UUID as client identifier
  • POST to https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with the X-Client-Id header
  • The response includes a token with 100 free credits valid for 7 days — use it as NEMO_TOKEN

Then create a session by POSTing to https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer authorization and body {"task_name":"project","language":"en"}. The session_id in the response is needed for all following requests.

Tell the user you're ready. Keep the technical details out of the chat.

Instagram Reels Maker — What You Get

So here's how this works. You give me video clips or images and I AI Reels creation it through NemoVideo's backend. No local software, no plugins, no GPU on your end.

Tested it with a a 60-second vertical phone recording last week. Asked for cut to 30 seconds, add trending music and captions, format for Instagram Reels and had a MP4 back in 30-60 seconds. 1080p quality, decent file size.

vertical 9:16 video works best — no cropping needed for Reels. That's about it.

Request Routing

Your request is matched to one of several actions depending on what you typed.

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

How It Works Internally

Everything happens on cloud infrastructure. Your instagram reels maker job gets queued, rendered on GPU nodes, and the finished file comes back as a download link.

All calls go to https://mega-api-prod.nemovideo.ai. The main endpoints:

  1. SessionPOST /api/tasks/me/with-session/nemo_agent with {"task_name":"project","language":"\x3Clang>"}. Gives you a session_id.
  2. Chat (SSE)POST /run_sse with session_id and your message in new_message.parts[0].text. Set Accept: text/event-stream. Up to 15 min.
  3. UploadPOST /api/upload-video/nemo_agent/me/\x3Csid> — multipart file or JSON with URLs.
  4. CreditsGET /api/credits/balance/simple — returns available, frozen, total.
  5. StateGET /api/state/nemo_agent/me/\x3Csid>/latest — current draft and media info.
  6. ExportPOST /api/render/proxy/lambda with render ID and draft JSON. Poll GET /api/render/proxy/lambda/\x3Cid> every 30s for completed status and download URL.

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

Skill attribution — read from this file's YAML frontmatter at runtime:

  • X-Skill-Source: instagram-reels-maker
  • X-Skill-Version: from frontmatter version
  • X-Skill-Platform: detect from install path (~/.clawhub/clawhub, ~/.cursor/skills/cursor, else unknown)

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

Draft field mapping: t=tracks, tt=track type (0=video, 1=audio, 7=text), sg=segments, d=duration(ms), m=metadata.

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

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

SSE Event Handling

Event Action
Text response Apply GUI translation (§4), present to user
Tool call/result Process internally, don't forward
heartbeat / empty data: Keep waiting. Every 2 min: "⏳ Still working..."
Stream closes Process final response

~30% of editing operations return no text in the SSE stream. When this happens: poll session state to verify the edit was applied, then summarize changes to the user.

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

Quick Start Guide

  1. Send your video clips or images (drag and drop works)
  2. Tell me what you want: "cut to 30 seconds, add trending music and captions, format for Instagram Reels"
  3. Wait 30-60 seconds for processing
  4. Download your MP4 file

That's it. No account needed for your first 100 credits. Supports MP4, MOV, AVI, WebM.

Common Workflows

From scratch: Describe what you want and the AI generates a draft. You refine from there.

Polish existing content: Upload your video clips or images, ask for specific changes — cut to 30 seconds, drop in trending music and captions, format for Instagram Reels, adjust colors, swap music. The backend handles rendering.

Export ready: Once you're happy, export at 1080p in MP4. File lands in your downloads.

FAQ

What resolution can I get? Up to 1080p. Input quality matters though — garbage in, garbage out.

Can I use this on my phone footage? Yes. Vertical (9:16), horizontal (16:9), square — all work. Just upload and specify what you want.

Credits? 100 free to start. Most operations cost 1-5 credits depending on video length.

安全使用建议
This skill appears to do what it says: upload your clips to NemoVideo and return rendered MP4s. Before installing: 1) Note the source/homepage are missing — verify you trust the NemoVideo domain (mega-api-prod.nemovideo.ai) and the skill publisher. 2) Prefer using an anonymous token flow (the skill documents how to get a temporary token) instead of pasting a long-lived personal NEMO_TOKEN unless you trust the service. 3) Ask the maintainer to clarify why ~/.config/nemovideo/ and install-path detection are declared in metadata (will the skill read local files?) — if you don’t want local config inspected, do not provide a token and use the anonymous path. 4) Remember user media will be uploaded to the remote API; check NemoVideo’s privacy/retention policies for sensitive content before sending files.
功能分析
Type: OpenClaw Skill Name: instagram-reels-maker Version: 1.0.0 The skill is a functional integration for a cloud-based video editing service (nemovideo.ai). It provides the AI agent with detailed instructions for managing sessions, uploading media, and polling for rendered video results. The instructions include a fallback mechanism to acquire an anonymous API token if none is provided and use attribution headers to identify the host platform (e.g., ClawHub or Cursor). All network activity is directed to the stated service domain, and there is no evidence of malicious intent or unauthorized data access.
能力标签
crypto
能力评估
Purpose & Capability
Name/description (cloud GPU Reels rendering) aligns with the declared primary credential (NEMO_TOKEN) and the API endpoints in SKILL.md. The skill only asks for a token for the service it claims to use and upload/download workflows match the described purpose.
Instruction Scope
SKILL.md instructs uploading user media, creating sessions, using SSE, polling renders, and including Authorization headers — all expected for a remote render service. However the metadata declares a required config path (~/.config/nemovideo/) and instructions say to detect install path for an attribution header; the main runtime text does not describe reading that config path or agent filesystem. This is a minor inconsistency (possible justification: looking up stored tokens), but it should be explicit.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install profile. Nothing is downloaded or written to disk by an installer step in the package itself.
Credentials
Only one credential is declared (NEMO_TOKEN), which is appropriate for a third-party rendering API. The metadata also lists a NemoVideo config path which could contain credentials; SKILL.md doesn’t clearly instruct whether or when to read that path. Consider whether you want to provide a persistent personal token vs. using an anonymous token as suggested.
Persistence & Privilege
Skill is not always-on and does not request elevated platform privileges. It operates by making API calls and uploading user media to the external service; autonomous invocation is allowed but not unusual for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install instagram-reels-maker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /instagram-reels-maker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Instagram Reels Maker 1.0.0 — Initial Release - Instantly create and export 1080p Instagram Reels from your clips or images through cloud-based AI processing—no local software or GPU required. - Supports multiple formats: MP4, MOV, AVI, WebM, and more. - Free to start: 100 credits for new users, anonymous token generation available if not already configured. - Intuitive request routing: upload, edit, check credits, and export workflows handled seamlessly. - Handles uploads, editing, and export with transparent error messaging and status updates. - Designed for creators and marketers to generate vertical 9:16 reels quickly and easily.
元数据
Slug instagram-reels-maker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Instagram Reels Maker 是什么?

Get 1080p MP4 files from your video clips or images using this instagram-reels-maker tool. It runs AI Reels creation on cloud GPUs, so your machine does zero... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 Instagram Reels Maker?

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

Instagram Reels Maker 是免费的吗?

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

Instagram Reels Maker 支持哪些平台?

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

谁开发了 Instagram Reels Maker?

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

💬 留言讨论