Quick recipes (Reach)
1) Image → Video → Brand in minutes
Generate an image (with references):
{
"name": "generate_nano_banana_image",
"arguments": {
"prompt": "A confident woman on a rooftop at sunset holding a megaphone; photo‑real anime aesthetic.",
"image_input": [
"/Users/you/.social-mcp/reference_images/subject.png",
"https://example.com/style.jpg"
],
"aspect_ratio": "16:9",
"output_format": "png"
}
}Copy the returned
urland generate a video:
{
"name": "generate_seedance_video",
"arguments": {
"prompt": "Slow 8s cinematic move; natural lighting, shallow DoF; match the reference image.",
"image": "https://replicate.delivery/.../image.jpg",
"duration": 8,
"resolution": "720p",
"aspect_ratio": "16:9"
}
}Ship a brand card with a public URL:
2) Video workflow: Image → Video → Merge
Generate multiple videos from different images:
Merge videos into a single sequence:
Create picture-in-picture effect:
Tips
Provide URLs, data URLs, or absolute paths (local/data are auto‑uploaded to 0x0 and returned as links).
Fades work best now that clips are auto-normalized (consistent resolution/frame rate) before merging.
Use
audio_behaviorto loop a soundtrack across the merged runtime or trim it to match exactly.Keep references in
~/.social-mcp/reference_imagesto reuse across sessions.
Last updated