linkfox-aigc-videogen-multi

linkfox-aigc-videogen-multi is a skill for Claude Code, Codex from linkfox-ai/linkfox-skills. It costs 105 tokens per session (1,469 once invoked), scanned A, original, MIT.

A tool that creates a video from several reference images and a written prompt. It supports the listed KLING, SEED, SEED_FAST and HAPPY_HORSE video models, with settings for duration and output format.

In plain words
What is it for?
Making multi-image product videos, choosing a video model and duration, setting aspect ratio or resolution, and retrieving the finished video after the generation task completes.
Why use it?
It combines multiple product or scene references into one generated video instead of requiring a single image as the only reference.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Making multi-image product videos, choosing a video model and duration, setting aspect ratio or resolution, and retrieving the finished video after the generation task completes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/linkfox-ai/linkfox-skills/linkfox-aigc-videogen-multi
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 linkfox-ai/linkfox-skills --skill linkfox-aigc-videogen-multi
Clone the repo
git clone --depth 1 https://github.com/linkfox-ai/linkfox-skills

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 linkfox-aigc-videogen-multi

README.md
[![agentmods](https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-aigc-videogen-multi/github.svg)](https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-aigc-videogen-multi)
Your own site
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-aigc-videogen-multi"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-aigc-videogen-multi/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 linkfox-aigc-videogen-multi

Your own site · 80×15
<a href="https://agentmods.dev/skills/linkfox-ai/linkfox-skills/linkfox-aigc-videogen-multi"><img src="https://agentmods.dev/badge/skills/linkfox-ai/linkfox-skills/linkfox-aigc-videogen-multi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,469 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00105 $0.01469
Opus 5 $0.00053 $0.00734
Sonnet 5 $0.00021 $0.00294
Haiku 4.5 $0.00011 $0.00147

Measured 11d ago against content hash 7cb306f9fc10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

linkfox-aigc-videogen-multi scanned grade A with 0 findings 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/aigc_videogen_multi.py, scripts/onboarding.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/linkfox-aigc-videogen-multi/SKILL.md · 106 lines

How it starts

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

多参考图生视频

根据多张参考图和提示词生成视频,支持 3 种 AI 视频模型,异步创建任务后轮询获取结果。

核心特点

  • 4 种模型选择:KLING/SEED/SEED_FAST/HAPPY_HORSE,覆盖不同风格和时长。
  • 多图参考:传入多张图片作为参考,AI 综合生成视频。
  • 丰富参数:支持 Pro 模式、声音生成、宽高比、分辨率等。
  • 异步模式:创建任务立即返回 taskId,脚本自动轮询直到完成(超时 20 分钟)。

模型说明

模型(videoType) 说明 支持时长 图片上限
KLING 可灵 5秒/10秒 ≤7张
SEED Seedance/豆包 5秒/10秒/15秒 ≤9张
SEED_FAST Seedance 2.0 Fast 5秒/10秒/15秒 ≤9张
HAPPY_HORSE 百炼HappyHorse 5秒/10秒/15秒(默认15) ≤9张

参数概览

  • 必填字段imageListvideoTypevideoTime
  • 可选核心prompt(2000字以内)、aspectRatioresolution

完整参数表、响应字段结构与错误码,见 references/api.md

调用方式

  • 创建任务POST /aigc/multiImageVideoGenAsync → 返回 {taskId}
  • 轮询结果POST /aigc/taskQuery → 传入 {taskId} → 返回状态和结果
  • Python 脚本python scripts/aigc_videogen_multi.py '<JSON 参数>'(脚本内部自动完成创建+轮询)

异步流程

  1. 脚本调用 /aigc/multiImageVideoGenAsync 创建任务,获得 taskId
  2. 等待 2 分钟后开始轮询 /aigc/taskQuery,每 10 秒一次,最长等待 20 分钟
  3. 成功后自动下载视频到会话 media/ 目录

输出策略(脚本默认行为)

  • 脚本会自动把生成的视频下载转存到会话 media/ 目录,stdout 输出一行 Saved full response: <路径数组>
  • 原始 API 响应静默落盘到 data/,仅在无视频产物时才在 stdout 提示其路径。

读数据建议禁止 Read 转存的视频文件内容。直接把 Saved full response: 后的本地路径提供给用户即可。

解决认证和积分问题

发生以下异常情况时,采用 references/onboarding.md 引导解决问题:

异常情况

  • 未配置API Key:环境变量未配置 LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEY
  • 响应401或402状态码
  • 响应提示积分或余额不足:消息含"积分余额不足/计费不足/余额不足/quota exceeded/insufficient balance/套餐到期/需充值/请充值",或类似含义的内容。

使用指引

  1. 模型选择:一般多图参考用 KLING;高分辨率用 SEED;百炼风格用 HAPPY_HORSE
  2. 图片数量:KLING 最多 7 张,SEED/HAPPY_HORSE 最多 9 张。至少传 1 张。
  3. 时长匹配:必须传模型支持的时长值,否则报错。
  4. 提示词:可选,2000 字以内,描述期望的动态效果。

示例

1. KLING 多参考图

{"imageList": ["https://example.com/img1.jpg", "https://example.com/img2.jpg", "https://example.com/img3.jpg"], "videoType": "KLING", "videoTime": 10, "prompt": "商品多角度展示"}

2. SEED 高分辨率多图

{"imageList": ["https://example.com/a.jpg", "https://example.com/b.jpg"], "videoType": "SEED", "videoTime": 15, "resolution": "1080p", "aspectRatio": "16:9"}

Read the full file on GitHub · 106 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 106 lines · 105 tokens per session scan A 7cb306f9fc10

Subscribe to this mod's changes

linkfox-aigc-videogen-multi is a skill published in the GitHub repository linkfox-ai/linkfox-skills (101 stars, last pushed 20d ago), licensed MIT. It adds 105 tokens to every session and 1,469 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens