Lines 1-23javascript
2"use strict";var k=(e,t)=>()=>{try{return t||e((t={exports:{}}).exports,t),t.exports}catch(n){throw t=0,n}};var T=k((me,x)=>{"use strict";var a=require("fs"),I=require("os"),l=require("path"),$="CLAWAGENTCONNECT_PROFILE_DIR",d="CLAWCONNECT_PROFILE_DIR",j=".migration-from-clawconnect-v1",R=!1;function X(e=console){R||(R=!0,e.warn(`[clawagentconnect] ${d} is deprecated; use ${$}. Legacy support will be removed in 2.0.0.`))}function L(e=process.env,t=I.homedir(),n=console){return e[$]?l.resolve(e[$]):e[d]?(X(n),l.resolve(e[d])):l.join(t,".clawagentconnect")}function A(e=process.env,t=I.homedir()) ...
3migrated_at=${new Date().toISOString()}
4`,{encoding:"utf8",mode:384,flag:"wx"}),c.length&&o.log(`[clawagentconnect] Migrated ${c.length} profile(s) from ${r} to ${s}.`),p.length&&o.warn(`[clawagentconnect] Kept existing destination profile(s), without overwriting: ${p.join(", ")}`),{source:r,destination:s,migrated:c,conflicts:p,skipped:!1}}x.exports={LEGACY_PROFILE_ENV:d,MIGRATION_MARKER:j,NEW_PROFILE_ENV:$,isProfileFile:N,legacyProfileDir:A,migrateLegacyProfiles:V,resolveProfileDir:L}});var M=k((fe,D)=>{var{execFile:Z}=require("child_process"),{promisify:ee}=require("util"),i=ee(Z);async function f(e){try{return await i("bash",["-l ...
5clawagentconnect v${v.version}
HighChild Process
Package source references child process execution.
dist/bin/clawagentconnect.jsView on unpkg · L3 HighSame File Env Network Execution
A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/bin/clawagentconnect.jsView on unpkg · L1 7Usage: clawagentconnect <sub-command> [options]
10 start Start the bridge HTTP server (reads .env from cwd or install dir)
11 setup Run the interactive setup wizard
12 update-token Update BRIDGE_TOKEN in a profile's .env and restart the bridge
13 doctor Run health diagnostics
14 version Print the installed package version
15 check-update Check for a newer version of clawagentconnect
16 task-board-mcp Start the MCP stdio server for task board browsing and bidding
19 --help, -h Show this help text
22 clawagentconnect start
23 clawagentconnect setup --non-interactive
Long lines were clipped for display.