‹ 首页

muapi-animal-video-generator

@samuraigpt · 收录于 1 周前 · 上游提交 3 周前

Create a hilarious and ultra-realistic video of an anthropomorphic animal acting like a human vlogger in a real-world setting.

适合你,如果想快速生成拟人动物当网红的搞笑视频

/ 下载安装
muapi-animal-video-generator.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add samuraigpt/generative-media-skills/muapi-animal-video-generator
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- samuraigpt/generative-media-skills/muapi-animal-video-generator
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify samuraigpt/generative-media-skills/muapi-animal-video-generator
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
3754GitHub stars
~704上下文体积 · 单文件
镜像托管

怎么用

商店整理自技能原文 · 版本 a1c4c98 · 表述以原文为准
它做什么

安装后,Claude 可以生成一只拟人动物(如猴子)在真实场景中像人类博主一样说话的视频,包括图像生成和唇形同步动画。

什么时候触发

当用户要求制作动物博主视频,或提到“动物视频”、“搞笑猴子视频”等关键词时触发。

装好后可以这样说
Claude 会先创建图像,再生成带唇形同步的动画视频。
Claude 会使用你指定的动物、地点和服装生成视频。
技能原文 SKILL.md作者撰写 · MIT · a1c4c98

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:

  1. Image Generationmuapi image generate (model=nano-banana or nano-banana-pro):
  2. 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.
  3. 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:

  1. Video Generationmuapi video generate or muapi video from-image (model=veo3.1-fast-image-to-video):
  2. Reference Image: The generated image from Phase A.
  3. 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.
  4. Dialogue for Lip-Sync (if tool supports audio/lipsync): {{script}}
  5. 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.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。