Skills setup
Some skills need a small command-line tool installed before the agent can use them.
ClawNanny can install those tools for you and place the skill where every agent runtime can find it.
What is this?
Skills are how your agent gains extra capabilities — reading iMessages, driving a real browser, generating images, scanning a codebase, and so on. Some skills are pure prose and run as soon as the agent loads them. Others need an external tool installed first.
When you click Install for me, ClawNanny copies the skill into ~/.clawnanny/skills/ — the shared location that every supported agent runtime (OpenClaw, Hermes, Claude Code, NemoClaw) automatically scans —
and then installs whatever command-line tool the skill needs into a private folder under %LOCALAPPDATA%\ClawNanny\.
Nothing leaks into your own global npm or brew tree.