From pinion-os
Chats with Pinion AI agent on x402, Pinion protocol, on-chain topics via API with web search. Supports multi-turn; costs $0.01 USDC via x402.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pinion-os:chatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send messages to the Pinion AI agent and get a response. The agent knows about the Pinion protocol, x402, OpenClaw, ERC-8004 and on-chain topics. It has web search for current information.
Send messages to the Pinion AI agent and get a response. The agent knows about the Pinion protocol, x402, OpenClaw, ERC-8004 and on-chain topics. It has web search for current information.
POST https://pinionos.com/skill/chat
Price: $0.01 USDC per call (x402 on Base)
{
"messages": [
{ "role": "user", "content": "what is x402?" }
]
}
| Field | Type | Required | Description |
|---|---|---|---|
| messages | array | yes | Array of { role, content } message objects |
Roles: user or assistant. Send conversation history for multi-turn chat.
curl -X POST https://pinionos.com/skill/chat \
-H "Content-Type: application/json" \
-d '{"messages":[{"role":"user","content":"what is x402?"}]}'
The first request returns HTTP 402 with payment requirements. Sign a USDC TransferWithAuthorization (EIP-3009) and retry with the X-PAYMENT header.
{
"response": "x402 is a protocol that brings the HTTP 402 Payment Required status code to life..."
}
npx claudepluginhub chu2bard/pinion-os --plugin pinion-osIntegrates x402 crypto payment protocol for pay-per-use XActions API access. Supports multi-chain (Base, Ethereum, Polygon, Arbitrum) and multi-token (USDC, ETH) payments.
Searches the CDP bazaar for paid API services and makes requests using the x402 payment protocol with USDC on Base. Use to discover endpoints, inspect payment requirements, and call paid APIs.
Adds x402 payment execution to AI agents with per-task budgets, spending controls, and non-custodial wallets. Useful for paying APIs or settling with other agents.