Animal Vlogger Video
Create a hilarious and ultra-realistic video of an anthropomorphic animal acting like a human vlogger in a real-world setting.
Inputs
| Name |
Type |
Required |
Default |
Description |
animal_type |
text |
no |
monkey |
The type of animal vlogging (e.g., monkey, dog, cat, bear). |
location |
text |
no |
busy streets of Noida, India |
The setting for the vlog. |
clothing |
text |
no |
a bright red t-shirt |
What the animal is wearing. |
script |
text |
no |
क्या यार, कहाँ फंस गया नॉएडा में आके? इससे तो बैंगलोर ही अच्छा था. यहाँ तो बड़ी गर्मी है भाई. पसीने ही छूट गए मेरे तो. |
The dialogue for lip-sync. |
Steps
Phase A — Generate Vlogger Image
Submit the plan with ONE step to create the base image of the animal vlogger:
- Image Generation —
muapi image generate (model=nano-banana or nano-banana-pro):
- Prompt:
Ultra-realistic, cinematic portrait of an expressive {{animal_type}} wearing {{clothing}}, holding a selfie stick on the {{location}}. The {{animal_type}} is anthropomorphic, walking upright, and looks like a believable vlogger. Sweating slightly in the heat, highly detailed, photorealistic. Background shows a bustling street, people eating at stalls, vibrant urban details.
- Aspect ratio: 9:16 (for vertical vlog style)
After generating the image, present it to the user.
Phase B — Video Generation
Once the image is approved, submit a second the plan with ONE step to animate it with lip-sync:
- Video Generation —
muapi video generate or muapi video from-image (model=veo3.1-fast-image-to-video):
- Reference Image: The generated image from Phase A.
- Prompt:
Create an ultra-realistic cinematic video featuring a lifelike {{animal_type}} vlogging with a selfie stick on the {{location}}. The film starts in selfie mode, camera slightly wide-angle. The {{animal_type}} is expressive, looks mildly disgruntled, and speaks naturally. Occasional quick zoom-in on the disappointed face. Background features busy street life, vibrant colors. Smooth gimbal-like camera motion.
- Dialogue for Lip-Sync (if tool supports audio/lipsync):
{{script}}
- Aspect ratio: 9:16
After generation, present the final funny video.
Trigger Keywords
animal video, funny monkey video, animal vlogger, vlog video, monkey in noida
Notes for the Executing Agent
- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call
muapi CLI commands. Use muapi auth configure first if MUAPI_API_KEY is unset.
- For model IDs without a CLI alias yet, fall back to the raw endpoint via
curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}' and poll with muapi predict wait <request_id>.
- Substitute
{{input_name}} placeholders with the user's actual inputs before issuing each call.
Source: hashgraph-online/awesome-codex-plugins → plugins/SamurAIGPT/Generative-Media-Skills/library/motion/animal-video-generator/SKILL.md
1---2name: muapi-animal-video-generator3description: Create a hilarious and ultra-realistic video of an anthropomorphic animal acting like a human vlogger in a real-world setting.4---5678# Animal Vlogger Video910**Create a hilarious and ultra-realistic video of an anthropomorphic animal acting like a human vlogger in a real-world setting.**1112## Inputs1314| Name | Type | Required | Default | Description |15|:---|:---|:---|:---|:---|16| `animal_type` | text | no | monkey | The type of animal vlogging (e.g., monkey, dog, cat, bear). |17| `location` | text | no | busy streets of Noida, India | The setting for the vlog. |18| `clothing` | text | no | a bright red t-shirt | What the animal is wearing. |19| `script` | text | no | क्या यार, कहाँ फंस गया नॉएडा में आके? इससे तो बैंगलोर ही अच्छा था. यहाँ तो बड़ी गर्मी है भाई. पसीने ही छूट गए मेरे तो. | The dialogue for lip-sync. |202122## Steps2324### Phase A — Generate Vlogger Image2526Submit the plan with ONE step to create the base image of the animal vlogger:27281. **Image Generation** — `muapi image generate` (model=`nano-banana` or `nano-banana-pro`):29 - Prompt: `Ultra-realistic, cinematic portrait of an expressive {{animal_type}} wearing {{clothing}}, holding a selfie stick on the {{location}}. The {{animal_type}} is anthropomorphic, walking upright, and looks like a believable vlogger. Sweating slightly in the heat, highly detailed, photorealistic. Background shows a bustling street, people eating at stalls, vibrant urban details.`30 - Aspect ratio: 9:16 (for vertical vlog style)3132After generating the image, present it to the user.3334### Phase B — Video Generation3536Once the image is approved, submit a second the plan with ONE step to animate it with lip-sync:37381. **Video Generation** — `muapi video generate` or `muapi video from-image` (model=`veo3.1-fast-image-to-video`):39 - Reference Image: The generated image from Phase A.40 - Prompt: `Create an ultra-realistic cinematic video featuring a lifelike {{animal_type}} vlogging with a selfie stick on the {{location}}. The film starts in selfie mode, camera slightly wide-angle. The {{animal_type}} is expressive, looks mildly disgruntled, and speaks naturally. Occasional quick zoom-in on the disappointed face. Background features busy street life, vibrant colors. Smooth gimbal-like camera motion.`41 - Dialogue for Lip-Sync (if tool supports audio/lipsync): `{{script}}`42 - Aspect ratio: 9:164344After generation, present the final funny video.4546## Trigger Keywords4748`animal video`, `funny monkey video`, `animal vlogger`, `vlog video`, `monkey in noida`495051---5253## Notes for the Executing Agent5455- This recipe is LLM-orchestrated: read each phase, gather any missing inputs from the user, then call `muapi` CLI commands. Use `muapi auth configure` first if `MUAPI_API_KEY` is unset.56- For model IDs without a CLI alias yet, fall back to the raw endpoint via `curl -X POST https://api.muapi.ai/api/v1/<endpoint> -H "x-api-key: $MUAPI_API_KEY" -H 'content-type: application/json' -d '{...}'` and poll with `muapi predict wait <request_id>`.57- Substitute `{{input_name}}` placeholders with the user's actual inputs before issuing each call.5859---6061**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/SamurAIGPT/Generative-Media-Skills/library/motion/animal-video-generator/SKILL.md`