@0xwork/connect
v0.1.7
Published
Local connector for pairing your computer with a hosted 0xWork agent.
Maintainers
Readme
0xWork Computer Connect
Pair a local computer with a hosted 0xWork agent.
npx -y @0xwork/connect ABCD-EFGHThe connector:
- registers the local machine with 0xWork using the pairing code
- waits for approval in the 0xWork console
- starts a local WebSocket bridge to the hosted OpenClaw gateway
- runs an OpenClaw node host through that bridge
- keeps heartbeats alive until the user disconnects or stops the process
Options
npx -y @0xwork/connect ABCD-EFGH --api-url https://agents.0xwork.org/provisioner
npx -y @0xwork/connect ABCD-EFGH --agent-id 499519da-cc6f-47ca-b8d5-7885e6b9e4bc
npx -y @0xwork/connect ABCD-EFGH --display-name "Joel's MacBook"
npx -y @0xwork/connect ABCD-EFGH --no-openclaw--no-openclaw is intended for backend pairing tests only.
