Skip to content

feat(skills): create nemoclaw-cli agent skill#85

Merged
johntmyers merged 3 commits intomainfrom
feat/83-nemoclaw-cli-skill/jomyers
Mar 4, 2026
Merged

feat(skills): create nemoclaw-cli agent skill#85
johntmyers merged 3 commits intomainfrom
feat/83-nemoclaw-cli-skill/jomyers

Conversation

@johntmyers
Copy link
Copy Markdown
Collaborator

@johntmyers johntmyers commented Mar 4, 2026

Closes #83

Summary

Create a new nemoclaw-cli agent skill that teaches agents how to use the NemoClaw CLI for sandbox management, provider configuration, policy iteration, BYOC workflows, and inference routing.

Changes

New skill: nemoclaw-cli

  • .agents/skills/nemoclaw-cli/SKILL.md: Main skill file with 8 tiered workflows — getting started, provider management, sandbox lifecycle, policy iteration loop, BYOC pipeline, agent-assisted sandbox session, inference routing, and cluster management. Includes --help self-teaching fallback and cross-references to generate-sandbox-policy companion skill.
  • .agents/skills/nemoclaw-cli/cli-reference.md: Quick-reference with the complete command tree, all flags/options by command group, environment variables, and global options.

Updates to generate-sandbox-policy skill

  • Fix allowed_routing_hintsallowed_routes in SKILL.md and examples.md
  • Update read_only defaults to match current dev-sandbox-policy.yaml

Schema doc fix

  • architecture/security-policy.md: Fix allowed_routing_hintsallowed_routes (5 occurrences in YAML examples, field table, and proto mapping table)

Test fix

  • crates/navigator-sandbox/src/opa.rs: Update 3 OPA test assertions to match renamed github_ssh_over_https policy key in dev-sandbox-policy.yaml

…x-policy schema drift

Closes #83

Create a new nemoclaw-cli agent skill with tiered workflow guidance (basic
through advanced) and a supplementary CLI reference. The skill covers provider
management, sandbox lifecycle, policy iteration loops, BYOC pipelines, and
agent-assisted sandbox sessions. It cross-references generate-sandbox-policy
for policy content authoring and includes --help self-teaching as a fallback.

Fix critical schema drift in generate-sandbox-policy: rename
allowed_routing_hints to allowed_routes (matching the actual proto/serde
field name). Update default read_only paths to match dev-sandbox-policy.yaml.
Fix the same field name error in architecture/security-policy.md.
@johntmyers johntmyers changed the title feat(skills): create nemoclaw-cli agent skill and fix generate-sandbox-policy schema drift feat(skills): create nemoclaw-cli agent skill Mar 4, 2026
@johntmyers johntmyers merged commit f9e3e57 into main Mar 4, 2026
9 checks passed
@johntmyers johntmyers deleted the feat/83-nemoclaw-cli-skill/jomyers branch March 4, 2026 17:52
drew pushed a commit that referenced this pull request Mar 16, 2026
* feat(skills): create nemoclaw-cli agent skill and fix generate-sandbox-policy schema drift

Closes #83

Create a new nemoclaw-cli agent skill with tiered workflow guidance (basic
through advanced) and a supplementary CLI reference. The skill covers provider
management, sandbox lifecycle, policy iteration loops, BYOC pipelines, and
agent-assisted sandbox sessions. It cross-references generate-sandbox-policy
for policy content authoring and includes --help self-teaching as a fallback.

Fix critical schema drift in generate-sandbox-policy: rename
allowed_routing_hints to allowed_routes (matching the actual proto/serde
field name). Update default read_only paths to match dev-sandbox-policy.yaml.
Fix the same field name error in architecture/security-policy.md.

* policy updates

* fix(test): update OPA tests for renamed github_ssh_over_https policy key

---------

Co-authored-by: John Myers <johntmyers@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: create agent skill for nemoclaw CLI usage and multi-step workflows

2 participants