ffmpeg-install

ffmpeg-install is a skill for Claude Code, Codex from chunpu/agent-skills. It costs 17 tokens per session (886 once invoked), scanned B, original, no licence file.

A setup guide for checking whether FFmpeg, a command-line tool for working with audio and video, is installed on macOS and installing it with Homebrew, a macOS package manager.

In plain words
What is it for?
Checking an FFmpeg installation and installing FFmpeg through Homebrew on macOS.
Why use it?
It helps avoid errors caused by a missing FFmpeg command or an incomplete installation.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/chunpu/agent-skills/ffmpeg-install
Any agent
npx skills add chunpu/agent-skills --skill ffmpeg-install
Clone the repo
git clone --depth 1 https://github.com/chunpu/agent-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 ffmpeg-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/chunpu/agent-skills/ffmpeg-install.svg)](https://agentmods.dev/skills/chunpu/agent-skills/ffmpeg-install)
Your own site
<a href="https://agentmods.dev/skills/chunpu/agent-skills/ffmpeg-install"><img src="https://agentmods.dev/badge/skills/chunpu/agent-skills/ffmpeg-install.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 886 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown 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 $0.00017 $0.00886
Opus 5 $0.00009 $0.00443
Sonnet 5 $0.00003 $0.00177
Haiku 4.5 $0.00002 $0.00089

Measured 5d ago against content hash 351598c2eca5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

ffmpeg-install scanned grade B with 2 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 5d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt update

Makes network callslowCapability

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

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
skills/ffmpeg-install/SKILL.md · 145 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 145 lines · 17 tokens per session scan B 351598c2eca5

Subscribe to this mod's changes

ffmpeg-install is a skill published in the GitHub repository chunpu/agent-skills (35 stars, last pushed 5mo ago), with no licence file. It adds 17 tokens to every session and 886 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). 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

install-openviking-memory

Install and configure the OpenViking long-term memory plugin for OpenClaw via natural conversation. Once installed, the plugin automatically captures facts from chats and recalls relevant context before each reply (auto-capture + auto-recall, cross-session). Covers prerequisites, install through OpenClaw's plugin…

volcengine/OpenViking · 191 tokens

Tailored Install

Use BEFORE installing any skill, setting, hook, or memory/instruction file into a user's setup. Detects the target environment, resolves real paths, asks when unsure, installs idempotently without overwriting, and verifies. Use when: "install this skill", "set this up for me", "add this to my agent", "configure my…

howdeploy/deploychan_mcp · 76 tokens

pipefy-toolkit-setup

Guide a first-time user through Pipefy AI toolkit setup (Cursor Marketplace plugin, hosted MCP, local install.sh, or Claude Code plugin). Use when the user asks to install Pipefy MCP, connect Claude/Cursor to Pipefy, run /pipefy:install, or set up mcp.pipefy.com. Do not use for day-to-day Pipefy workflows after MCP is…

pipefy/ai-toolkit · 86 tokens

env-doctor

环境诊断技能 - 运行时检测、端口检查、服务健康、一键修复.

chainlesschain/chainlesschain · 24 tokens

slideshow

Author a HyperFrames slideshow — a presentation, pitch deck, or interactive deck with discrete slides, fragment reveals, branching, hotspot navigation, and built-in presenter mode with speaker notes; also converts an existing page into a deck. Output is a navigable deck, not a rendered MP4. If the user didn't…

heygen-com/hyperframes · 83 tokens

pr-to-video

Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feature reveal, fix, or refactor walkthrough built from the diff, commits, and files: the input is a code change, not a website. Not a product promo (/product-launch-video) or a no-PR…

heygen-com/hyperframes · 104 tokens