onboarding

Automate agent onboarding with wallet checks, registration, heartbeat, and skill-pack installation.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill onboarding-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboarding
Source: https://github.com/aibtcdev/skills/tree/main/onboarding
Command: npx skills add https://github.com/aibtcdev/skills --skill onboarding-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates first-hour onboarding for AIBTC agents by coordinating wallet readiness checks, registration, heartbeat, and curated skill-pack installation.

Core Features & Use Cases

  • Idempotent onboarding flow that safely checks wallet status, verifies AIBTC registration, tests heartbeat connectivity, and installs required skill packs (core, builder, finance) as needed.
  • Real-world scenario handling for new agents and existing agents updating or validating their setup, with clear next actions on blockers.
  • Clear, JSON-output friendly flow suitable for autonomous orchestration and auditing.

Quick Start

Run the onboarding workflow to diagnose wallet readiness, verify registration, install safe skill packs, and produce a doctor summary with next actions.

Frequently Asked Questions about onboarding

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

FAQPage Schema
How do I automate agent onboarding and wallet setup for AIBTC?

Automated agent onboarding coordinates wallet readiness checks, AIBTC registration, heartbeat verification, and curated skill-pack installation in a single idempotent workflow. It safely handles new and existing agents by outputting JSON step results and a doctor summary.

What is idempotent bootstrap for AI agents and when do I need it?

Idempotent bootstrap is an onboarding process that applies wallet checks, registration, and skill-pack installation safely without side effects. You need it when a new or existing agent requires a repeatable, safe setup flow that can run repeatedly in autonomous loops.

Do I need bun CLI tooling to run agent onboarding workflows?

Yes, automated agent onboarding requires bun CLI tooling to execute the bootstrap workflow. It also depends on wallet-manager, signing, and settings skills to verify wallet readiness and complete AIBTC registration and heartbeat check-in steps.

Can I selectively install skill packs like core, builder, and finance during onboarding?

Yes, agent onboarding supports selective installation of curated skill packs including core, builder, and finance. The workflow verifies AIBTC registration and tests heartbeat connectivity while installing required skill packs as needed for your specific agent configuration.

How do I diagnose wallet readiness and registration issues for AIBTC agents?

Diagnose wallet readiness and registration by running the idempotent onboarding workflow, which checks wallet status, verifies AIBTC registration, and tests heartbeat connectivity. It produces a doctor summary with clear next actions for resolving any blockers.

What are the limitations of automating first-hour onboarding for existing agents?

Automated first-hour onboarding requires bun CLI tooling alongside wallet-manager, signing, and settings skills. While it safely runs repeatedly without side effects for existing agents, missing dependencies will trigger blockers documented in the JSON doctor summary output.