← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nat-skill
Description
NVIDIA NeMo Agent Toolkit (NAT) — install, create workflows, add tools, run agents, evaluate performance, and publish as A2A/MCP servers. Use when: (1) insta...
Usage Guidance
This skill appears to be what it claims: documentation for NVIDIA's NeMo Agent Toolkit. Before installing or running workflows, review any workflow YAMLs and example configs for embedded secrets (S3 keys, OpenAI/Azure keys, NAT_PUBLIC_BASE_URL) and avoid putting long-lived credentials into public configs. If you publish an A2A agent (nat a2a serve), understand you are opening an HTTP endpoint—use authentication and limit network exposure. When installing packages via pip, prefer official releases (GitHub/NVIDIA docs) and inspect any third-party example code you copy (custom tools can run arbitrary Python and use boto3/requests). If you need a higher-assurance review, provide the specific workflow YAMLs or example code you plan to run so those can be checked for secret leakage or unexpected network destinations.
Capability Analysis
Type: OpenClaw Skill
Name: nat-skill
Version: 1.0.0
The skill bundle provides legitimate documentation and instructions for the NVIDIA NeMo Agent Toolkit (NAT). It includes installation guides, YAML configuration examples, and CLI command references for building and running AI agents. The content is consistent with official NVIDIA documentation and repositories (github.com/NVIDIA/NeMo-Agent-Toolkit), and no indicators of malicious intent, data exfiltration, or unauthorized execution were found in SKILL.md or the reference files.
Capability Assessment
Purpose & Capability
Name/description, the required binaries (nat, pip, uv), and the primary credential (NVIDIA_API_KEY) are consistent with installing and using the NVIDIA NeMo Agent Toolkit. Examples referencing S3, OpenAI, Bedrock, etc., are plausible optional integrations for this toolkit rather than unexplained or unrelated demands.
Instruction Scope
SKILL.md stays on-topic: install, configure, run workflows, create custom tools, and publish A2A/MCP servers. It does instruct the user to start network services (nat a2a serve) and to place credentials into workflow YAMLs (e.g., ${S3_ACCESS_KEY}), so workflows can cause the agent to access external networks and third-party services. This is expected for an agent toolkit but is a material operational/privacy consideration.
Install Mechanism
Instruction-only skill (no install spec) that recommends standard pip installs (via 'uv pip install' or 'pip install'). No unusual download URLs or archive extraction are present in the provided docs.
Credentials
The skill declares NVIDIA_API_KEY as primaryEnv which matches NIM usage. However the documentation shows many optional integrations (S3 access_key/secret, OpenAI/Azure/Bedrock keys, NAT_PUBLIC_BASE_URL, etc.). Those are not required by default but will be needed if you enable corresponding components—review any workflow configs for embedded secrets and be cautious about using broad credentials.
Persistence & Privilege
Skill is not marked always:true and is user-invocable; it does not request persistent system-wide privileges or modify other skills' configurations in the docs. Running A2A servers will open network endpoints by design, which is a normal capability for this toolkit.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nat-skill - After installation, invoke the skill by name or use
/nat-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
NVIDIA NeMo Agent Toolkit (NAT) skill v1.0.0 initial release.
- Install, set up, and manage the NVIDIA NeMo Agent Toolkit (NAT) for enterprise agent workflows.
- Create, edit, and run agent workflows with YAML configuration, supporting built-in and custom tools.
- Integrate and manage popular frameworks like LangChain, LlamaIndex, and CrewAI.
- Evaluate, profile, and publish workflows as A2A or MCP servers for agent interoperability.
- Includes detailed command-line usage, configuration structure, and guidance for custom tool development.
Metadata
Frequently Asked Questions
What is NAT?
NVIDIA NeMo Agent Toolkit (NAT) — install, create workflows, add tools, run agents, evaluate performance, and publish as A2A/MCP servers. Use when: (1) insta... It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install NAT?
Run "/install nat-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NAT free?
Yes, NAT is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NAT support?
NAT is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NAT?
It is built and maintained by Saurav (@sauravdev); the current version is v1.0.0.
More Skills