onboarding

Automate AIBTC agent onboarding with wallet readiness, registration, heartbeat checks, and pack installation.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill onboarding-jay0xx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/Jay0xx/forge0btc-news-agent/tree/main/aibtcdev-skills/onboarding
Command: npx skills add https://github.com/Jay0xx/forge0btc-news-agent --skill onboarding-jay0xx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

Automates the safe, structured onboarding for new and existing AIBTC agents during the first hour, reducing manual setup and risk.

Core Features & Use Cases

  • Idempotent onboarding: checks wallet readiness, AIBTC registration, heartbeat reachability, and optional community suggestions, then proceeds with safe operations.
  • Flexible flow: supports doctor diagnostics, preview or execute pack installations, and a one-command bootstrap including optional registration and check-in.
  • Real-world scenario: a new agent runs doctor to understand blockers, unlocks a wallet if needed, installs a core skill pack, optionally registers, and sends a heartbeat check-in.

Quick Start

Run bun run onboarding/onboarding.ts doctor to inspect state and guide the next steps.

Frequently Asked Questions about onboarding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AIBTC agent onboarding from scratch?

Automate AIBTC agent onboarding by running a single bootstrap command that provisions wallet readiness, registration, heartbeat checks, and safe pack installation. This idempotent process safely skips already completed setup steps.

What is the best way to diagnose onboarding blockers for a new AIBTC agent?

Run the doctor diagnostic command to inspect agent state and identify blockers. It checks wallet readiness, registration status, and heartbeat reachability, then guides the next required setup steps.

Can I preview pack installations before executing them during the onboarding process?

Yes, the onboarding flow supports pack installation previews. Run diagnostics to see what a core skill pack installs before committing, ensuring safe operations during the first hour of setup.

Does AIBTC onboarding handle password management securely?

AIBTC onboarding handles password management securely via environment variables. This satisfies in-process orchestration requirements for production environments without exposing credentials in command-line scripts.

How does onboarding work for existing AIBTC agents in production?

Onboarding applies to existing AIBTC agents in production via idempotent execution steps. It checks current wallet readiness and heartbeat reachability, only executing safe operations for incomplete setup steps.

Do I need the commander package to run AIBTC onboarding flows?

Yes, the commander package is a required dependency for running AIBTC onboarding flows. It provides the command-line interface framework needed to execute doctor diagnostics, pack installations, and bootstrap commands.