rdk-doc-finder

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

A locator for the official D-Robotics documentation covering RDK boards, software, models, accessories, and TROS. TROS is D-Robotics' software platform for running robot applications.

In plain words
What is it for?
Use it to find the authoritative page for a particular RDK topic, such as setup, hardware, toolchains, models, accessories, or TROS.
Why use it?
RDK information is split across several documentation sites, so searching the wrong one can lead to missing or incorrect instructions. It finds and verifies the relevant manual, chapter, and link.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to find the authoritative page for a particular RDK topic, such as setup, hardware, toolchains, models, accessories, or TROS.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/d-robotics/moss/rdk-doc-finder
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 D-Robotics/moss --skill rdk-doc-finder
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-doc-finder

README.md
[![agentmods](https://agentmods.dev/badge/skills/d-robotics/moss/rdk-doc-finder/github.svg)](https://agentmods.dev/skills/d-robotics/moss/rdk-doc-finder)
Your own site
<a href="https://agentmods.dev/skills/d-robotics/moss/rdk-doc-finder"><img src="https://agentmods.dev/badge/skills/d-robotics/moss/rdk-doc-finder/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 rdk-doc-finder

Your own site · 80×15
<a href="https://agentmods.dev/skills/d-robotics/moss/rdk-doc-finder"><img src="https://agentmods.dev/badge/skills/d-robotics/moss/rdk-doc-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 270 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,054 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 95
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00270 $0.03054
Opus 5 $0.00135 $0.01527
Sonnet 5 $0.00054 $0.00611
Haiku 4.5 $0.00027 $0.00305

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

Security

Grade A, and why

rdk-doc-finder scanned grade A with 1 finding 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 9d ago.

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

Makes network callslowCapability

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

> Sources: the six D-Robotics Docusaurus repos (`rdk_x_doc`, `rdk_s_doc`, `tros_doc`, `model_zoo_doc`, `rdk_studio_doc`, `accessories_doc`, default branch `main`) plus the archived `rdk_doc`. URL rules were checked again
packages/moss-agent/assets/rdk-knowledge/skills/rdk-doc-finder/SKILL.md · 125 lines

How it starts

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

RDK Official Doc Locator

Point any RDK question at the right official manual, chapter, and verified developer.d-robotics.cc URL. The single most important thing: the docs are split across SIX live sites plus one archive — pick the right site first, then derive the URL, then verify it before handing it over. Never paste a derived URL you have not confirmed 200.

Sources: the six D-Robotics Docusaurus repos (rdk_x_doc, rdk_s_doc, tros_doc, model_zoo_doc, rdk_studio_doc, accessories_doc, default branch main) plus the archived rdk_doc. URL rules were checked against each repo's docusaurus.config.js; representative URLs were curl-tested 200/404 (see "Verified anchors"). Docs evolve with releases — when in doubt, re-fetch.

Step 1 — Pick the right site (six-site split)

Each topic belongs to exactly one site. Get this wrong and every URL after it is wrong.

Site (baseUrl) Owns Boards
rdk_x_doc X-series main manual: quick start / system config / 40pin / vision / audio / multimedia / toolchain / Linux dev / FAQ / appendix commands X3 · X3 Module · X5 · X5 Module · Ultra*
rdk_s_doc S-series main manual: all of the above plus MCU dev / hbmem / PCIe / OTA / VDSP (S-only) S100 · S100P · S600
tros_doc TROS / ROS2 robotics: install / quick demo / function packages (boxs) / apps / perf tuning cross-board (X & S)
model_zoo_doc Model Zoo algorithm catalog + usage (precompiled models, infer API, per-board guides) X3 · X5 · S100 · S600
rdk_studio_doc RDK Studio desktop client: install/login / flashing / connect device / AI chat / OpenClaw / Skill / CLI / FAQ Studio app itself
accessories_doc Official accessories: stereo cameras GS130W / GS130WI, IMU module accessory hardware

* Ultra has no page in rdk_x_doc — its hardware intro lives only in the archived rdk_doc (see Step 3).

Site-selection cheat-sheet:

User asks about… Go to
Using a ROS2 node, installing TROS, Nav2, SLAM, stereo/VIO tros_doc (even on X/S boards)
Ready-made YOLO/classification/segmentation model, accuracy figures model_zoo_doc
RDK Studio client UI, OpenClaw, flashing dialog, client errors rdk_studio_doc
S100/S600 MCU / R52 / hbmem / .hbm / PCIe / EtherCAT / OTA / VDSP rdk_s_doc (X site has no MCU chapter)
Other on-board system / peripheral / toolchain topics X board → rdk_x_doc, S board → rdk_s_doc
Stereo camera GS130W/GS130WI, IMU module accessories_doc

Read the full file on GitHub · 125 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. 9d ago First seen · 125 lines · 270 tokens per session scan A e8f819c78882

Subscribe to this mod's changes

rdk-doc-finder is a skill published in the GitHub repository D-Robotics/moss (142 stars, last pushed 13d ago), licensed MIT. It adds 270 tokens to every session and 3,054 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 1 finding (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

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

jetson-diagnostic

Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.

NVIDIA/skills · 30 tokens

doca-socket-relay

Use this skill when the operator is driving the DOCA Socket Relay to bridge a socket-oriented host application onto a BlueField DPU peer without rewriting it — picking the deployment shape (in-process, sidecar, or BlueField service container), configuring the host-side socket and the DPU-side forwarding endpoint…

NVIDIA/skills · 236 tokens

offensive-z-wave

Z-Wave attack methodology — sniffing with Z-Force / EZ-Wave / RTL-SDR + ZniffMobile, S0 (legacy) network-key derivation flaw and key reuse, S2 (modern) ECDH commissioning analysis, replay/injection on unauthenticated nodes, default-key brute-force on test deployments, and home-automation hub pivots. Use when targeting…

SnailSploit/Claude-Red · 113 tokens

hsb-flash

Flash the FPGA on an HSB board connected to an NVIDIA devkit. Supports HSB Lattice boards (FPGA versions 2407, 2412, 2507, 2510) and Leopard Imaging VB1940 "all-in-one" cameras (FPGA versions 2507, 2510). Uses release-specific YAML manifests and board-type-specific program commands. Lattice and VB1940 commands must…

NVIDIA/skills · 94 tokens

jetson-validate-image

Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.

NVIDIA/skills · 50 tokens