← 返回
未分类 Key 中文

IMA AI Creative Content Generator — Image, Video, Music, Ad, Marketing, Social Media Content Creation

All-in-one AI content generator for creative, marketing, and social media content creation. AI image generator with SeeDream 4.5, Midjourney, Nano Banana 2/P...
全能AI内容生成器,支持创意、营销和社交媒体内容创作。AI图像生成器,支持SeeDream 4.5、Midjourney、Nano Banana 2/P等。
dai-shuo
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 662
下载
💾 0
安装
1
版本
#latest

概述

IMA AI Creative Content Generator

⚠️ MANDATORY: You MUST read("SKILL-DETAIL.md") (full file — do NOT pass limit parameter) before your first content generation call. It contains the full API payload structure, error translation tables, upload flow, and UX protocol that this summary omits. Skipping it causes parameter errors and poor user experience.

Capabilities

All-in-one AI content generator across four media types:

MediaModelsContent Creation Use Cases
-----------------------------------------
ImageSeeDream 4.5, Midjourney, Nano Banana 2/ProAd creatives, social media graphics, product photos, posters
VideoWan 2.6, Kling O1/2.6, Veo 3.1, Sora 2 Pro, Hailuo 2.3/2.0, Pixverse, SeeDance, Vidu, Ima SevioPromo videos, short videos, marketing clips, product demos
MusicSuno sonic v5, DouBao BGM/SongAd jingles, background music, social media audio
TTSseed-tts-2.0Voiceovers, narration, ad audio

Model ID Reference (CRITICAL)

Use exact model_id. Do NOT infer from friendly names.

Image Models

Namemodel_idCost
----------------------
SeeDream 4.5 🌟doubao-seedream-4.55 pts
Midjourney 🎨midjourney8-10 pts
Nano Banana2 💚gemini-3.1-flash-image4-13 pts
Nano Banana Progemini-3-pro-image10-18 pts

Video Models

Namemodel_id (t2v / i2v)Cost
---------------------------------
Wan 2.6 🔥wan2.6-t2v / wan2.6-i2v25-120 pts
Kling O1kling-video-o148-120 pts
Kling 2.6kling-v2-680+ pts
Hailuo 2.3MiniMax-Hailuo-2.332+ pts
Hailuo 2.0MiniMax-Hailuo-025+ pts
Veo 3.1veo-3.1-generate-preview70-330 pts
Sora 2 Prosora-2-pro122+ pts
Pixverse V5.5pixverse12-48 pts
SeeDance 1.5 Prodoubao-seedance-1.5-pro20+ pts
Vidu Q2viduq2 / viduq2-pro5-70 pts
IMA Video Proima-provaries
IMA Video Pro Fastima-pro-fastvaries

Aliases: 万/Wan→wan2.6-* · 可灵/Kling→kling-video-o1 · 海螺/Hailuo→MiniMax-Hailuo-2.3 · Veo→veo-3.1-generate-preview

Music & TTS Models

Namemodel_idCost
----------------------
Suno sonic v5sonic25 pts
DouBao BGMGenBGM30 pts
DouBao SongGenSong30 pts
seed-tts-2.0seed-tts-2.0query product list

Media Type Routing

Determine media type first, then choose task_type:

User keywordsTypetask_type
--------------------------------
画/图/image/poster/thumbnail/ad graphicimagetext_to_image, image_to_image
视频/video/promo/short/宣传片/clipvideotext_to_video, image_to_video, first_last_frame_to_video, reference_image_to_video
音乐/BGM/music/jingle/歌musictext_to_music
语音/TTS/voiceover/narration/配音speechtext_to_speech

For multi-media (e.g. promo video + BGM), read ima-knowledge-ai/references/workflow-design.md first.

Video Modes

Intenttask_type
-------------------
Text only → videotext_to_video
Image as first frameimage_to_video
Image as style referencereference_image_to_video
Two images (start+end)first_last_frame_to_video

Visual consistency: For "same character" / "series" / "multi-shot" — use image_to_video or reference_image_to_video with previous result as reference. Never use text_to_video for continuity.

