AGENTS.md · git:20260703.3e7a151 · 2026-07-03 · sha256 972e0697d967dde2

AGENTS.md git:20260703.3e7a151A

Immutable. This exact content is served forever at /api/v1/blob/972e0697d967dde2.

# AceDataCloud Agent Skills

This repository contains Agent Skills for [AceDataCloud](https://platform.acedata.cloud) AI services.

## Available Skills

Skills are located in the `skills/` directory (also mirrored to `.agents/skills/` and `.github/skills/`).

### AI Music & Audio
- **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

### AI Image Generation
- **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)

### AI Video Generation
- **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
- **wan-video** — Generate videos with Alibaba Wan

### AI Chat & Tools
- **ai-chat** — Unified LLM gateway — GPT, Claude, Gemini, Kimi, 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
- **onepage-pdf** — Convert an HTML page into one tall single-page PDF (local; no API token; needs Python + pymupdf + Chrome/Edge)
- **apple-notes** — Manage Apple Notes on macOS: create, search, read, export, organize notes (macOS-only; local; no API token; drives Notes.app via AppleScript)
- **acedatacloud** — Manage your AceDataCloud account — balance, usage/spend, API keys, services, orders, announcements

## Authentication

All skills require an API token:

```bash
export ACEDATACLOUD_API_TOKEN="your-token-here"
```

Get your token at [platform.acedata.cloud](https://platform.acedata.cloud).

## Paired MCP Servers

Each skill has a corresponding MCP server for tool-use capabilities. See the main [README](README.md) for the full mapping.