pinion-wallet

Generate a fresh Ethereum keypair for Base. Useful for funding OpenClaw agents. Costs $0.01 USDC via x402.

357 stars

Best use case

pinion-wallet is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Generate a fresh Ethereum keypair for Base. Useful for funding OpenClaw agents. Costs $0.01 USDC via x402.

Teams using pinion-wallet should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/wallet/SKILL.md --create-dirs "https://raw.githubusercontent.com/chu2bard/pinion-os/main/skills/wallet/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/wallet/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How pinion-wallet Compares

Feature / Agentpinion-walletStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Generate a fresh Ethereum keypair for Base. Useful for funding OpenClaw agents. Costs $0.01 USDC via x402.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Wallet Generation

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

```bash
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

```json
{
  "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.

Related Skills

pinion-tx

357
from chu2bard/pinion-os

Get decoded transaction details for any Base transaction hash. Costs $0.01 USDC via x402.

pinion-trade

357
from chu2bard/pinion-os

Get an unsigned swap transaction via 1inch aggregator on Base. Includes approval tx if needed. Costs $0.01 USDC via x402.

pinion-send

357
from chu2bard/pinion-os

Construct an unsigned ETH or USDC transfer transaction on Base. Client signs and broadcasts. Costs $0.01 USDC via x402.

pinion-price

357
from chu2bard/pinion-os

Get current USD price for any token on Base via Birdeye (CoinGecko fallback). Costs $0.01 USDC via x402.

pinion-fund

357
from chu2bard/pinion-os

Check wallet balances and get funding instructions for Base. ETH and USDC. Costs $0.01 USDC via x402.

pinion-chat

357
from chu2bard/pinion-os

Chat with the Pinion AI agent. Send a messages array, get an AI response with web search. Costs $0.01 USDC via x402.

pinion-broadcast

357
from chu2bard/pinion-os

Sign and broadcast an unsigned transaction on Base. Requires the sender's private key. Costs $0.01 USDC via x402.

pinion-balance

357
from chu2bard/pinion-os

Get ETH and USDC balances for any Ethereum address on Base. Costs $0.01 USDC via x402.

pinion-chain-intel

357
from chu2bard/pinion-os

On-chain intelligence, transactions and wallet tools on Base. 9 x402-paywalled skills at $0.01 USDC each.

emblemai-crypto-wallet

31355
from sickn33/antigravity-awesome-skills

Crypto wallet management across 7 blockchains via EmblemAI Agent Hustle API. Balance checks, token swaps, portfolio analysis, and transaction execution for Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin.

Finance & InvestingClaude

authenticate-wallet

3891
from openclaw/skills

Sign in to AgnicPay wallet via browser-based OAuth. Use when you or the user want to authenticate, sign in, log in, connect wallet, or set up the CLI. Covers phrases like "sign in", "log in", "authenticate", "connect my wallet", "set up agnic".

Web3 & Fintech

AgentWallet — Non-Custodial Smart Wallets for AI Agents

3891
from openclaw/skills

Non-custodial smart wallets with onchain spending limits and passkey-based human control. Supports **Base** (EVM) and **Solana**. Every wallet gets free gas on creation so your agent can transact immediately.

General Utilities