pinion-chat

pinion-chat is a skill for Claude Code, Codex from chu2bard/pinion-os. It costs 36 tokens per session (391 once invoked), scanned A, original, MIT.

A paid chat connection to the Pinion AI agent, which can answer questions about Pinion, blockchain payment tools, and related on-chain topics using web search.

In plain words
What is it for?
Asking about the Pinion protocol, x402, OpenClaw, ERC-8004, Base, and other on-chain concepts, or using Pinion as a helper agent.
Why use it?
It provides another agent for explanations and current information, but each call costs $0.01 USDC and requires payment.

Skill for Claude CodeCodex

Part of the pinion-os plugin — 10 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chu2bard/pinion-os/chat
Any agent
npx skills add chu2bard/pinion-os --skill chat
Clone the repo
git clone --depth 1 https://github.com/chu2bard/pinion-os

Made for: Claude Code, Codex.

Or install pinion-os, the plugin that ships this one along with the rest of its 10 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pinion-chat

README.md
[![agentmods](https://agentmods.dev/badge/skills/chu2bard/pinion-os/chat.svg)](https://agentmods.dev/skills/chu2bard/pinion-os/chat)
Your own site
<a href="https://agentmods.dev/skills/chu2bard/pinion-os/chat"><img src="https://agentmods.dev/badge/skills/chu2bard/pinion-os/chat.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 391 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00391
Opus 5 $0.00018 $0.00196
Sonnet 5 $0.00007 $0.00078
Haiku 4.5 $0.00004 $0.00039

Measured 5d ago against content hash 3f0208ad1cb4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

pinion-chat scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X POST https://pinionos.com/skill/chat \
skills/chat/SKILL.md · 57 lines

What it actually says

AI Agent Chat

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.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 57 lines · 36 tokens per session scan A 3f0208ad1cb4

Subscribe to this mod's changes

pinion-chat is a skill published in the GitHub repository chu2bard/pinion-os (96 stars, last pushed 6mo ago), licensed MIT. It adds 36 tokens to every session and 391 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

autocontext

Iterative strategy generation and evaluation system. Use when the user wants to evaluate agent output quality, run improvement loops, queue tasks for background evaluation, check run status, inspect runtime artifacts and session branch lineage, or discover available scenarios. Provides LLM-based judging with…

greyhaven-ai/autocontext · 60 tokens

autocontext-consumer

Use when an agent needs to USE knowledge Autocontext already produced - find which scenarios have knowledge, read the playbook and lessons for one, understand the on-disk file and folder layout, and move knowledge between checkouts. Host-agnostic; requires only the autoctx CLI and the filesystem.

greyhaven-ai/autocontext · 67 tokens

autocontext-creator

Use when an agent needs to CREATE knowledge with Autocontext - run a scenario or plain-language task through the improvement loop, judge or improve a single output, and inspect what the run produced. Host-agnostic; requires only the autoctx CLI.

greyhaven-ai/autocontext · 57 tokens

soul

Embody this digital identity. Read SOUL.md first, then STYLE.md, then examples/. Become the person—opinions, voice, worldview.

aeonfun/soul.md · 33 tokens

grid-ctf-ops

Operational knowledge for the gridctf scenario including strategy playbook, lessons learned, and resource references. Use when generating, evaluating, coaching, or debugging gridctf strategies.

greyhaven-ai/autocontext · 42 tokens

unbrowse

The action engine of the internet. Unbrowse is the open-source action layer for AI agents: it learns a site's internal API routes from real browsing, then replays them as fast, cheap, indexed routes (cache hit under 200ms) instead of re-driving a browser. Capture once, replay everywhere. The default agent flow is ONE…

unbrowse-ai/unbrowse · 199 tokens