Search skills with ClawHub CLI and install them into openclaw through nic-os/nClaw-skills
Use this skill when the user asks for a capability, a workflow, or "is there a skill for X".
Flow (minimal):
npx --yes clawhub search "<query>" --limit 5<slug> + one-line purpose.Install one now?npx --yes clawhub install <slug> --workdir ~/nic-os/rpi5/openclaw --dir skills --no-inputfind ~/nic-os/rpi5/openclaw -type f \( -path "*/.clawhub/*.json" -o -name "_meta.json" \) -deleteRules:
~/nic-os/rpi5/openclaw/skills (git-versioned source of truth)..clawhub/*.json or _meta.json files in git commits.git status and keep only meaningful skill content tracked.