技能 wonda-cli
🎬

wonda-cli

低风险 ⚙️ 外部命令🌐 网络访问🔑 环境变量

从终端生成AI图像、视频和音乐

营销团队和内容创作者在手动内容制作和社交媒体研究上花费数小时。Wonda CLI将AI生成、编辑和社交平台自动化带到终端,为AI代理服务。

支持: Claude Codex Code(CC)
⚠️ 68
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“wonda-cli”。 Generate a portrait image of a coffee cup in warm morning light

预期结果:

Successfully generated image. Media ID: abc123xyz, URL: https://cdn.wondercat.ai/abc123.png (1024x1024)

正在使用“wonda-cli”。 Create a 9:16 video of a person running and add TikTok captions

预期结果:

Video generated with ID: vid789abc. Adding animated captions with TikTok Red style. Final output: https://cdn.wondercat.ai/vid789.mp4

正在使用“wonda-cli”。 Search Reddit for trending discussions about productivity apps

预期结果:

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

安全审计

低风险
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
已扫描文件
937
分析行数
9
发现项
1
审计总数
低风险问题 (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.

风险因素

审计者: claude

质量评分

38
架构
100
可维护性
87
内容
50
社区
78
安全
74
规范符合性

你能构建什么

营销团队:快速内容生产

直接从终端工作流程生成产品图像、视频和社交帖子。自动执行竞品研究和内容排期,无需离开开发环境。

内容创作者:批量内容生成

创建图像和视频的多个变体,添加字幕和特效,并通过简单的CLI命令批量发布到多个社交平台。

AI代理开发者:集成自动化

构建利用AI媒体生成和社交平台交互的代理。将生成、编辑和发布链接成自动化工作流程。

试试这些提示

为社交媒体生成图像
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'.

最佳实践

  • 使用--attach配合参考图像以获得跨生成的一致风格。对于包含人物的图像,使用kling_3_pro模型来保持面部身份。
  • 所有社交内容(TikTok、Reels、Stories)设置--aspect-ratio 9:16。仅对YouTube或演示文稿使用横向。
  • 使用媒体ID链接命令,而不是下载后重新上传。直接传递--media <id>给后续操作。

避免

  • 不要在图像转视频提示中描述图像内容。仅描述运动、相机移动和氛围。
  • 不要将TTS + 口型同步链接用于说话人内容。本地语音视频模型(Sora、Veo、Kling)生成的嘴型同步效果更好。
  • 不要自动选择spicy/NSFW模型如'cookie'。仅在用户明确要求此类内容时使用。

常见问题

需要什么认证?
运行'wonda auth login'打开浏览器认证,或从app.wondercat.ai设置WONDA_API_KEY环境变量。
有哪些图像模型可用?
默认使用GPT Image 2以获得最佳质量。替代选项包括:用于多参考的nano-banana-2,用于3D风格的seedream-4-5,以及用于NSFW的cookie(仅在明确要求时使用)。
如何为视频添加字幕?
使用'wonda edit video --operation animatedCaptions --media <id> --params {...}'自动转录并渲染逐字动态字幕。
可以自动化社交媒体发布吗?
可以。使用'wonda accounts instagram'或'wonda accounts tiktok'连接账户,然后使用'wonda publish instagram --media <id> --account <accountId> --caption "..."'发布。
视频生成需要多长时间?
Seedance 2:2-5分钟,Sora Pro:5-10分钟,Veo 3.1:1-3分钟,Kling:3-8分钟。使用--wait标志和--timeout处理更长的任务。
最大视频时长是多少?
单段:Seedance 2为15秒,Sora为20秒。对于更长内容,生成多段并使用'wonda edit video --operation merge --media clip1,clip2,clip3'合并。

开发者详情

文件结构

📄 SKILL.md