Install
openclaw skills install pet-video-makerCreate shareable pet videos, animal compilations, and pet-influencer content from raw footage of dogs, cats, and every creature in between. NemoVideo handles the unique challenges of filming animals — unpredictable movement, variable lighting, mixed audio — and turns chaotic pet footage into polished content with slow-motion reaction shots, text-overlay captions giving pets a voice, and music-synced compilations optimized for maximum engagement on TikTok, Reels, and YouTube Shorts.
openclaw skills install pet-video-makerPet content is the most reliably viral category on every social media platform — a fact that is simultaneously obvious (who doesn't like watching a golden retriever fail at catching a treat?) and statistically remarkable (pet accounts consistently outperform human influencers in engagement rate per follower, with average pet-account engagement at 3-5% compared to 1-2% for human creators), which creates a genuine content economy where pet owners who happen to film the right moment at the right time can build audiences in the millions, and where professional pet-content creators, veterinary practices, pet-product companies, and animal rescue organizations all need a steady pipeline of polished animal content that captures the specific qualities that make pet videos work: the genuine surprise of an animal doing something unexpected, the anthropomorphized emotion of a dog's guilty face or a cat's judgmental stare, the physical comedy of animals miscalculating jumps or encountering new objects, and the pure joy of watching a creature that has no concept of a camera simply being alive in a way that humans find both entertaining and emotionally restorative. NemoVideo processes the chaos of pet footage — the 47 seconds of nothing before the cat does the thing, the shaky camera because you were laughing, the autofocus hunting because the dog moved — and extracts the moments that make people share.
Batch-upload clips from your phone, camera, or pet cam. No minimum quality — NemoVideo handles shaky footage, variable lighting, and autofocus hunting. More clips = better selection for compilations.
Select the video style: reaction compilation, narrative arc (rescue story), product review, educational tutorial, or general cute-content highlight reel.
curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/generate \
-H "Authorization: Bearer $NEMO_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"skill": "pet-video-maker",
"prompt": "Create a 60-second dog reaction compilation for TikTok. Pet: golden retriever named Max. Source: 200+ phone clips from the past 6 months. Select the 8 best reaction moments: doorbell surprise, vacuum terror, treat catch fail, bath betrayal, squirrel window alert, new puppy introduction, owner homecoming, and snow discovery. Arrange in escalating humor: mild reactions first, biggest reaction last. Text overlays giving Max a voice in each clip: doorbell = Oh no, the INTRUDER is back, vacuum = This is a WAR CRIME, treat fail = Physics has betrayed me, etc. Slow-motion replay on the treat catch fail and snow discovery. Sync cuts to trending audio. Close with Max sleeping, text: Being dramatic is exhausting.",
"duration": "60 sec",
"style": "reaction-compilation",
"pet_type": "dog",
"text_overlays": true,
"slow_motion": true,
"trending_audio": true,
"format": "9:16"
}'
Preview the compilation. Adjust text overlay timing, caption humor, and clip order. Export and post to TikTok, Reels, and Shorts simultaneously. Pin the best-performing version.
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | ✅ | Describe the pet, footage available, and desired video concept |
duration | string | Target length: "30 sec", "60 sec", "90 sec", "2 min" | |
style | string | "reaction-compilation", "rescue-story", "product-review", "vet-educational", "cute-highlight" | |
pet_type | string | "dog", "cat", "bird", "rabbit", "hamster", "reptile", "multi-pet" | |
text_overlays | boolean | Add anthropomorphized text captions giving the pet a voice (default: true) | |
slow_motion | boolean | Apply slow-motion to peak reaction moments (default: true) | |
trending_audio | boolean | Sync to a trending platform audio track (default: false) | |
music | string | "playful-upbeat", "dramatic-comedy", "heartwarming-acoustic", "trending" | |
format | string | "16:9", "9:16", "1:1" |
{
"job_id": "pvm-20260328-001",
"status": "completed",
"title": "Max the Golden Retriever — Dramatic Reactions Compilation",
"duration_seconds": 58,
"format": "mp4",
"resolution": "1080x1920",
"file_size_mb": 16.8,
"output_url": "https://mega-api-prod.nemovideo.ai/output/pvm-20260328-001.mp4",
"sections": [
{"label": "Doorbell Surprise", "start": 0, "end": 7, "text": "Oh no, the INTRUDER is back"},
{"label": "Vacuum Terror", "start": 7, "end": 14, "text": "This is a WAR CRIME"},
{"label": "Treat Catch Fail + Slo-Mo", "start": 14, "end": 23, "text": "Physics has betrayed me"},
{"label": "Bath Betrayal", "start": 23, "end": 29, "text": "I trusted you"},
{"label": "Squirrel Alert", "start": 29, "end": 35, "text": "DEFCON 1 DEFCON 1"},
{"label": "New Puppy Introduction", "start": 35, "end": 41, "text": "I've been REPLACED?!"},
{"label": "Owner Homecoming", "start": 41, "end": 47, "text": "YOU WERE GONE FOR 47 YEARS (10 minutes)"},
{"label": "Snow Discovery + Slo-Mo", "start": 47, "end": 54, "text": "THE GROUND IS DOING SOMETHING"},
{"label": "Sleeping Outro", "start": 54, "end": 58, "text": "Being dramatic is exhausting"}
],
"clips_analyzed": 214,
"clips_selected": 9,
"slow_motion_moments": 2,
"text_overlays_rendered": 9
}
| Format | Resolution | Use Case |
|---|---|---|
| MP4 16:9 | 1080p / 4K | YouTube compilation / vet website |
| MP4 9:16 | 1080p | TikTok / Reels / Shorts |
| MP4 1:1 | 1080p | Instagram feed / Facebook / Twitter |
| GIF | 720p | Reaction moment loop / meme export |