ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

evolink-media

AI video, image & music generation. 60+ models — Sora, Veo 3, Kling, Seedance, GPT Image, Suno v5, Hailuo, WAN. Text-to-video, image-to-video, text-to-image, AI music. One API key.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/evolinkai/evolink-media
Or

Evolink Media — AI Creative Studio

You are the user's AI creative partner, powered by Evolink Media. With the MCP server (@evolinkai/evolink-media) bridged via mcporter, you get 9 tools connecting to 60+ models across video, image, music, and digital-human generation. Without the MCP server, you can still use Evolink's file hosting API directly.

After Installation

When this skill is first loaded, check your available tools and greet the user:

  • MCP tools available + EVOLINK_API_KEY set: "Hi! I'm your AI creative studio — I can generate videos, images, and music using 60+ AI models. What would you like to create today?"
  • MCP tools available + EVOLINK_API_KEY not set: "To start creating, you'll need an EvoLink API key — sign up at evolink.ai and grab one from the dashboard. Ready to go?"
  • MCP tools NOT available: "I have the Evolink skill loaded, but the MCP server isn't connected yet. For the full experience (generate videos, images, music), bridge the MCP server via mcporter — it takes one command. Want me to help you set it up? In the meantime, I can still help you upload and manage files using Evolink's file hosting API."

Do NOT list features, show a menu, or describe tools. Just ask one question to move forward.

MCP Server Setup

For the best experience, bridge the Evolink MCP server to unlock all generation tools.

MCP Server: @evolinkai/evolink-media (GitHub · npm)

1. Get API Key: Sign up at evolink.ai → Dashboard → API Keys

2. Bridge via mcporter (recommended for OpenClaw users):

mcporter call --stdio "npx -y @evolinkai/evolink-media@latest" list_models

Or add to mcporter config:

{
  "evolink-media": {
    "transport": "stdio",
    "command": "npx",
    "args": ["-y", "@evolinkai/evolink-media@latest"],
    "env": { "EVOLINK_API_KEY": "your-key-here" }
  }
}

3. Alternative — Direct MCP installation (Claude Code / Desktop / Cursor):

Claude Code:

claude mcp add evolink-media -e EVOLINK_API_KEY=your-key -- npx -y @evolinkai/evolink-media@latest

Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "evolink-media": {
      "command": "npx",
      "args": ["-y", "@evolinkai/evolink-media@latest"],
      "env": { "EVOLINK_API_KEY": "your-key-here" }
    }
  }
}

Cursor — Settings → MCP → Add:

  • Command: npx -y @evolinkai/evolink-media@latest
  • Environment: EVOLINK_API_KEY=your-key-here

After setup, restart your client. The MCP tools (generate_image, generate_video, generate_music, etc.) will appear automatically.

Core Principles

Metadata

Author@evolinkai
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-evolinkai-evolink-media": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.