hdr-dynmeta-docs

hdr-dynmeta-docs is a skill for Claude Code from damionrashford/media-os. It costs 204 tokens per session (1,993 once invoked), scanned A, original, MIT.

A documentation lookup skill for two command-line tools that create and inspect dynamic HDR video metadata. Dolby Vision and HDR10+ are video formats that can adjust picture settings scene by scene.

In plain words
What is it for?
Use it when working with dovitool or hdr10plustool, reading their documentation, checking flags, or planning video-processing command pipelines.
Why use it?
It helps you confirm available commands, options, supported profiles, releases, and installation requirements instead of relying on memory.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the media-os plugin — 121 skills, 11 agents, 5 hooks, 1 plugin shipped together

Good fit Use it when working with dovitool or hdr10plustool, reading their documentation, checking flags, or planning video-processing command pipelines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/damionrashford/media-os/hdr-dynmeta-docs
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 damionrashford/media-os --skill hdr-dynmeta-docs
Clone the repo
git clone --depth 1 https://github.com/damionrashford/media-os

Made for: Claude Code.

Or install media-os, the plugin that ships this one along with the rest of its 121 skills, 11 agents, 5 hooks, 1 plugin.

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 hdr-dynmeta-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/damionrashford/media-os/hdr-dynmeta-docs/github.svg)](https://agentmods.dev/skills/damionrashford/media-os/hdr-dynmeta-docs)
Your own site
<a href="https://agentmods.dev/skills/damionrashford/media-os/hdr-dynmeta-docs"><img src="https://agentmods.dev/badge/skills/damionrashford/media-os/hdr-dynmeta-docs/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 hdr-dynmeta-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/damionrashford/media-os/hdr-dynmeta-docs"><img src="https://agentmods.dev/badge/skills/damionrashford/media-os/hdr-dynmeta-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 204 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,993 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 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.00204 $0.01993
Opus 5 $0.00102 $0.00996
Sonnet 5 $0.00041 $0.00399
Haiku 4.5 $0.00020 $0.00199

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

Security

Grade A, and why

hdr-dynmeta-docs 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/hdrdocs.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.

.claude/skills/hdr-dynmeta-docs/SKILL.md · 160 lines

How it starts

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

HDR DynMeta Docs

Context: $ARGUMENTS

Quick start

  • Find a dovi_tool / hdr10plus_tool subcommand or flag: → Step 2 (search)
  • Read the full README section: → Step 3 (section)
  • Grab a whole README / release-notes page: → Step 4 (fetch)
  • Prime cache for offline use: → Step 5 (index)

When to use

  • User asks "which Dolby Vision profiles does dovi_tool support?" (answer: 4, 5, 7, 8.1, 8.4 — 8.2 unknown).
  • User asks about hdr10plus_tool subcommands (extract / inject / remove / plot / editor).
  • User is about to chain ffmpeg bsf=hevc_mp4toannexb | dovi_tool extract-rpu | … and needs to verify flag names.
  • Need latest release version and Rust MSRV before recommending install method.
  • For the execution side (actually running these tools), see hdr-dovi-tool + hdr-hdr10plus-tool skills.

Step 1 — Page catalog

uv run ${CLAUDE_SKILL_DIR}/scripts/hdrdocs.py list-pages
Page URL
dovi-readme github.com/quietvoid/dovi_tool/blob/main/README.md (raw)
dovi-releases api.github.com/repos/quietvoid/dovi_tool/releases/latest
hdr10plus-readme github.com/quietvoid/hdr10plus_tool/blob/main/README.md (raw)
hdr10plus-releases api.github.com/repos/quietvoid/hdr10plus_tool/releases/latest

Read references/subcommands.md for the verified subcommand + flag catalog.


Step 2 — Search first

uv run ${CLAUDE_SKILL_DIR}/scripts/hdrdocs.py search --query "extract-rpu" --page dovi-readme
uv run ${CLAUDE_SKILL_DIR}/scripts/hdrdocs.py search --query "editor" --page hdr10plus-readme

Use --format json for machine-parseable output.


Step 3 — Read a section

uv run ${CLAUDE_SKILL_DIR}/scripts/hdrdocs.py section --page dovi-readme --id Usage

Step 4 — Fetch a page

uv run ${CLAUDE_SKILL_DIR}/scripts/hdrdocs.py fetch --page dovi-readme
uv run ${CLAUDE_SKILL_DIR}/scripts/hdrdocs.py fetch --page hdr10plus-releases

Read the full file on GitHub · 160 lines

Files

What ships with it

2 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. 12d ago First seen · 160 lines · 204 tokens per session scan A 0c12c000e52e

Subscribe to this mod's changes

hdr-dynmeta-docs is a skill published in the GitHub repository damionrashford/media-os (19 stars, last pushed 3mo ago), licensed MIT. It adds 204 tokens to every session and 1,993 once invoked, about $0.0010 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

loudcheck

Loudness compliance verdicts against formal published standards — EBU R 128, ATSC A/85, or BS.1770 measure-only. Use it when audio or video has to pass a delivery gate: "is this file broadcast-legal?", "will this mix get rejected?", "how far off target is it and what's the exact fix?", batch-checking a delivery…

chaoz23/loudcheck · 109 tokens

ideogram-ultra

Build Ideogram 4 (Ideogram Ultra) txt2img and img2img workflows with the local open-weights model, dual conditional/unconditional models with DualModelGuider, Qwen3-VL text encoder, and structured JSON ("compositional deconstruction") prompts for strong text rendering and layout control.

artokun/comfyui-mcp · 68 tokens

civitai

Discover Civitai models with the BUILT-IN downloadmodel action:"searchcivitai" and install/generate them locally. Find a checkpoint/LoRA/embedding on Civitai, download it into ComfyUI, and use its trigger words. Optionally pair the official Civitai MCP for community features (images browsing, posting, collections).

artokun/comfyui-mcp · 76 tokens

chief-revenue-officer

Owns the revenue engine end to end: sales, monetization, pricing, customer success, retention, and partnerships. Use this for pricing and packaging decisions, sales strategy and coverage, forecast and pipeline health, churn and expansion, partner and channel strategy, or when marketing-sourced demand is not…

cbrock84/headcount · 80 tokens

dev

One-command dev loop boot. Spins up portless (named HTTPS subdomain), emulate (stateful API mocks), the project's dev server, and an agent-browser session, all keyed to the current git branch. Use when starting a feature branch, switching worktrees, or returning to a project after a break. Skips silently with install…

yonatangross/orchestkit · 76 tokens

storybook-mcp-integration

Reference for the Storybook MCP server itself (@storybook/addon-mcp): 6 tools across 3 toolsets (dev, docs, testing), availability detection, and per-agent toolset filtering. Use when setting up the server or calling these tools directly against components that already exist. For the end-to-end pipeline that turns a…

yonatangross/orchestkit · 91 tokens