rdk-multimedia

rdk-multimedia is a skill for Claude Code, Codex from D-Robotics/moss. It costs 354 tokens per session (3,315 once invoked), scanned A, original, MIT.

A workflow for controlling multimedia hardware on D-Robotics RDK boards, small computers used for embedded and robotics projects.

In plain words
What is it for?
Use it to capture camera input, encode or decode H.264, H.265, JPEG, or MJPEG, resize or rotate images, and display video on supported RDK hardware.
Why use it?
It helps move video between cameras, hardware codecs, image-processing units, and HDMI or MIPI displays while accounting for differences between board families.

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/d-robotics/moss/rdk-multimedia
Any agent
npx skills add D-Robotics/moss --skill rdk-multimedia
Clone the repo
git clone --depth 1 https://github.com/D-Robotics/moss

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/d-robotics/moss/rdk-multimedia.svg)](https://agentmods.dev/skills/d-robotics/moss/rdk-multimedia)
Your own site
<a href="https://agentmods.dev/skills/d-robotics/moss/rdk-multimedia"><img src="https://agentmods.dev/badge/skills/d-robotics/moss/rdk-multimedia.svg" alt="Measured on agentmods" height="20"></a>
Per session 354 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,315 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00354 $0.03315
Opus 5 $0.00177 $0.01657
Sonnet 5 $0.00071 $0.00663
Haiku 4.5 $0.00035 $0.00331

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

Security

Grade A, and why

rdk-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 5d ago.

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

packages/moss-agent/assets/rdk-knowledge/skills/rdk-multimedia/SKILL.md · 105 lines

How it starts

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

RDK Multimedia Hardware Pipeline (codec / capture / scale / display)

This skill moves raw pixel streams between on-board hardware units: sensor in → ISP tuned → scaled → VPU/JPU encoded/decoded → pushed out to HDMI/MIPI. It does not cover model inference (→ rdk-device) or wrapping any of this into a ROS node (→ rdk-ros).

Sources: official D-Robotics docs. X-series (rdk_doc): docs/07_Advanced_development/03_multimedia_development/* and docs/03_Basic_Application/06_multi_media_sp_dev_api/RDK_X5/*. S-series (rdk_s_doc): docs/07_Advanced_development/03_multimedia_development/{01_S100,02_multimedia_application,03_S600_multimedia_application}/*. Every spec below was re-verified against these files; numbers nobody could confirm are flagged in the reference's "Unverified" section.

The one thing that matters most

X-series and S-series are two different multimedia stacks — do not map one onto the other. The X-series VPS/VOT vocabulary (HB_VPS_*, HB_VOT_*, sp_dev) does not exist on the S-series; the S-series uses Camsys/PYM/GDC + MediaCodec + IDE/IDU instead. Confirm the board family first, then pick the matching API column. A user who pastes HB_VOT_* code on an S600 is on the wrong stack entirely.

Stack cheat-sheet (pick the column for the board)

Stage X3 (Bernoulli2) / X5 (Bayes-e) / Ultra (Bayes) S100 / S100P / S600 (Nash)
Capture VIN = SIF/MIPI in + ISP + LDC/DIS/DWE VIN = CIM + MIPI + LPWM + VCON, then ISP
Scale / crop / rotate VPS (IPU scale/crop/rotate + PYM + GDC) PYM (shrink/ROI) + GDC (geometric correct); YNR is a separate stage
Video codec VENC / VDEC → VPU (H264/H265) CODEC → VPU, under MediaCodec subsystem
Image codec JPU (JPEG/MJPEG) JPU (JPEG/MJPEG), under MediaCodec
Display VOT → HDMI / MIPI / BT1120, max 1080P@60 IDE / IDU → MIPI DSI / MIPI CSI2 Device
Easy user-space API sp_dev (/app/cdev_demo, sp_*) /app/multimedia_samples (HB_* / MediaCodec)
Bind modules HB_SYS_Bind / HB_SYS_SetVINVPSMode / sp_module_bind pipeline samples wire stages in C

Read the full file on GitHub · 105 lines

Files

What ships with it

3 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. 5d ago First seen · 105 lines · 354 tokens per session scan A ef6c4613fb7c

Subscribe to this mod's changes

rdk-multimedia is a skill published in the GitHub repository D-Robotics/moss (142 stars, last pushed 9d ago), licensed MIT. It adds 354 tokens to every session and 3,315 once invoked, about $0.0018 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

integrated-browser

Use this when working on the VS Code integrated browser ("browserView") to understand its architecture and mental model. Covers the embedded Chromium browser, its editor tab, navigation, overlay/layout, sessions, and agent browser tools under src/vs/platform/browserView and src/vs/workbench/contrib/browserView.

microsoft/vscode · 68 tokens

project-snmp-profiles-authoring

Use when editing Netdata SNMP profile YAMLs, topology SNMP profiles, ddsnmp profile parsing, or profile-format documentation. Requires checking source MIB field accessibility, especially MAX-ACCESS not-accessible INDEX objects, before adding or changing profile symbols.

netdata/netdata · 60 tokens

hyperpod-version-checker

Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…

awslabs/agent-plugins · 120 tokens

unifi-protect

How to manage UniFi Protect cameras and NVR — view cameras, smart detections, Find Anything detection search, recordings, snapshots, lights, sensors, Known Faces, license plates, and the Alarm Manager. Use this skill when the user mentions UniFi cameras, security cameras, NVR, recordings, motion detection, person…

sirkirby/unifi-mcp · 112 tokens

pcbway

PCBWay PCB fabrication and assembly — turnkey/consigned assembly, design rules, ordering workflow. Alternative to JLCPCB for manufacturing. Use with KiCad. Use this skill when the user mentions PCBWay, needs turnkey assembly (PCBWay sources parts by MPN), has parts not available on LCSC, needs assembled boards with…

aklofas/kicad-happy · 119 tokens

speaker-recognizer

Self-enroll a voice for speaker recognition. Activate ONLY when (a) a mic Unknown Speaker: turn carries a clear self-introduction ("I'm X", "my name is X", "tôi là X"...), (b) prior same-tag [voice:voiceN] turns can be combined with a now-named turn, (c) a Telegram voice-note carries an intro, OR (d) the user asks to…

autonomous-ai/autonomous-os · 132 tokens