Skip to content

Build Nemo Claw adapter to list OpenHuman on their skills/integrations page #4409

Description

@Al629176

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

  • Adapter builds — Nemo Claw adapter compiles and passes unit tests; follows the spec in the provided adapter guide exactly.
  • Skills listing — OpenHuman appears on the Nemo Claw integrations/skills page after submission.
  • Sandboxed execution — Adapter runs correctly within Nemo Claw's OpenShell kernel sandbox; no policy violations on standard OpenHuman flows.
  • Privacy router compliance — Local-safe operations declared correctly; cloud calls route through the privacy router as expected.
  • Audit log hooks — Agent actions emit audit log events in the format Nemo Claw expects.
  • No regression — Existing OpenHuman agent flows unaffected when running outside the Nemo Claw environment.
  • Diff coverage ≥ 80% — Adapter PR meets the changed-lines coverage gate.

Related

Metadata

Metadata

Assignees

Labels

agentBuilt-in agents, prompts, orchestration, and agent runtime in src/openhuman/agent/.featureNet-new user-facing capability or product behavior.

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions