feat(skills): create nemoclaw-cli agent skill#85
Merged
johntmyers merged 3 commits intomainfrom Mar 4, 2026
Merged
Conversation
…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.
pimlock
approved these changes
Mar 4, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #83
Summary
Create a new
nemoclaw-cliagent 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--helpself-teaching fallback and cross-references togenerate-sandbox-policycompanion 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-policyskillallowed_routing_hints→allowed_routesin SKILL.md and examples.mdread_onlydefaults to match currentdev-sandbox-policy.yamlSchema doc fix
architecture/security-policy.md: Fixallowed_routing_hints→allowed_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 renamedgithub_ssh_over_httpspolicy key indev-sandbox-policy.yaml