@openclwa/clawhelp
v0.1.20
Published
ClawHelp installer and launcher for the ClawHelp agent
Readme
ClawHelp npm package
This package wraps the prebuilt agentd binaries for macOS and Windows and exposes a single clawhelp command.
Install
npm install -g @openclwa/clawhelp
Usage
clawhelp pair
ios app scan qr code
On Windows, clawhelp pair and clawhelp start will register a scheduled task named ClawHelpAgent and run agentd through Task Scheduler so the relay agent stays online after the terminal closes.
如需帮助
联系作者:小红书 @clawhelp
Local test
npm install
npm run build:vendor
node ./bin/clawhelp.js statusPublish checklist
- Replace
@openclwa/clawhelpinpackage.jsonwith your real npm scope. - Run
npm run build:vendor. - Run
npm packand inspect the generated.tgz. - Publish with:
npm publish --access publicCommands
clawhelp pair [--relay URL] [--foreground]
clawhelp start [--relay URL]
clawhelp run
clawhelp qr
clawhelp status
clawhelp stop
clawhelp reset-pathpair will initialize the relay config, start agentd, and then print the OpenClaw QR code for device pairing.
On Windows, status will also show the ClawHelpAgent scheduled task state.
