AI-powered data services skills for music, image, video generation, web search, and more
npx claudepluginhub acedatacloud/skillsAI media generation: music (Suno, Producer, Fish Audio), images (Midjourney, Flux, Seedream, NanoBanana), video (Luma, Sora, Veo, Kling, Hailuo, Seedance)
Agent Skills for AceDataCloud AI services — music, image, video generation, LLM chat, web search, and more.
Compatible with 15+ AI coding agents: Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, OpenHands, Roo Code, TRAE, Goose, Mistral Vibe, and all agentskills.io-compatible tools.
| Skill | Description |
|---|---|
| suno-music | Generate AI music, lyrics, covers, and vocal extraction with Suno |
| producer-music | Generate music, covers, extend tracks, swap vocals with Producer |
| fish-audio | Text-to-speech and voice synthesis with Fish Audio |
| Skill | Description |
|---|---|
| midjourney-image | Generate, edit, blend, describe, and upscale images with Midjourney |
| flux-image | Generate and edit images with Flux (Black Forest Labs) |
| seedream-image | Generate and edit images with ByteDance Seedream |
| nano-banana-image | Generate and edit images with Google Gemini (NanoBanana) |
| Skill | Description |
|---|---|
| luma-video | Generate videos with Luma Dream Machine |
| sora-video | Generate videos with OpenAI Sora |
| veo-video | Generate videos with Google Veo (native audio) |
| kling-video | Generate videos with Kuaishou Kling (motion control) |
| hailuo-video | Generate videos with Hailuo / MiniMax |
| seedance-video | Generate dance/motion videos with ByteDance Seedance |
| Skill | Description |
|---|---|
| ai-chat | Unified LLM gateway — GPT, Claude, Gemini, DeepSeek, Grok (50+ models) |
| google-search | Search the web, images, news, maps, places, and videos via Google |
| face-transform | Face analysis, beautification, age/gender transform, swap, cartoon |
| short-url | Create and manage short URLs |
| acedatacloud-api | API usage guide — authentication, SDKs, error handling |
Get your API token at platform.acedata.cloud:
export ACEDATACLOUD_API_TOKEN="your-token-here"
# Install globally
npm install -g acedatacloud-skills
# Copy all skills into your project
acedatacloud-skills install # → .agents/skills/ (universal)
acedatacloud-skills install --target .claude/skills # → .claude/skills/ (Claude Code)
acedatacloud-skills install --target .github/skills # → .github/skills/ (GitHub Copilot)
# Or use npx without installing
npx acedatacloud-skills install
Option A: Plugin Marketplace (recommended)
# Add the marketplace source
/plugin marketplace add AceDataCloud/Skills
# Install skill bundles
/plugin install acedatacloud-ai-media@acedatacloud-skills # 13 media skills
/plugin install acedatacloud-ai-tools@acedatacloud-skills # 5 tool skills
After installation, Claude Code automatically loads relevant skills when you ask about music/image/video generation, search, etc.
Option B: Add skills directory directly
# Clone the repo
git clone https://github.com/AceDataCloud/Skills.git
# Add all skills at once
claude --add-dir ./Skills/skills
# Or add specific skills
claude --add-dir ./Skills/skills/suno-music
claude --add-dir ./Skills/skills/midjourney-image
Option C: Copy into your project
# Copy skills into your project's .claude/skills/ directory
mkdir -p .claude/skills
cp -r Skills/skills/* .claude/skills/
Then Claude Code auto-discovers them when working in that project.