Evolink Music — AI Music Generation (Suno v4/v4.5/v5)

ReviewAudited by ClawScan on May 1, 2026.

Overview

This is a coherent music-generation skill, with expected notes around using an Evolink API key, sending prompts/audio to Evolink, and running an unpinned npm MCP server.

Install if you are comfortable using Evolink for music generation. Before use, verify or pin the MCP npm package, keep EVOLINK_API_KEY private, confirm cost-sensitive generations, and only upload audio or lyrics you are willing to send to Evolink.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A future or compromised package release could affect the local MCP server behavior and would likely receive the Evolink API key during use.

Why it was flagged

The setup instructions run an external npm MCP server using @latest, which is purpose-aligned but unpinned and will execute code from the package registry.

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

Verify the npm/GitHub package source before use and pin a specific trusted version instead of using @latest where possible.

What this means

Anyone or any tool with this key may be able to use the account's Evolink capabilities and credits.

Why it was flagged

The skill requires an account API key that authorizes Evolink API calls, which is expected for this integration but still sensitive.

Skill content
`EVOLINK_API_KEY` authenticates all requests. Injected by OpenClaw automatically. Treat as confidential.
Recommendation

Use a dedicated, revocable API key, avoid sharing it in prompts or logs, and rotate it if exposure is suspected.

What this means

Prompts, lyrics, and uploaded audio may be processed and temporarily hosted by Evolink, so sensitive or private content should be shared only intentionally.

Why it was flagged

The skill clearly discloses that user prompts and audio leave the local environment for processing and temporary hosting.

Skill content
Prompts and audio are sent to `api.evolink.ai`. Uploaded files expire in **72h**, result URLs in **24h**.
Recommendation

Upload only files you intend to send to Evolink, delete hosted files when no longer needed, and save result URLs promptly before they expire.

What this means

Generating music may spend Evolink credits, and file-management tools can upload or delete hosted audio files.

Why it was flagged

Music generation is an account-affecting action because completed or submitted tasks can reserve or charge credits.

Skill content
`usage.credits_reserved` | number | Credits charged for this task
Recommendation

Confirm the desired model, duration, and cost before generation, and confirm before deleting hosted files.