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 WYRE-AI/msp-claude-plugins --skill paymentsgit clone --depth 1 https://github.com/WYRE-AI/msp-claude-pluginsWrote 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/wyre-ai/msp-claude-plugins/payments)<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/payments"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/payments/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wyre-ai/msp-claude-plugins/payments"><img src="https://agentmods.dev/badge/skills/wyre-ai/msp-claude-plugins/payments.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00054 | $0.02204 |
| Opus 5 | $0.00027 | $0.01102 |
| Sonnet 5 | $0.00011 | $0.00441 |
| Haiku 4.5 | $0.00005 | $0.00220 |
Grade A, and why
Alternative Payments Payments & Payouts 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 10d 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 -s "https://public-api.alternativepayments.io/payments?status=failed&payment_method=card&created_at_start=2026-06-01&created_at_end=2026-06-30&limit=100" \ How it starts
The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Alternative Payments Payments & Payouts
Overview
This skill covers the read-only money-visibility surface in Alternative Payments: transactions (individual payment records) and payouts (settled batches of funds deposited to your account). It is used for reporting and reconciliation — matching transactions to invoices and customers, and tracing which transactions make up a given payout.
There is no create-payment tool here. This integration never charges a card
or moves money (POST /payments, the direct charge, is excluded by design). To
collect from a customer, generate a hosted payment link or payment request — see
Alternative Payments Invoicing.
Anti-triggers
- Collecting money rather than reporting on it — this surface is
read-only; hosted payment links and payment requests are
alternative-payments-invoicing. - Recording a receipt against an invoice in the books — use
xero-paymentsorqbo-payments. - A payment captured against a Quote Manager sales order — use
kaseya-quote-manager-quotes.
Core Concepts
Transactions
A transaction is a single payment event against an invoice or payment request.
Note that the transactions resource lives at GET /payments — but only the
read (list/get) verbs are exposed.
| Field | Type | Description |
|---|---|---|
id |
string | Transaction identifier |
type |
string | Transaction type (e.g. payment, refund) |
status |
string | succeeded, pending, failed, declined |
amount |
number | Transaction amount |
currency |
string | ISO currency code |
customer_id |
string | Customer the transaction belongs to |
invoice_id |
string | Invoice the transaction settled (if any) |
payment_method |
string | card or standard_ach |
payout_id |
string | Payout this transaction settled into (if settled) |
created_at |
datetime | When the transaction occurred |
Payouts
A payout is a batch of funds Alternative Payments deposits to your bank account. Each payout aggregates many settled transactions — reconciling a payout means listing its transactions and matching them back to invoices and customers.
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.
- 10d ago First seen · 232 lines · 54 tokens per session scan A 7c67f1510058
Alternative Payments Payments & Payouts is a skill published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 7d ago), licensed Apache-2.0. It adds 54 tokens to every session and 2,204 once invoked, about $0.0003 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
cost
Deep cost exploration and transparency. Shows real token usage, session costs, campaign spend, burn rates, and model breakdown. Reads Claude Code's native session data for exact numbers. Complements /dashboard with focused cost views.
consult-startup
A step-by-step startup planning aid covering an idea, its market, business model, investor presentation, finances, and execution plan.
finance-investor-relations
An investor-relations tool for preparing pitch decks and three-year financial models for fundraising. An IR, or investor-relations, deck explains a company to potential investors, while the model covers sales, profit, cash flow, and valuation.
consult-gov-grant
A guide to Korean government and public-sector funding programmes for applicants such as founders, small businesses, companies, researchers, nonprofits, and individuals. It can help find suitable programmes and prepare application documents.
finance-financial-statements
A financial-reporting assistant for preparing statements under K-IFRS, the Korean version of international financial reporting standards. It covers the balance sheet, income statement, cash-flow statement, statement of changes in equity, notes, and financial-ratio analysis.
finance-tax-helper
A Korean tax guide for freelancers, employees, and businesses. It explains withholding tax, income tax, value-added tax, and filing steps through HomeTax, Korea’s online tax service.