remotion-multimedia

remotion-multimedia is a skill for Claude Code, Codex from guanyang/open-agent-hub. It costs 12 tokens per session (168 once invoked), scanned A, a copy of mediabunny, MIT.

A guide to using Mediabunny, a browser library for reading information from audio and video files.

In plain words
What is it for?
Use it when building browser-based tools or Remotion projects that need to inspect audio and video files.
Why use it?
It helps you get file details such as duration, video size, and dimensions without guessing or handling media parsing yourself.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the open-agent-hub plugin — 103 skills, 3 commands, 5 agents, 6 MCP servers shipped together

Good fit Use it when building browser-based tools or Remotion projects that need to inspect audio and video files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/guanyang/open-agent-hub/remotion-multimedia
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 guanyang/open-agent-hub --skill remotion-multimedia
Clone the repo
git clone --depth 1 https://github.com/guanyang/open-agent-hub

Made for: Claude Code, Codex.

Or install open-agent-hub, the plugin that ships this one along with the rest of its 103 skills, 3 commands, 5 agents, 6 MCP servers.

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 remotion-multimedia

README.md
[![agentmods](https://agentmods.dev/badge/skills/guanyang/open-agent-hub/remotion-multimedia/github.svg)](https://agentmods.dev/skills/guanyang/open-agent-hub/remotion-multimedia)
Your own site
<a href="https://agentmods.dev/skills/guanyang/open-agent-hub/remotion-multimedia"><img src="https://agentmods.dev/badge/skills/guanyang/open-agent-hub/remotion-multimedia/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 remotion-multimedia

Your own site · 80×15
<a href="https://agentmods.dev/skills/guanyang/open-agent-hub/remotion-multimedia"><img src="https://agentmods.dev/badge/skills/guanyang/open-agent-hub/remotion-multimedia.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 168 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.
Origin 89% copy Near-identical to another mod 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.00012 $0.00168
Opus 5 $0.00006 $0.00084
Sonnet 5 $0.00002 $0.00034
Haiku 4.5 $0.00001 $0.00017

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

Security

Grade A, and why

remotion-multimedia 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 yesterday.

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.

Origin

This is a copy

89% identical to mediabunny — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/remotion-multimedia/SKILL.md · 21 lines

What it actually says

Mediabunny is a multimedia library for dealing with audio and video in the browser. Here is a compact overview of its capabilities: https://mediabunny.dev/llms.txt

Getting audio duration

See get-audio-duration.md for getting the duration of an audio file in seconds with Mediabunny.

Getting video dimensions

See get-video-dimensions.md for getting the width and height of a video file with Mediabunny.

Getting video duration

See get-video-duration.md for getting the duration of a video file in seconds with Mediabunny.

Files

What ships with it

5 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. yesterday Changed 30ca3a5189a5
  2. 3d ago Changed 7e28322023ba
  3. 6d ago Changed ecab5b35f462
  4. 8d ago First seen · 21 lines · 12 tokens per session scan A 9eb13cb94cca

Subscribe to this mod's changes

remotion-multimedia is a skill published in the GitHub repository guanyang/open-agent-hub (967 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 168 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to mediabunny, differing in 7 lines, and is treated as a copy.

Related

Other skills, from other repositories

json-ui

CRITICAL: Use for json-ui component rendering and development. Triggers on: json-ui, json render, component catalog, report render, HTML report, I18nString, i18n, bilingual, language switch, dual language, PaperHeader, AuthorList, Abstract, MetricsGrid, Section, Highlight, Zod schema, catalog.ts, cli.ts…

actionbook/actionbook · 118 tokens

airflow-plugins

Builds Airflow 3.1+ plugins that embed FastAPI apps, custom UI pages, React components, middleware, macros, and operator links directly into the Airflow UI. Use when building anything custom inside Airflow 3.1+ that involves Python and a browser-facing interface - creating an Airflow plugin, adding a custom UI page or…

astronomer/agents · 147 tokens

shadcn-ui

Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when setting up shadcn/ui, installing components, building forms with React Hook Form and Zod, customizing themes with Tailwind CSS, or implementing UI patterns like…

giuseppe-trisciuoglio/developer-kit · 74 tokens

react-patterns

Provides comprehensive React 19 patterns for Server Components, Server Actions, useOptimistic, useActionState, useTransition, concurrent features, Suspense boundaries, and TypeScript integration. Generates executable code patterns, validates security for public endpoints, and optimizes performance with React Compiler…

giuseppe-trisciuoglio/developer-kit · 87 tokens

yida-canvas-custom-page

A development guide for creating custom pages in Yida, a business application platform, using React 18. It covers pages such as websites, dashboards, workspaces, lists, details, and portals inside YidaCodeCanvas.

openyida/openyida · 93 tokens

yida-custom-page

A set of rules for building custom React-style pages on the Yida platform, a business application platform. It covers page structure, event handling, state, and Yida's JavaScript interface.

openyida/openyida · 67 tokens