How to import and use the gen-ai-use skill in Claude Code

What you'll learn
What is the gen-ai-use skill?
Common use cases
Import your gen-ai-use skill step by step
STEP 1: Download the skill package
- On web: Go to picsart.com/cli/#skills-starter → Click "Download" under gen-ai-use
- On mobile: Open the link on desktop — skills are designed for development environments
STEP 2: Import into your agent
Extract the skill folder and add it to your agent's workspace:
- Claude Code: Unzip to ~/.claude/skills/ and reload workspace
- Cursor: Add to your project's .cursor/skills/ directory
- Windsurf: Place in your active project root under /skills/
- Generic MCP: Point your config to the extracted mcp-server.json

STEP 3: Trigger your first generation
Ask your agent in plain English to create something. Example: "Generate a 1024×1024 editorial product shot using Recraft V4." The agent will read the skill, pick the right command, and execute it. Your file saves automatically to your project folder.
STEP 4: Review and iterate
Check your output file and confirm it matches your prompt: Not what you wanted? Refine your prompt with more details about style, composition, or mood, and generate again.
- Verify the file saved to the correct directory
- Check resolution and aspect ratio match your request
- Look for the model and credit cost in your terminal output
Tips for best results
💡 Start with model selection guidance
The skill includes 130+ models. Ask your agent "Which model should I use for [your goal]?" before generating. It will recommend Flux for photorealism, Recraft for illustrations, Nano Banana for speed, etc.
💡 Use the skill's batch mode for variants
Instead of one-off requests, ask for "5 variations of [prompt]" to compare outputs. The skill handles concurrency and saves each variant with a numbered filename.
💡 Check your credit balance first
Run a balance check before large batches to avoid mid-job failures. The skill can estimate costs before executing and will warn you if insufficient credits remain.
💡 Chain operations in a single request
You can ask for multi-step workflows like "Generate a hero image, then create a 16:9 video from it, then add a soundtrack." The skill orchestrates the full pipeline automatically.
Frequently asked questions

Ready to give your agent creative superpowers?
Download the gen-ai-use skill and start generating production-quality visuals from your terminal.
Get the skill