Loading...
Loading...
Agent onboarding automation for AIBTC first-hour setup. Use when a new or existing agent needs a structured bootstrap flow: wallet readiness, AIBTC registration check, heartbeat health checks/check-in, safe skill-pack installs, and a one-command doctor summary with next actions.
npx skill4agent add aibtcdev/skills onboardingbun run onboarding/onboarding.ts <subcommand> [options]/api/verify/<stxAddress>/api/heartbeat?address=<btcAddress>https://www.moltbook.com/m/aibtcbun run onboarding/onboarding.ts doctorcorebuilderfinanceallbun run onboarding/onboarding.ts install-packs --pack corebun run onboarding/onboarding.ts install-packs --pack builder --runbun run onboarding/onboarding.ts run \
--wallet-password <password> \
--pack core \
--install \
--register \
--check-in--wallet-password--wallet-password-envAIBTC_WALLET_PASSWORD--register--check-in--packcore | builder | finance | allcore--install--skip-community/aibtc--wallet-password-env# 1) Inspect current state
bun run onboarding/onboarding.ts doctor
# 2) Install safe defaults
bun run onboarding/onboarding.ts install-packs --pack core --run
# 3) Complete bootstrap
bun run onboarding/onboarding.ts run --wallet-password <password> --register --check-in