ワンクリックで
pinion-wallet
Generate a fresh Ethereum keypair for Base. Useful for funding OpenClaw agents. Costs $0.01 USDC via x402.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a fresh Ethereum keypair for Base. Useful for funding OpenClaw agents. Costs $0.01 USDC via x402.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
On-chain intelligence, transactions and wallet tools on Base. 9 x402-paywalled skills at $0.01 USDC each.
Get current USD price for any token on Base via Birdeye (CoinGecko fallback). Costs $0.01 USDC via x402.
Sign and broadcast an unsigned transaction on Base. Requires the sender's private key. Costs $0.01 USDC via x402.
Get ETH and USDC balances for any Ethereum address on Base. Costs $0.01 USDC via x402.
Chat with the Pinion AI agent. Send a messages array, get an AI response with web search. Costs $0.01 USDC via x402.
Check wallet balances and get funding instructions for Base. ETH and USDC. Costs $0.01 USDC via x402.
| name | pinion-wallet |
| description | Generate a fresh Ethereum keypair for Base. Useful for funding OpenClaw agents. Costs $0.01 USDC via x402. |
Generates a cryptographically secure Ethereum keypair for the Base network. Returns the address and private key.
GET https://pinionos.com/skill/wallet/generate
Price: $0.01 USDC per call (x402 on Base)
None.
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.
{
"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"
}
The private key is returned once. Store it securely. Anyone with the key controls the wallet.