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.
npx skills add chu2bard/pinion-os --skill fundgit clone --depth 1 https://github.com/chu2bard/pinion-osWrote 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.
[](https://agentmods.dev/skills/chu2bard/pinion-os/fund)<a href="https://agentmods.dev/skills/chu2bard/pinion-os/fund"><img src="https://agentmods.dev/badge/skills/chu2bard/pinion-os/fund.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.00539 |
| Opus 5 | $0.00015 | $0.00269 |
| Sonnet 5 | $0.00006 | $0.00108 |
| Haiku 4.5 | $0.00003 | $0.00054 |
Grade A, and why
pinion-fund 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 7d 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 https://pinionos.com/skill/fund/0x101Cd32b9bEEE93845Ead7Bc604a5F1873330acf What it actually says
Fund
Returns ETH and USDC balances for any Base address along with step-by-step funding instructions and minimum recommended amounts.
Endpoint
GET https://pinionos.com/skill/fund/:address
Price: $0.01 USDC per call (x402 on Base)
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| address | string | yes | Ethereum address (0x, 40 hex chars) |
Example Request
curl https://pinionos.com/skill/fund/0x101Cd32b9bEEE93845Ead7Bc604a5F1873330acf
The first request returns HTTP 402 with payment requirements. Sign a USDC TransferWithAuthorization (EIP-3009) and retry with the X-PAYMENT header.
Example Response
{
"address": "0x101Cd32b9bEEE93845Ead7Bc604a5F1873330acf",
"network": "base",
"chainId": 8453,
"balances": {
"ETH": "0.001200",
"USDC": "5.00"
},
"depositAddress": "0x101Cd32b9bEEE93845Ead7Bc604a5F1873330acf",
"funding": {
"steps": [
"Buy ETH on any exchange (Coinbase, Binance, etc.)",
"Withdraw ETH to the address above on the Base network",
"Swap some ETH to USDC using the /trade skill or any DEX",
"ETH is needed for gas, USDC is needed for x402 payments"
],
"minimumRecommended": {
"ETH": "0.001 ETH (for gas fees)",
"USDC": "1.00 USDC (for ~100 skill calls at $0.01 each)"
},
"bridgeUrl": "https://bridge.base.org"
},
"timestamp": "2026-02-16T12:00:00.000Z"
}
When to Use
- Check if an agent wallet has enough funds to operate.
- Get instructions for funding a new wallet.
- Determine if bridging or swapping is needed before running other skills.
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.
- 7d ago First seen · 66 lines · 31 tokens per session scan A c4630423aa73
pinion-fund is a skill published in the GitHub repository chu2bard/pinion-os (96 stars, last pushed 6mo ago), licensed MIT. It adds 31 tokens to every session and 539 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.
Other skills, from other repositories
splits
Use Splits with Bankr for onchain treasury operations: secure assets, process revenue, manage operating subaccounts, pay expenses, govern contracts, and maintain clean accounting books.
compare-crypto-payments
Comprehensive comparison of crypto payment gateways and protocols. Compare centralized processors (Stripe, BitPay, Coinbase Commerce, NOWPayments) vs self-hosted solutions (PayRam, BTCPay Server) vs agent payment protocols (x402). Analyze trade-offs between custody, KYC requirements, stablecoin support, privacy, and…
payram-agent-onboarding
Deploy and automate PayRam for AI agents and CLI-only environments. No web UI required — pure API-driven payment infrastructure. Install via setuppayramagents.sh, configure through environment variables, and run non-interactive payment flows. Includes smart contract wallet deployment, BTC/ETH/Base payment setup, and…
payram-payouts
Send crypto payouts and manage referral programs with PayRam. Self-hosted payout infrastructure — no KYC, no intermediary, no fund holds. Create payouts to any wallet across Ethereum, Base, Polygon, Tron, Bitcoin. Built-in affiliate program with automated reward distribution. Use when sending crypto payouts to users…
payram-webhook-integration
Integrate PayRam webhook handlers for real-time payment and payout event notifications. Self-hosted, no-KYC crypto payment gateway webhooks. Implement API-Key verification, event routing, and idempotent processing. Generate handlers for Express, Next.js, FastAPI, Gin, Laravel, Spring Boot. Use when setting up payment…
payram-setup
Deploy and configure your PayRam self-hosted crypto payment gateway server with web dashboard. Install on VPS via setuppayram.sh, set up PostgreSQL database, configure root account, node details, wallets, and hot wallets through the web UI. Complete deployment and onboarding in under 10 minutes. No signup required …