multimodal-llm

multimodal-llm is a skill for Claude Code from yonatangross/orchestkit. It costs 82 tokens per session (2,390 once invoked), scanned A, original, MIT.

A guide to building software that can work with images, audio, and video as well as text. It covers tasks such as understanding images, transcribing speech, generating voices, and creating AI videos.

In plain words
What is it for?
Use it to design multimodal AI pipelines, image or document analysis, speech-to-text and text-to-speech features, real-time voice agents, and AI video generation.
Why use it?
It helps when a text-only language model is not enough and you need to handle several types of media in one application.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter; positional $N argument; mentions Claude Code.

Part of the ork plugin — 106 skills, 35 commands, 36 agents, 32 hooks shipped together

Good fit Use it to design multimodal AI pipelines, image or document analysis, speech-to-text and text-to-speech features, real-time voice agents, and AI video generation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yonatangross/orchestkit/multimodal-llm
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 yonatangross/orchestkit --skill multimodal-llm
Clone the repo
git clone --depth 1 https://github.com/yonatangross/orchestkit

Made for: Claude Code.

Or install ork, the plugin that ships this one along with the rest of its 106 skills, 35 commands, 36 agents, 32 hooks.

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 multimodal-llm

README.md
[![agentmods](https://agentmods.dev/badge/skills/yonatangross/orchestkit/multimodal-llm.svg)](https://agentmods.dev/skills/yonatangross/orchestkit/multimodal-llm)
Your own site
<a href="https://agentmods.dev/skills/yonatangross/orchestkit/multimodal-llm"><img src="https://agentmods.dev/badge/skills/yonatangross/orchestkit/multimodal-llm.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,390 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.00082 $0.02390
Opus 5 $0.00041 $0.01195
Sonnet 5 $0.00016 $0.00478
Haiku 4.5 $0.00008 $0.00239

Measured 4d ago against content hash 8c754eca6e3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

multimodal-llm 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 4d ago.

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.

plugins/ork/skills/multimodal-llm/SKILL.md · 190 lines

How it starts

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

Multimodal LLM Patterns

Integrate vision, audio, and video generation capabilities from leading multimodal models. Covers image analysis, document understanding, real-time voice agents, speech-to-text, text-to-speech, and AI video generation (Kling v3, Sora 2, Veo 3.1 std/lite/fast tiers, Runway Gen-4.5 via gen4_turbo).

Canonical model IDs (pinned against yonatan-hq/platform/apps/api/app/config.py):

Provider Model IDs
Anthropic claude-opus-5 (recommended, 2,576 px budget, production default), claude-opus-4-8, claude-opus-4-7, claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5-20251001. claude-fable-5 is Anthropic's frontier tier above Opus (GA 2026-07). Premium cost — never auto-pin it; the fable-spend-consent gate requires explicit user consent before any Fable spend
OpenAI gpt-5.5 (current flagship)
Google gemini-3.1-pro-preview (flagship), gemini-3.1-flash-lite-preview (cost)
Veo veo-3.1-generate-preview / veo-3.1-lite-generate-preview / veo-3.1-fast-generate-preview
Kling kling-v3 (model_name field in Kling API)
Runway gen4_turbo (product label: Gen-4.5)

Quick Reference

Category Rules Impact When to Use
Vision: Image Analysis 1 HIGH Image captioning, VQA, multi-image comparison, object detection
Vision: Document Understanding 1 HIGH OCR, chart/diagram analysis, PDF processing, table extraction
Vision: Model Selection 1 MEDIUM Choosing provider, cost optimization, image size limits
Audio: Speech-to-Text 1 HIGH Transcription, speaker diarization, long-form audio
Audio: Text-to-Speech 1 MEDIUM Voice synthesis, expressive TTS, multi-speaker dialogue
Audio: Model Selection 1 MEDIUM Real-time voice agents, provider comparison, pricing
Video: Model Selection 1 HIGH Choosing video gen provider (Kling, Sora, Veo, Runway)
Video: API Patterns 1 HIGH Async task polling, SDK integration, webhook callbacks
Video: Multi-Shot 1 HIGH Storyboarding, character elements, scene consistency

Read the full file on GitHub · 190 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. 4d ago First seen · 190 lines · 82 tokens per session scan A 8c754eca6e3d

Subscribe to this mod's changes

multimodal-llm is a skill published in the GitHub repository yonatangross/orchestkit (231 stars, last pushed today), licensed MIT. It adds 82 tokens to every session and 2,390 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

mk:multimodal

Process images, video, audio, PDFs with Gemini API. Generate images (Nano Banana 2), videos (Veo 3), speech (MiniMax TTS), music (MiniMax). Convert documents to Markdown. Multi-provider fallback (Gemini → MiniMax → OpenRouter). Activate when task references media files, asks to…

ngocsangyem/MeowKit · 91 tokens

minimax-cli

Nested swiss-knife reference for the MiniMax mmx CLI and the canonical MiniMax CLI procedure shipped with the TUI: install mmx-cli, discover the correct TUI-managed MiniMax preset/key slot without leaking secrets, match mainland vs international regions, and route image/video/music/TTS generation or one-shot shell…

Lingtai-AI/lingtai · 72 tokens

videoagent-video-studio

Generate short AI videos from text or images — text-to-video, image-to-video, and reference-based generation — with zero API key setup. Use when the user wants to create a video clip, animate an image, or generate video from a description.

pexoai/pexo-skills · 56 tokens

videoagent-audio-studio

Tired of juggling multiple audio APIs? This skill gives you one-command access to TTS, music generation, sound effects, and voice cloning. Use when you want to generate any audio without managing multiple API keys.

pexoai/pexo-skills · 50 tokens

seedance-2.0-prompter

Expert prompt engineering for Seedance 2.0. Use when the user wants to generate a video with multimodal assets (images, videos, audio) and needs the best possible prompt.

pexoai/pexo-skills · 48 tokens

bilibili-transcribe

A workflow that downloads videos from Bilibili, a Chinese video-sharing site, transcribes their speech, and saves the result as Markdown text. It accepts Bilibili links or BV video identifiers and tries available subtitles before audio transcription.

chubbyguan/chubbyskills · 42 tokens