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-osRescue skill: searches Circle's x402 marketplace for paid APIs when the agent lacks capability (SMS, live data, realtime prices). Pays per-call in USDC — no keys, accounts, or signup needed.
Pay-per-call API services via Polygon Agent CLI. Covers web search, news, AI image generation, Twitter/X data, code review, summarization, sentiment analysis, article extraction.
Integrates x402 crypto payment protocol for pay-per-use XActions API access. Supports multi-chain (Base, Ethereum, Polygon, Arbitrum) and multi-token (USDC, ETH) payments.