wonda-cli
Generate AI Images, Videos, and Music from Terminal
Marketing teams and content creators spend hours on manual content production and social media research. Wonda CLI brings AI generation, editing, and social platform automation to the terminal for AI agents.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Test it
Using "wonda-cli". Generate a portrait image of a coffee cup in warm morning light
Expected outcome:
Successfully generated image. Media ID: abc123xyz, URL: https://cdn.wondercat.ai/abc123.png (1024x1024)
Using "wonda-cli". Create a 9:16 video of a person running and add TikTok captions
Expected outcome:
Video generated with ID: vid789abc. Adding animated captions with TikTok Red style. Final output: https://cdn.wondercat.ai/vid789.mp4
Using "wonda-cli". Search Reddit for trending discussions about productivity apps
Expected outcome:
Found 15 trending posts in r/productivity. Top 3: (1) 'My 5-app setup that doubled my output' - 2.4k upvotes, (2) 'Notion vs Obsidian in 2025' - 1.8k upvotes, (3) 'AI writing assistants tested' - 950 upvotes
Security Audit
Low RiskThis is a documentation file (SKILL.md) for the Wonda CLI tool, not executable code. All 459 static findings are false positives: command examples in markdown are flagged as external command execution; URLs in documentation are flagged as hardcoded URLs; WONDA_API_KEY environment variable references are flagged as credential access. The credentials vault uses AES-256-GCM encryption (strong cryptography, not weak). The skill provides legitimate content creation and social media automation functionality.
Low Risk Issues (6)
Risk Factors
⚙️ External commands (1)
🌐 Network access (4)
🔑 Env variables (2)
Quality Score
What You Can Build
Marketing Teams: Rapid Content Production
Generate product images, videos, and social posts directly from terminal workflows. Automate competitor research and content scheduling without leaving your development environment.
Content Creators: Batch Content Generation
Create multiple variations of images and videos, add captions and effects, and batch publish to multiple social platforms from simple CLI commands.
AI Agent Developers: Integrated Automation
Build agents that leverage AI media generation and social platform interaction. Chain generation, editing, and publishing into automated workflows.
Try These Prompts
Use wonda to generate a 9:16 portrait image of [DESCRIPTION] in [STYLE] style. Save it as output.png.
Generate a 9:16 video showing [SCENE DESCRIPTION] then add animated TikTok-style captions with the text '[CAPTION TEXT]'.
Use wonda to scrape Instagram posts from @competitor_handle, analyze their top performing content, and generate 3 similar post ideas.
Create 5 product images using different AI styles, add text overlay to each, and publish them to Instagram as drafts with captions '[PRODUCT DESCRIPTION] - Link in bio'.
Best Practices
- Use --attach with reference images for consistent style across generations. For images with people, use kling_3_pro model to preserve facial identity.
- Set --aspect-ratio 9:16 for all social content (TikTok, Reels, Stories). Only use landscape for YouTube or presentations.
- Chain commands using media IDs instead of downloading and re-uploading. Pass --media <id> directly to subsequent operations.
Avoid
- Do not describe image content in image-to-video prompts. Only describe motion, camera movement, and atmosphere.
- Do not chain TTS + lipsync for talking-head content. Native speech video models (Sora, Veo, Kling) generate better results with mouth sync baked in.
- Do not auto-select spicy/NSFW models like 'cookie'. Only use them when the user explicitly requests such content.