DOCA Capabilities Print Tool (doca_caps)
Where to start: This is a tool skill for invoking doca_caps,
a side-effect-free CLI. Open TASKS.md and start at
## run for the documented invocations, or
## test when using doca_caps as an install
smoke-test. Open CAPABILITIES.md when the
question is what kinds of capability families doca_caps reports.
If DOCA is not installed yet, route to
doca-setup first.
Example questions this skill answers well
The CLASSES of doca_caps questions this skill is built to answer,
each with one worked example. The class is the load-bearing piece;
the worked example is one instance.
- "What DOCA devices does this host see?" — worked example: "is
my BlueField PF visible to DOCA". Answered by the device
enumeration in
CAPABILITIES.md ## Capabilities and modes
- the
--list-devs invocation in
TASKS.md ## run.
- "Which DOCA libraries are available on this OS?" — worked
example: "is Flow available on my RHEL host". Answered by the
library-availability surface in
CAPABILITIES.md ## Capabilities and modes
- the library-listing invocation in
TASKS.md ## run.
- "Does this device support library X capability Y?" — worked
example: "does this device support Flow hairpin?". Answered by
the per-device per-library capability matrix in
CAPABILITIES.md ## Capabilities and modes
- the
--pci-addr-scoped invocation in
TASKS.md ## run.
- "What representors are visible to DOCA?" — worked example:
"enumerate VF representors for pf0". Answered by the representor
enumeration in
CAPABILITIES.md ## Capabilities and modes
- the
--list-rep-devs invocation in
TASKS.md ## run.
- "I want a snapshot of state to attach to my debug session." —
worked example: "save device + library + capability output to a
file". Answered by the snapshot workflow in
TASKS.md ## test and consumed by
doca-debug ## test step 3
(read-only triple) and
doca-programming-guide ## debug.
- "
doca_caps returned nothing for capability Y — what does that
mean?" — worked example: "empty output for RDMA". Answered by
the empty-output interpretation rules in
TASKS.md ## debug +
CAPABILITIES.md ## Error taxonomy.
Audience
This skill serves external operators, developers, and AI agents who
need a side-effect-free way to ask "what does DOCA see on this host?"
before doing anything that changes state. Concretely:
- An external developer who installed DOCA (or is using the public NGC
DOCA container per
doca-setup ## no-install)
and wants to confirm the install can see hardware before writing code.
- A platform operator deploying a DOCA service who wants a documented,
read-only snapshot of which DOCA libraries this host actually
supports and which capabilities each DOCA device offers.
- An AI agent producing a capability snapshot artifact during the
documented setup or programming-guide debug procedures (it's listed
as the canonical first step in
doca-setup ## test and
doca-programming-guide ## debug).
It is not for users debugging doca_caps itself, and not a
substitute for the live public Capabilities Print Tool guide.
doca_caps is shipped as a tool (a single CLI binary), not a
library you link against. The skill uses the same kind: tool
three-file shape as the rest of the bundle so the agent's task-verb
contract (configure / build / modify / run / test / debug) is uniform
across libraries, services, and tools — even when individual verbs
collapse to a routing stub for a shipped read-only binary.
When to load this skill
Load this skill when the user is — or the agent needs to — invoke
doca_caps on a real host with DOCA installed (or inside the public
NGC DOCA container). Concretely:
- Running
doca_caps --list-devs to enumerate DOCA devices.
- Running
doca_caps --list-rep-devs to enumerate representor
devices.
- Scoping output to a specific PCIe address with
--pci-addr.
- Listing the DOCA libraries the install reports as available on the
current OS.
- Listing the available DOCA logger names.
- Capturing a documented, side-effect-free capability snapshot as
prerequisite evidence for later
## debug workflows.
Do not load this skill for general DOCA orientation, library API
work, or installation. For those, use
doca-public-knowledge-map,
the matching libs/<library> skill, or
doca-setup.
What this skill provides
This is a thin loader. Substantive material lives in two companion
files:
CAPABILITIES.md — what doca_caps reports (the five documented
capability families: devices, representors, libraries, library
capabilities, loggers), version availability and execution
environment, the tool's narrow error surface, its observability role
inside other skills' workflows, and its read-only safety posture.
TASKS.md — step-by-step workflows for the in-scope task verbs:
configure (route to install), build (route to install), modify
(refuse), run (the documented invocations), test (capability
snapshot as install smoke-test), debug (what to do when the tool
reports nothing or fails), plus a Deferred task verbs block routing
out-of-scope questions.
The skill assumes a host where DOCA is already installed (or the public
NGC DOCA container is running) and the operator has whatever
permissions the public guide requires for doca_caps to enumerate
devices on their platform.
What this skill deliberately does not ship
This skill is agent guidance, not a samples or scripts bundle. To
keep the boundary clean, it deliberately does not contain — and pull
requests should not add:
- Pre-baked example output. Output is install- and
hardware-specific. A captured example pinned to one platform and
one DOCA version misleads operators on a different platform / version.
- Wrappers, parsers, or scripts in any language that consume
doca_caps output. The output format is documented; if a user
wants to script against it, the right answer is "read the live
guide, write the parser against your installed version".
- A
samples/ or reference/ subtree. This is a thin loader for
a documented CLI; substantive material lives on the public page and
in --help.
Loading order
- Read this
SKILL.md first to confirm the user's question is in
scope (the user actually wants to invoke doca_caps, not learn
about DOCA in general).
- For what
doca_caps reports, version availability, error
surface, and safety posture, see CAPABILITIES.md.
- For the documented invocations and the capability-snapshot
workflow —
configure, build, modify, run, test, debug —
see TASKS.md.
Related skills
doca-public-knowledge-map
— routing to the public Capabilities Print Tool guide and the rest
of the public DOCA documentation set.
doca-setup — env preparation, install
verification (doca_caps is the canonical first step there), and
the I have no install yet path with the public NGC DOCA container.
doca-programming-guide —
cross-library programming patterns, including the ## debug
procedure where the saved doca_caps snapshot is consumed.
- The matching
libs/<library> skill — for fine-grained,
library-specific capability questions that go beyond what
doca_caps exposes.
1---2name: doca-caps3description: Use this skill when the user wants to invoke the read-only doca_caps CLI to ask what DOCA sees on this host — listing DOCA devices and PCIe addresses, listing representor devices, asking which DOCA libraries are available on the current OS, checking per-device per-library capabilities, scoping output to a specific PCIe address, or capturing a side-effect-free capability snapshot for a debug session or install smoke-test. Trigger even when the user does not explicitly mention "doca_caps" or "capabilities print tool" — typical implicit phrasings include "what does DOCA actually see on this box", "is my BlueField PF visible to DOCA", "is Flow available on my RHEL host", "enumerate VF representors for pf0", "doca_caps: command not found", or "empty output for RDMA, is the tool broken". Refuse and route elsewhere for DOCA installation, library-internal capability matrices (Flow pipe creation, RDMA verbs features), streaming telemetry / DTS, or modifying the shipped binary — those belong to other skills.4license: Apache-2.05---67# DOCA Capabilities Print Tool (`doca_caps`)89**Where to start:** This is a tool skill for invoking `doca_caps`,10a side-effect-free CLI. Open [`TASKS.md`](TASKS.md) and start at11[`## run`](TASKS.md#run) for the documented invocations, or12[`## test`](TASKS.md#test) when using `doca_caps` as an install13smoke-test. Open [`CAPABILITIES.md`](CAPABILITIES.md) when the14question is *what kinds of capability families `doca_caps` reports*.15If DOCA is not installed yet, route to16[`doca-setup`](../../doca-setup/SKILL.md) first.1718## Example questions this skill answers well1920The CLASSES of `doca_caps` questions this skill is built to answer,21each with one worked example. The class is the load-bearing piece;22the worked example is one instance.2324- **"What DOCA devices does this host see?"** — worked example: *"is25 my BlueField PF visible to DOCA"*. Answered by the device26 enumeration in27 [`CAPABILITIES.md ## Capabilities and modes`](CAPABILITIES.md#capabilities-and-modes)28 + the `--list-devs` invocation in29 [`TASKS.md ## run`](TASKS.md#run).30- **"Which DOCA libraries are available on this OS?"** — worked31 example: *"is Flow available on my RHEL host"*. Answered by the32 library-availability surface in33 [`CAPABILITIES.md ## Capabilities and modes`](CAPABILITIES.md#capabilities-and-modes)34 + the library-listing invocation in35 [`TASKS.md ## run`](TASKS.md#run).36- **"Does this device support library X capability Y?"** — worked37 example: *"does this device support Flow hairpin?"*. Answered by38 the per-device per-library capability matrix in39 [`CAPABILITIES.md ## Capabilities and modes`](CAPABILITIES.md#capabilities-and-modes)40 + the `--pci-addr`-scoped invocation in41 [`TASKS.md ## run`](TASKS.md#run).42- **"What representors are visible to DOCA?"** — worked example:43 *"enumerate VF representors for pf0"*. Answered by the representor44 enumeration in45 [`CAPABILITIES.md ## Capabilities and modes`](CAPABILITIES.md#capabilities-and-modes)46 + the `--list-rep-devs` invocation in47 [`TASKS.md ## run`](TASKS.md#run).48- **"I want a snapshot of state to attach to my debug session."** —49 worked example: *"save device + library + capability output to a50 file"*. Answered by the snapshot workflow in51 [`TASKS.md ## test`](TASKS.md#test) and consumed by52 [`doca-debug ## test`](../../doca-debug/TASKS.md#test) step 353 (read-only triple) and54 [`doca-programming-guide ## debug`](../../doca-programming-guide/TASKS.md#debug).55- **"`doca_caps` returned nothing for capability Y — what does that56 mean?"** — worked example: *"empty output for RDMA"*. Answered by57 the empty-output interpretation rules in58 [`TASKS.md ## debug`](TASKS.md#debug) +59 [`CAPABILITIES.md ## Error taxonomy`](CAPABILITIES.md#error-taxonomy).6061## Audience6263This skill serves **external operators, developers, and AI agents who64need a side-effect-free way to ask "what does DOCA see on this host?"**65before doing anything that changes state. Concretely:6667- An external developer who installed DOCA (or is using the public NGC68 DOCA container per [`doca-setup ## no-install`](../../doca-setup/TASKS.md#no-install))69 and wants to confirm the install can see hardware before writing code.70- A platform operator deploying a DOCA service who wants a documented,71 read-only snapshot of *which DOCA libraries this host actually72 supports* and *which capabilities each DOCA device offers*.73- An AI agent producing a *capability snapshot* artifact during the74 documented setup or programming-guide debug procedures (it's listed75 as the canonical first step in76 [`doca-setup ## test`](../../doca-setup/TASKS.md#test) and77 [`doca-programming-guide ## debug`](../../doca-programming-guide/TASKS.md#debug)).7879It is **not** for users debugging `doca_caps` itself, and **not** a80substitute for the live public Capabilities Print Tool guide.8182`doca_caps` is shipped as a **tool** (a single CLI binary), not a83library you link against. The skill uses the same `kind: tool`84three-file shape as the rest of the bundle so the agent's task-verb85contract (`configure / build / modify / run / test / debug`) is uniform86across libraries, services, and tools — even when individual verbs87collapse to a routing stub for a shipped read-only binary.8889## When to load this skill9091Load this skill when the user is — or the agent needs to — invoke92`doca_caps` on a real host with DOCA installed (or inside the public93NGC DOCA container). Concretely:9495- Running `doca_caps --list-devs` to enumerate DOCA devices.96- Running `doca_caps --list-rep-devs` to enumerate representor97 devices.98- Scoping output to a specific PCIe address with `--pci-addr`.99- Listing the DOCA libraries the install reports as available on the100 current OS.101- Listing the available DOCA logger names.102- Capturing a documented, side-effect-free **capability snapshot** as103 prerequisite evidence for later `## debug` workflows.104105Do **not** load this skill for general DOCA orientation, library API106work, or installation. For those, use107[`doca-public-knowledge-map`](../../doca-public-knowledge-map/SKILL.md),108the matching `libs/<library>` skill, or109[`doca-setup`](../../doca-setup/SKILL.md).110111## What this skill provides112113This is a **thin loader**. Substantive material lives in two companion114files:115116- `CAPABILITIES.md` — what `doca_caps` reports (the five documented117 capability families: devices, representors, libraries, library118 capabilities, loggers), version availability and execution119 environment, the tool's narrow error surface, its observability role120 inside other skills' workflows, and its read-only safety posture.121- `TASKS.md` — step-by-step workflows for the in-scope task verbs:122 `configure` (route to install), `build` (route to install), `modify`123 (refuse), `run` (the documented invocations), `test` (capability124 snapshot as install smoke-test), `debug` (what to do when the tool125 reports nothing or fails), plus a `Deferred task verbs` block routing126 out-of-scope questions.127128The skill assumes a host where DOCA is already installed (or the public129NGC DOCA container is running) and the operator has whatever130permissions the public guide requires for `doca_caps` to enumerate131devices on their platform.132133## What this skill deliberately does not ship134135This skill is **agent guidance**, not a samples or scripts bundle. To136keep the boundary clean, it deliberately does not contain — and pull137requests should not add:138139- **Pre-baked example output.** Output is install- and140 hardware-specific. A captured example pinned to one platform and141 one DOCA version misleads operators on a different platform / version.142- **Wrappers, parsers, or scripts** in any language that consume143 `doca_caps` output. The output format is documented; if a user144 wants to script against it, the right answer is "read the live145 guide, write the parser against your installed version".146- **A `samples/` or `reference/` subtree.** This is a thin loader for147 a documented CLI; substantive material lives on the public page and148 in `--help`.149150## Loading order1511521. Read this `SKILL.md` first to confirm the user's question is in153 scope (the user actually wants to invoke `doca_caps`, not learn154 about DOCA in general).1552. **For what `doca_caps` reports, version availability, error156 surface, and safety posture, see [CAPABILITIES.md](CAPABILITIES.md).**1573. **For the documented invocations and the capability-snapshot158 workflow — `configure`, `build`, `modify`, `run`, `test`, `debug` —159 see [TASKS.md](TASKS.md).**160161## Related skills162163- [`doca-public-knowledge-map`](../../doca-public-knowledge-map/SKILL.md)164 — routing to the public Capabilities Print Tool guide and the rest165 of the public DOCA documentation set.166- [`doca-setup`](../../doca-setup/SKILL.md) — env preparation, install167 verification (`doca_caps` is the canonical first step there), and168 the *I have no install yet* path with the public NGC DOCA container.169- [`doca-programming-guide`](../../doca-programming-guide/SKILL.md) —170 cross-library programming patterns, including the `## debug`171 procedure where the saved `doca_caps` snapshot is consumed.172- The matching `libs/<library>` skill — for fine-grained,173 library-specific capability questions that go beyond what174 `doca_caps` exposes.