Skills wonda-cli
🎬

wonda-cli

Low Risk ⚙️ External commands🌐 Network access🔑 Env variables

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.

Supports: Claude Codex Code(CC)
⚠️ 68 Poor
1

Download the skill ZIP

2

Upload in Claude

Go to Settings → Capabilities → Skills → Upload skill

3

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 Risk
v1 • 4/25/2026

This 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.

1
Files scanned
937
Lines analyzed
9
findings
1
Total audits
Low Risk Issues (6)
Documentation Pattern: Shell Command Examples
413 shell command examples in markdown code blocks are flagged as external command execution. These are documentation showing CLI usage, not actual command execution.
Documentation Pattern: Environment Variable Reference
WONDA_API_KEY environment variable references are flagged as credential access. These are legitimate authentication setup instructions.
Documentation Pattern: Hardcoded URLs
URLs in documentation are flagged as hardcoded network references. These are legitimate reference examples for billing and social platforms.
Documentation Pattern: Cryptographic References
AES-256-GCM encryption references are flagged as weak cryptographic algorithms. AES-256-GCM is actually strong encryption.
Documentation Pattern: System Reconnaissance
Tool discovery commands (which, fc-match, ls) are flagged as system reconnaissance. These are legitimate tool availability checks for a CLI helper skill.
Legitimate Feature: Credentials Vault
Browser credential storage is flagged as sensitive credential access. This is the intended feature of the skill - encrypted credential storage for social media automation.

Risk Factors

⚙️ External commands (1)
🌐 Network access (4)
🔑 Env variables (2)
Audited by: claude

Quality Score

38
Architecture
100
Maintainability
87
Content
50
Community
78
Security
74
Spec Compliance

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

Generate an image for social media
Use wonda to generate a 9:16 portrait image of [DESCRIPTION] in [STYLE] style. Save it as output.png.
Create video with animated captions
Generate a 9:16 video showing [SCENE DESCRIPTION] then add animated TikTok-style captions with the text '[CAPTION TEXT]'.
Research competitors on social platforms
Use wonda to scrape Instagram posts from @competitor_handle, analyze their top performing content, and generate 3 similar post ideas.
Batch generate and publish to social
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.

Frequently Asked Questions

What authentication do I need?
Run 'wonda auth login' to open browser authentication, or set the WONDA_API_KEY environment variable with your API key from app.wondercat.ai.
What image models are available?
Default is GPT Image 2 for best quality. Alternatives include nano-banana-2 for multi-reference, seedream-4-5 for 3D style, and cookie for NSFW (only when explicitly requested).
How do I add captions to videos?
Use 'wonda edit video --operation animatedCaptions --media <id> --params {...}' to automatically transcribe and render word-by-word animated captions.
Can I automate social media posting?
Yes. Connect accounts with 'wonda accounts instagram' or 'wonda accounts tiktok', then publish with 'wonda publish instagram --media <id> --account <accountId> --caption "..."'.
How long does video generation take?
Seedance 2: 2-5 min, Sora Pro: 5-10 min, Veo 3.1: 1-3 min, Kling: 3-8 min. Use --wait flag and --timeout for longer jobs.
What is the maximum video duration?
Single clip: 15s for Seedance 2, 20s for Sora. For longer content, generate multiple clips and merge with 'wonda edit video --operation merge --media clip1,clip2,clip3'.

Developer Details

File structure

📄 SKILL.md