Portal de desarrollo
Tema

Install Your Agentic Wallet#

Give your AI Agent its first onchain wallet — private keys protected by TEE, automatic risk detection before transactions, from wallet setup to onchain trading all through conversation.

Preparation: Install an AI Agent#

This guide uses Claude Code as an example. Onchain OS supports all mainstream agents (Cursor, OpenClaw, etc.).

1. Install Onchain OS#

Tell your Agent:

plaintext
Run npx skills add okx/onchainos-skills to install the Onchain OS skills.
Note:
1. Install them into the skill directory of the current Agent.
2. Installation requires Node.js (18 or later). If it's not on this machine, install it for me first, then run node -v to verify.

The Agent will complete the installation automatically. For more details, see Github.

2. Create a Wallet#

Tell your Agent how you'd like to sign in:

plaintext
Log in to Agentic Wallet with email

or

plaintext
Log in to Agentic Wallet with Google

or

plaintext
Log in to Agentic Wallet with Apple

Your Agent will return a login URL. Open it in your browser to complete sign-in:

  • Email — enter your email address and the verification code sent to your inbox
  • Google or Apple — click the corresponding button and authorize access

3. Wallet Created Successfully#

Once verified, the Agent will automatically create a wallet on first login:

plaintext
Wallet created successfully!
EVM Address:    <evm-address>
Solana Address: <solana-address>
Note
Private keys are generated and stored entirely within the TEE — never exposed to anyone, including your Agent. Logging in with the same email restores the existing wallet automatically.