Install
openclaw skills install homebrew-bridgeExpose Mac Homebrew tools like brew, gh, and other /opt/homebrew/bin CLIs on a Linux OpenClaw gateway by installing explicit same-LAN SSH wrappers with optional Wake-on-LAN and OpenClaw config auto-discovery.
openclaw skills install homebrew-bridgeUse this skill when the real value is giving a Linux OpenClaw gateway access to a Mac node's Homebrew toolchain.
This skill is for /opt/homebrew/bin/<tool> wrappers such as:
brewghbrew, gh, or another Homebrew CLIimsg or remindctl/opt/homebrew/bin/<tool> on that MacRun:
scripts/render-tool-map.sh /home/node/.openclaw/openclaw.json
This prints the inferred or fallback Mac owner for Homebrew-backed tools.
Example:
scripts/install-homebrew-pack.sh \
--target-dir /home/node/.openclaw/bin \
--tool brew \
--tool gh \
--tool claude \
--default-host mac-ops@mac-node.local \
--wake-map mac-node.local=AA:BB:CC:DD:EE:FF \
--wake-wait 20 \
--wake-retries 2
Host resolution order:
--map tool=user@host--default-host user@hostremoteHost in the OpenClaw config, if there is exactly oneRun:
scripts/verify-homebrew-pack.sh --target-dir /home/node/.openclaw/bin
/opt/homebrew/bin binariesscripts/install-wrapper.sh: create one SSH wrapper for a remote binaryscripts/install-homebrew-pack.sh: install a batch of Homebrew-backed wrappersscripts/verify-homebrew-pack.sh: verify the installed wrappersscripts/render-tool-map.sh: print inferred or fallback tool-to-host mapsreferences/skill-readiness.md: publishability rules for Homebrew-backed wrappers