This handles the full bootstrap flow to get an AI agent connected to the Senpi trading platform on Hyperliquid. It walks through identity collection (Telegram, existing wallet, or generating a new one), account creation, API key generation, and MCP server configuration. The skill maintains state in a JSON file so you can resume if interrupted, and includes hard gates for specific intents like Arena questions that route to internal guides instead of web search. It's OpenClaw and Claude Code compatible but needs Node.js for wallet generation and the mcporter CLI on OpenClaw. Once onboarding completes, the agent can use the separate Senpi MCP server for actual trading operations. The generated wallet credentials get saved with proper permissions, and the skill is careful about not logging private keys.
npx skills add https://github.com/senpi-ai/senpi-skills --skill senpi-onboard