Knowledge Base (if ima-knowledge-ai installed)

Read before generating: workflow-design.md (multi-media), visual-consistency.md (character continuity), video-modes.md (mode differences), model-selection.md (cost/quality).

Default Models

TaskDefaultmodel_idCost
-------------------------------
text_to_imageSeeDream 4.5doubao-seedream-4.55 pts
text_to_videoWan 2.6wan2.6-t2v25 pts
image_to_videoWan 2.6wan2.6-i2v25 pts
first_last_frameKling O1kling-video-o148 pts
text_to_musicSunosonic25 pts

Script Usage

# AI image generator — ad/social media content creation
python3 {baseDir}/scripts/ima_create.py \
  --api-key $IMA_API_KEY --task-type text_to_image \
  --model-id doubao-seedream-4.5 --prompt "product photo" --output-json

# AI video generator — promo/marketing video content
python3 {baseDir}/scripts/ima_create.py \
  --api-key $IMA_API_KEY --task-type text_to_video \
  --model-id wan2.6-t2v --prompt "product promo, cinematic" --output-json

# AI music generator — ad jingle/marketing audio
python3 {baseDir}/scripts/ima_create.py \
  --api-key $IMA_API_KEY --task-type text_to_music \
  --model-id sonic --prompt "upbeat corporate BGM" --output-json

# TTS — voiceover for content creation
python3 {baseDir}/scripts/ima_create.py \
  --api-key $IMA_API_KEY --task-type text_to_speech \
  --prompt "Welcome to our product" --output-json

UX Protocol (Brief)

  1. Acknowledge: Short reply ("好的!🎨")
  2. Pre-gen: Model, time estimate, cost via message tool
  3. Progress: Every 15-60s: "⏳ [P]%" (cap 95%)
  4. Success: Send media=url + link text
  5. Failure: Natural language + suggest alternatives
  6. Done: No further action

Never expose: script names, API endpoints, attribute_id, technical params.

User Preferences

Storage: ~/.openclaw/memory/ima_prefs.json

  • Save on explicit: "用XXX" / "默认用XXX" / "always use XXX"
  • Clear on: "推荐一个" / "自动选择" / "用最好的"
  • Never save auto-selected models

Core Flow

  1. GET /open/v1/product/list?category=attribute_id, credit, form_config
  2. [Image tasks] Upload local files → get CDN URL
  3. POST /open/v1/tasks/createtask_id
  4. POST /open/v1/tasks/detail → poll until resource_status==1

MANDATORY: Always query product list first. Missing attribute_id → task fails.

Environment

Base URL: https://api.imastudio.com

Headers: Authorization: Bearer $IMA_API_KEY · x-app-source: ima_skills · x_app_language: en


⚠️ REMINDER: read("SKILL-DETAIL.md") (full file, no limit) is required before generating content. This summary covers routing and model selection — SKILL-DETAIL.md has complete API payloads, error handling, upload flow, and parameter details needed for correct execution.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 04:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

IMA AI Image & Photo Generator — Poster, Thumbnail, Logo, Art, Illustration, Product & Social Media Graphic Design

dai-shuo
使用 SeeDream 4.5、Midjourney、Nano Banana 2、Nano Banana Pro 的AI图像与照片生成器,可制作海报、缩略图、标志等AI图像。
★ 0 📥 817
content-creation

AI Content Brief, Script & Outline Generator — Research Assistant for Video & Image generation

dai-shuo
AI内容简介、脚本和大纲生成器,用于视频、图片和音频制作。作为AI研究助手,提供专业指导...
★ 1 📥 968

IMA AI Video Generator — Short & Promo Video, Text to Video, Image to Video Generation

dai-shuo
AI视频生成器,集成顶级模型:Wan 2.6、Kling O1/2.6、Google Veo 3.1、Sora 2 Pro、Pixverse V5.5、Hailuo 2.0/2.3、SeeDance 1.5 Pro、Vidu Q2。视频生成
★ 2 📥 1,749