senpi-onboard

Onboard AI agents into the Senpi trading platform with API key provisioning and MCP configuration.

113|34|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Senpi-ai/senpi-skills --skill senpi-onboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senpi-onboard
Source: https://github.com/Senpi-ai/senpi-skills/tree/main/senpi-onboard
Command: npx skills add https://github.com/Senpi-ai/senpi-skills --skill senpi-onboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ethers@6, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Onboard an AI agent into the Senpi trading platform by creating an account, generating an API key, and configuring the MCP server connection. It supports wallet-based or Telegram identities or an agent-generated wallet to ensure a smooth, restartable onboarding before trading.

Core Features & Use Cases

  • Identity collection: Telegram username, wallet-based identity, or agent-generated wallet.
  • API key provisioning: Create and persist an API key for MCP integration.
  • MCP setup: Detect platform (OpenClaw or Claude Code) and configure the MCP endpoint for secure trading orchestration.
  • Restartable onboarding: Designed to resume from interruptions with step tracking.

Quick Start

Run the onboarding flow to create an account, generate an API key, and configure MCP for the agent.

Frequently Asked Questions about senpi-onboard

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

FAQPage Schema
How do I onboard an AI agent into a trading platform with MCP server configuration?

To onboard an AI agent into a trading platform, you complete a multi-step workflow covering identity collection, API key provisioning, and MCP server configuration. The process includes platform detection for OpenClaw or Claude Code to ensure secure trading orchestration.

What identities can I use for AI agent onboarding?

During AI agent onboarding, you can use a Telegram username or a wallet-based identity. Alternatively, the onboarding process can generate a new agent-generated wallet automatically to establish the required identity for the trading platform.

Does the onboarding workflow support resuming from interruptions?

Yes, the onboarding workflow is resume-capable. It implements step tracking and robust error handling, allowing you to restart the onboarding process smoothly from the exact point of interruption without losing previous progress.

How do I provision an API key for MCP integration?

To provision an API key for MCP integration, the onboarding flow creates and persists the key automatically during account setup. This ensures the AI agent has the necessary credentials configured for secure MCP server connections.

Can I configure MCP endpoints for both OpenClaw and Claude Code?

Yes, the onboarding process detects the specific platform you are using, either OpenClaw or Claude Code. It then configures the MCP endpoint accordingly to ensure proper secure trading orchestration for your detected environment.

Do I need ethers to set up wallet generation for AI agents?

Yes, ethers is required as a dependency. The onboarding flow uses ethers to handle wallet generation and wallet-based identity collection, ensuring the AI agent has a valid cryptographic identity before trading on the platform.