xSkill AI — Cursor Plugin
AI content generation toolkit for Cursor. Generate images, videos, synthesize speech, clone voices, and more — all from your editor.
Seedance 2.0 — Featured Model
Seedance 2.0 All-in-One is ByteDance's next-generation AI video model, now available through xSkill AI.
Capabilities
- Text-to-Video — Generate videos from text prompts
- Image-to-Video — Animate still images into video
- First & Last Frame — Control start and end frames for precise transitions
- Omni Reference Mode — Mix images, videos, and audio as references in a single generation
- Up to 9 reference images, 3 reference videos, 3 audio clips
- Use
@image_file_1,@video_file_1,@audio_file_1syntax in prompts to control each asset
- Native Audio Sync — Phoneme-level lip sync across 8+ languages
- Multi-Shot Narrative — Generate coherent multi-shot sequences from a single prompt
- Cinema-Grade Output — Up to 2K resolution, 4–15 seconds duration, ~60s generation time
Two Variants
| Variant | Speed | With Video Ref | Without Video Ref |
|---|---|---|---|
seedance_2.0_fast | Fast (default) | 20 credits/sec | 10 credits/sec |
seedance_2.0 | Standard (higher quality) | 40 credits/sec | 20 credits/sec |
Quick Examples
Text-to-Video:
prompt: "A young woman in a red dress spinning in a flower field, sunlight streaming, petals drifting"
model: seedance_2.0_fast
ratio: 16:9
duration: 8
Omni Reference — Motion Transfer:
prompt: "@image_file_1 performs the dance moves from @video_file_1 with cinematic lighting"
model: seedance_2.0_fast
functionMode: omni_reference
image_files: ["https://example.com/character.png"]
video_files: ["https://example.com/dance.mp4"]
First & Last Frame Video:
prompt: "Smooth transition between two scenes"
model: seedance_2.0_fast
functionMode: first_last_frames
filePaths: ["https://example.com/start.png", "https://example.com/end.png"]
duration: 5
All Features
- 50+ AI Models — FLUX, Kling, Jimeng, Seedance 2.0, Seedream, Hailuo, Sora, Wan, and more
- Image Generation — Text-to-image and image-to-image with multiple models
- Video Generation — Text-to-video, image-to-video, first/last frame, omni reference
- Text-to-Speech — Multiple voice models with speed/pitch control
- Voice Cloning — Clone any voice from an audio sample
- Voice Design — Create custom voices from natural language descriptions
- Video Parsing — Extract watermark-free videos from Douyin, Kuaishou, Bilibili, etc. (free)
- Sync Generation — Get instant image/video results without polling
Available Tools
| Tool | Description |
|---|---|
list_models | List available AI models by category |
get_model_info | Get model parameters and schema |
submit_task | Submit async AI generation task |
get_task | Check task status and results |
list_tasks | List tasks with filtering |
get_balance | Check account credits |
daily_check_in | Daily check-in for bonus credits |
parse_video | Extract watermark-free video URLs (free) |
upload_image | Upload image to cloud storage (free) |
list_voices | List TTS voices |
text_to_audio | Text-to-speech synthesis |
voice_design | Create voice from description |
voice_clone | Clone voice from audio |
upload_audio | Upload audio for cloning (free) |
sync_generate_image | Instant image generation |
sync_generate_video | Instant video generation |
list_sync_models | List sync-capable models |
list_points_packages | List credit packages |
create_payment_qrcode | Generate payment QR code |
Setup
1. Get an API Key
Sign up at xskill.ai and create an API key.
2. Install via Cursor Marketplace
Search for xSkill AI in the Cursor Marketplace and click Install.
3. Configure API Key
After installation, update the MCP configuration with your API key:
Option A: Edit .cursor/mcp.json in your project:
{
"mcpServers": {
"xskill-ai": {
"type": "streamableHttp",
"url": "https://api.xskill.ai/api/v3/mcp-http",
"headers": {
"Authorization": "Bearer sk-your-api-key"
}
}
}
}
Option B: Pass API key as query parameter:
{
"mcpServers": {
"xskill-ai": {
"type": "streamableHttp",
"url": "https://api.xskill.ai/api/v3/mcp-http?api_key=sk-your-api-key"
}
}
}
One-Click Install (Deeplink)
Click the link below to install directly in Cursor:
After installing, add your API key in Cursor Settings → Tools & MCP → xskill-ai.
Pricing
- 1 credit = ¥0.01 CNY
- New users receive free credits upon registration
- Daily check-in rewards bonus credits
- Use
get_balanceto check remaining credits
MCP Protocol
- Transport: Streamable HTTP (protocol version 2025-03-26)
- Endpoint:
https://api.xskill.ai/api/v3/mcp-http - Auth: Bearer token or
api_keyquery parameter
Links
- Website: xskill.ai
- API Docs: api.xskill.ai
License
MIT