dynamo-interconnect-check Skill
Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment up (especially disagg/multi-node) to confirm the KV transport is correct; use troubleshoot for diagnosing already-failed pods. Published by openai in plugins.
What is dynamo-interconnect-check Skill?
Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment up (especially disagg/multi-node) to confirm the KV transport is correct; use troubleshoot for diagnosing already-failed pods. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Deployment
- Design and media
- Testing use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use dynamo-interconnect-check Skill
- Use it for testing.
- Use it for deployment.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/nvidia/skills/dynamo-interconnect-check/SKILL.md
What it does
Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment up (especially disagg/multi-node) to confirm the KV transport is correct; use troubleshoot for diagnosing already-failed pods.
Skill instructions
Dynamo Interconnect Check <!-- SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. SPDX-License-Identifier: CC-BY-4.0 -- Purpose Confirm that the transport disaggregated serving depends on actually works. A deployment can pass an endpoint smoke test while disagg is silently wrong: if NIXL/UCX cannot reach the peer worker over RDMA or NVLink, KV transfer falls back to a slow or broken path. Catch that with read-only checks before trusting a disagg deployment or its benchmark numbers. This skill is read-only. It never mutates the cluster and never prints secrets. Prerequisites - Python 3.10+ on the operator machine. - kubectl exec access to a worker pod in the target Dynamo deployment. - Read access to the recipe directory (recipes/<model/<framework/<mode). - For node-capability checks: tools like ibstat, nvidia-smi, lsmod available in the worker pod image (missing tools are reported as skipped, not failures). When To Use - After dynamo-recipe
Explore related resources
Frequently asked questions
What is dynamo-interconnect-check?
dynamo-interconnect-check is a open-source AI agent skill with Copy skill directory. Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink.
Who is dynamo-interconnect-check best for?
dynamo-interconnect-check is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows, design and media workflows.
How do I install dynamo-interconnect-check?
Install or run dynamo-interconnect-check using Copy skill directory. Check dynamo-interconnect-check for the latest setup command.
Is dynamo-interconnect-check actively maintained?
dynamo-interconnect-check may need a closer maintenance check before production use.
Auto-fetched from GitHub.