Run and operate SubZeroClaw — the ~550-line C agentic daemon (skill.md + LLM + shell + loop). Load this to build it, configure it (~/.subzeroclaw/config), write an agent skill, run a task, wire it to an unhardcoded router for routing/cache/compaction, or run it as a systemd service with credential isolation. WARNING: it executes arbitrary shell with no sandbox. To develop the runtime itself, use subzeroclaw-contribute.
$npx -y skills add genlayerlabs/subzeroclaw --skill subzeroclaw-useInstalls into the current project.
Run `npx skills use "https://github.com/genlayerlabs/subzeroclaw" --skill "genlayerlabs/subzeroclaw/subzeroclaw-use"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/genlayerlabs/subzeroclaw" that are relevant to the current task. Run `npx skills add "https://github.com/genlayerlabs/subzeroclaw"` and select the relevant skills, then follow their instructions.