Summary
Build an integration adapter so OpenHuman can be listed on the Nemo Claw skills/integrations page (nemoclawai.io/integrations). Nemo Claw is NVIDIA's open-source security stack for AI agents — it wraps agents in enterprise-grade sandboxing, kernel-level isolation, privacy routing, and audit logging. Getting listed gives OpenHuman visibility with enterprise and NVIDIA hardware users running local AI stacks.
Problem
OpenHuman is not currently listed on Nemo Claw's integrations/skills directory. Nemo Claw is an open-source (Apache 2.0) platform and accepts third-party integrations either via direct contribution or their partner program. We have been provided an adapter guide from the Nemo Claw team that defines the technical contract for integration.
Solution (optional)
Scope: new adapter module, following the provided Nemo Claw adapter guide (share with the implementing developer before starting).
At a high level, the adapter will need to:
- Expose OpenHuman's agent capabilities in the format Nemo Claw expects for skills registration (tool definitions, capability manifest, or agent card — per the adapter guide spec)
- Handle the Nemo Claw runtime contract: sandboxed execution via OpenShell, network policy compliance (default-deny, operator-approved outbound), and audit log hooks
- Support Nemo Claw's privacy router — correctly declare which operations require cloud model calls vs. can run on local Nemotron models, so the router can make the right local/cloud decision
- Wire any required authentication or operator-approval flow for the Nemo Claw environment
- Submit the integration to the Nemo Claw GitHub for listing, or go through their partner program track (nemoclawai.io/integrations → "Partner With Us")
Related platforms: The adapter should be designed generically enough to extend to similar NVIDIA / NIM-ecosystem platforms where OpenHuman could also be listed.
Acceptance criteria
Related
Summary
Build an integration adapter so OpenHuman can be listed on the Nemo Claw skills/integrations page (nemoclawai.io/integrations). Nemo Claw is NVIDIA's open-source security stack for AI agents — it wraps agents in enterprise-grade sandboxing, kernel-level isolation, privacy routing, and audit logging. Getting listed gives OpenHuman visibility with enterprise and NVIDIA hardware users running local AI stacks.
Problem
OpenHuman is not currently listed on Nemo Claw's integrations/skills directory. Nemo Claw is an open-source (Apache 2.0) platform and accepts third-party integrations either via direct contribution or their partner program. We have been provided an adapter guide from the Nemo Claw team that defines the technical contract for integration.
Solution (optional)
Scope: new adapter module, following the provided Nemo Claw adapter guide (share with the implementing developer before starting).
At a high level, the adapter will need to:
Related platforms: The adapter should be designed generically enough to extend to similar NVIDIA / NIM-ecosystem platforms where OpenHuman could also be listed.
Acceptance criteria
Related