← All plugins
pinion-os
v0.3.2On-chain AI skills via x402 micropayments on Base
Claude Code1 skill1 MCP serverstdio
by chu2bard95updated 5 months ago
Source
git clone https://github.com/chu2bard/pinion-osClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
pinion-os/
├── .claude-plugin/plugin.json├── SKILL.md└── .mcp.json
Skills1
pinion-chain-intelSKILL.md
On-chain intelligence, transactions and wallet tools on Base. 9 x402-paywalled skills at $0.01 USDC each.
MCP servers1
pinionstdio
- command
- npx
- args
- pinion-os
- env.PINION_PRIVATE_KEY
Manifests1
.claude-plugin/plugin.json
{
"name": "pinion-os",
"description": "On-chain AI skills via x402 micropayments on Base",
"version": "0.3.2",
"author": {
"name": "chu2bard"
},
"homepage": "https://github.com/chu2bard/pinion-os",
"repository": "https://github.com/chu2bard/pinion-os",
"mcpServers": {
"pinion": {
"command": "npx",
"args": [
"pinion-os"
],
"env": {
"PINION_PRIVATE_KEY": ""
}
}
}
}