Claude Code skill for NemoClaw host management #1576
Koneisto
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is this?
A Claude Code skill that teaches LLMs the OpenShell security boundary so they stop giving advice that breaks against it.
12 critical rules covering the non-obvious operational gotchas:
openclaw.jsonis Landlock-protected and unwritable (Sandbox config file (openclaw.json) is root-owned and unwritable — no supported path to change primary model #759). Documents rebuild requirement.openshell policy setopenshell sandbox upload/downloadcreates wrapper directories — SSH file transfer requiredsystemSent:truecaches stale prompts)Why?
Without this context, AI assistants confidently suggest things like
curl http://...(blocked by proxy),export API_KEY=...inside sandbox (credentials never enter), or editingopenclaw.json(read-only Landlock). These aren't edge cases — they're the first things you hit.Install
git clone https://github.com/Koneisto/nemoclaw-skill.git ln -s /path/to/nemoclaw-skill ~/.claude/skills/nemoclawAlso works as plain Markdown context for any LLM tool.
Built from
Feedback and contributions welcome: https://github.com/Koneisto/nemoclaw-skill
Beta Was this translation helpful? Give feedback.
All reactions