Wallet Generation
SkillAI & modelsGenerate a fresh Ethereum keypair for Base. Useful for funding OpenClaw agents. Costs $0.01 USDC via x402.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Wallet Generation skill
What this skill tells your AI
The instructions your AI receives, as published by chu2bard/pinion-os in skills/wallet/SKILL.md and read by ahel’s review.
Generates a cryptographically secure Ethereum keypair for the Base network. Returns the address and private key.
Endpoint
GET https://pinionos.com/skill/wallet/generate
Price: $0.01 USDC per call (x402 on Base)
Parameters
None.
Example Request
curl https://pinionos.com/skill/wallet/generate
The first request returns HTTP 402 with payment requirements. Sign a USDC TransferWithAuthorization (EIP-3009) and retry with the X-PAYMENT header.
Example Response
{
"address": "0x7a21...",
"privateKey": "0x4b3f...",
"network": "base",
"chainId": 8453,
"note": "Fund this wallet with ETH for gas and USDC for x402 payments. Keep the private key safe.",
"timestamp": "2026-02-16T12:00:00.000Z"
}
When to Use
- Bootstrap a new agent wallet on Base.
- Create disposable wallets for isolated agent tasks.
- Generate a receiving address for incoming funds.
Security
The private key is returned once. Store it securely. Anyone with the key controls the wallet.
Signals
- GitHub stars
- 96
- Forks
- 5
- Last commit
- Feb 2026
Advanced
- Catalog kind
- skill
- Gateway key
pinion-wallet- Source
- github.com/chu2bard/pinion-os