원클릭으로
add-hosthooks
Install composable host extension hooks used by NanoClaw skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Install composable host extension hooks used by NanoClaw skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | add-hosthooks |
| description | Install composable host extension hooks used by NanoClaw skills. |
Install the package in the NanoClaw repository:
pnpm add nanoclaw-hosthooks
pnpm exec nanoclaw-hosthooks install
pnpm install
pnpm run build
./container/build.sh
pnpm exec nanoclaw-hosthooks verify
The installer adds six generic, append-only extension points:
It computes all five source transforms before writing, commits each file by
atomic rename, and rolls back committed files if a write fails. Re-running
install or upgrade is idempotent.
Hosthooks does not enable product behavior on its own. Install or upgrade the skills that register these hooks, then restart the NanoClaw host. Rebuild the container image whenever runner hooks or their consumers change.
Use pnpm exec nanoclaw-hosthooks verify after NanoClaw upgrades. If anchors
changed, the installer fails without partially patching the host.
See REMOVE.md before uninstalling; webchat and agenttrace may depend on these
capabilities.