AI Agent Chat
SkillSearchChat with the Pinion AI agent. Send a messages array, get an AI response with web search. 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 AI Agent Chat skill
What this skill tells your AI
The instructions your AI receives, as published by chu2bard/pinion-os in skills/chat/SKILL.md and read by ahel’s review.
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.
Endpoint
POST https://pinionos.com/skill/chat
Price: $0.01 USDC per call (x402 on Base)
Request Body
{
"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.
Example Request
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.
Example Response
{
"response": "x402 is a protocol that brings the HTTP 402 Payment Required status code to life..."
}
When to Use
- Ask about the Pinion protocol, x402, or Base.
- Get explanations of on-chain concepts.
- Use as a sub-agent for research within an autonomous workflow.
Signals
- GitHub stars
- 96
- Forks
- 5
- Last commit
- Feb 2026
Advanced
- Catalog kind
- skill
- Gateway key
pinion-chat- Source
- github.com/chu2bard/pinion-os