DOCA — инвентаризация устройств и возможностей
★ 7.6 · content
doca-caps is a Claude Code skill that invokes the read-only doca_caps CLI to report exactly what DOCA sees on the current host, with zero side effects. It covers four operation classes: enumerating DOCA devices and PCIe addresses (--list-devs), listing VF representor devices (--list-rep-devs), querying which DOCA libraries are available on the current OS, and checking per-device per-library capabilities scoped to a specific PCIe address (--pci-addr). The skill calls /opt/mellanox/doca/tools/doca_caps alongside pkg-config doca-common to confirm the install; DOCA SDK ≥ 2.6.0 on Linux with a BlueField DPU or ConnectX NIC is required. It is intended for developers and platform operators who need to verify hardware visibility before writing code, and for AI agents producing a capability snapshot as the first step of a debug session or install smoke-test.