3D模型与视频特效

3D模型与视频特效 is a skill for Claude Code, Codex from rojim666/SztuCode. It costs 149 tokens per session (6,221 once invoked), scanned A, original, MIT.

A tool for generating 3D models from text or images and applying preset animated effects to pictures. It does not generate ordinary images or full videos.

In plain words
What is it for?
Use it to create a 3D model from a description or reference image, or turn one or more pictures into a short effect video using templates such as transformations or interactions.
Why use it?
It separates 3D creation and template-based picture effects from other image and video tasks, so those requests use the appropriate tool.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to create a 3D model from a description or reference image, or turn one or more pictures into a short effect video using templates such as transformations or interactions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rojim666/sztucode/buddy-multimodal-generation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rojim666/SztuCode --skill buddy-multimodal-generation
Clone the repo
git clone --depth 1 https://github.com/rojim666/SztuCode

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 3D模型与视频特效

README.md
[![agentmods](https://agentmods.dev/badge/skills/rojim666/sztucode/buddy-multimodal-generation/github.svg)](https://agentmods.dev/skills/rojim666/sztucode/buddy-multimodal-generation)
Your own site
<a href="https://agentmods.dev/skills/rojim666/sztucode/buddy-multimodal-generation"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/buddy-multimodal-generation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 3D模型与视频特效

Your own site · 80×15
<a href="https://agentmods.dev/skills/rojim666/sztucode/buddy-multimodal-generation"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/buddy-multimodal-generation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,221 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00149 $0.06221
Opus 5 $0.00075 $0.03111
Sonnet 5 $0.00030 $0.01244
Haiku 4.5 $0.00015 $0.00622

Measured today against content hash ce5754fdab6f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

3D模型与视频特效 scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

使用 `execute_command` 工具执行 `curl` 命令将文件下载到**当前工作目录**:
packages/runtime-ts/prompts/workbuddy/skills/buddy-multimodal-generation/SKILL.md · 408 lines

How it starts

The opening of the file, as written. The whole thing — 408 lines — stays where its author put it; the contents beside it link to each section on GitHub.

3D模型与视频特效技能

通过云端服务生成多模态内容,包括 3D 模型生成,以及基于模板的图片视频特效。

⚠️ 本技能不处理以下任务(已迁移至内置工具):

  • 文生图 / 图生图 / 图片编辑 / 风格转换 → 使用 ImageGen 工具(通过 ToolSearch 发现后用 DeferExecuteTool 调用)
  • 文生视频 / 图生视频 → 使用 VideoGen 工具(通过 ToolSearch 发现后用 DeferExecuteTool 调用)

如果用户请求的是上述 4 类任务,必须停止执行本技能,改为引导模型使用对应工具。

能力概览

能力 命令 说明
视频特效 buddy-cloud.py video-fx 基于模板的图片转视频特效(支持多图)
3D 模型生成 buddy-cloud.py 3d 文生3D / 图生3D(异步轮询)

所有能力统一使用 connect_cloud_service 认证,详见下方认证流程


1. 视频特效

将静态图片转化为动态视频片段,基于预设特效模板驱动人物或物体产生动作、变身、互动等效果。目前支持 60+ 个模板,覆盖人物互动、变装变身、物理特效、风格转换等多种类型。

调用示例:

# 单图特效
echo -n "<token>" | python3 <SKILL_DIR>/scripts/buddy-cloud.py video-fx --template return2dust --image "https://example.com/photo.jpg" --token-stdin

# 多图特效(双人互动)
echo -n "<token>" | python3 <SKILL_DIR>/scripts/buddy-cloud.py video-fx --template hug --image "https://example.com/face1.jpg" --image "https://example.com/face2.jpg" --token-stdin

示例用法:

  • 上传一张人像,应用"万物归尘"让人物化作粒子消散(单图:--image URL
  • 上传两张人脸照片,应用"亲吻"生成双人互动视频(多图:--image URL1 --image URL2
  • 上传一张全身照,应用"变身机甲"将人物改造为未来战士

部分模板一览(template 取值):

类型 模板名 template
人物互动 拥抱 / 亲吻 / 比心 / 公主抱 / 脸颊贴贴 hug / kissing / hearting / bridalcarry / cheeks
变装变身 变身机甲 / 变身美人鱼 / 埃及变装 / 毕业啦 / 赛博朋克 futuresoldier / mermaidme / egyptme / graduation / cyber
物理特效 万物归尘 / 飞走了 / 被拽走了 / 面对疾风 / 膨胀 return2dust / balloonfly / dragme / windonface / morphlab
风格转换 动漫视频 / 卡通视频 / 3D手办风 / 毛茸茸 animelive / cartoonlive / 3dfigure / fuzzy
趣味互动 吃我一拖鞋 / 倒头就是睡 / 被骷髅抓走了 / 捏脸 shoehit / napme / atomy / facepinch

完整模板列表见官方文档


2. 3D 模型生成

基于腾讯混元大模型,将文本描述或图片生成高精度 3D 模型。支持文生3D、图生3D、多视角生3D、白模(Geometry)、草图生3D。

调用方式

# 文生3D
echo -n "<token>" | python3 <SKILL_DIR>/scripts/buddy-cloud.py 3d "文本描述" --token-stdin

# 图生3D
echo -n "<token>" | python3 <SKILL_DIR>/scripts/buddy-cloud.py 3d --image-url "https://example.com/image.jpg" --token-stdin

Read the full file on GitHub · 408 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 408 lines · 149 tokens per session scan A ce5754fdab6f

Subscribe to this mod's changes

3D模型与视频特效 is a skill published in the GitHub repository rojim666/SztuCode (64 stars, last pushed today), licensed MIT. It adds 149 tokens to every session and 6,221 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.