Install
openclaw skills install @maxeileen55-beep/vmeg-video-translatorUse when the user needs video/audio/subtitle translation, material and task management, script editing, or export via VMEG in an AI coding assistant or OpenClaw agent. Requires VMEG Remote MCP (OAuth or vmeg_sk API Key). Tool usage follows MCP server instructions.
openclaw skills install @maxeileen55-beep/vmeg-video-translatorCall vmeg_* tools via VMEG Remote MCP (https://www.vmeg.ai/api/mcp).
Choose one (see references/oauth.md):
Authorization: Bearer vmeg_sk_xxx (recommended for scripts/automation)cursor; Claude Code → claude-code; OpenClaw → openclaw). If unclear, ask the user; do not guess.references/setup-{platform}.md (see table below). Do not read all setup-*.md files./settings/mcp)~/.cursor/mcp.json, ~/.openclaw/openclaw.json) to verify setup| Current platform | Read |
|---|---|
| Cursor | setup-cursor.md |
| Claude Code | setup-claude-code.md |
| Windsurf | setup-windsurf.md |
| Codex | setup-codex.md |
| Gemini CLI | setup-gemini-cli.md |
| Antigravity | setup-antigravity.md |
| QoderWork | setup-qoderwork.md |
| WorkBuddy | setup-workbuddy.md |
| OpenClaw | setup-openclaw.md |
Remote MCP must be configured and tools available. If vmeg_* tools are not callable, do not guess business parameters; follow routing above, read setup + oauth, and guide the user to connect in the current platform's MCP settings.
When the user provides a local video/audio absolute path (OAuth: presigned upload recommended):
md5sum / certutil -hashfile)vmeg_initiate_material_upload (fileHash + extName)curl -X PUT --upload-file @/path/to/file.ext "<presignedPutUrl>" (no VMEG Bearer)vmeg_complete_material_upload; use returned materialId for create-task toolsAPI Key alternative: one-shot curl -F to /api/mcp/material/upload (Bearer vmeg_sk_...)
| Scenario | Action |
|---|---|
| Translation, materials, tasks, editing, export | Follow MCP server instructions + call MCP tools |
| User asks what tools exist / what VMEG can do | Read tools.md; invocation details still from instructions |
| MCP not connected / auth failed / how to install | install.md + platform routing: matching setup-*.md + setup-common.md + oauth.md |
| Day-to-day business | Do not read install / setup / oauth / README / tools.md |