pay

Execute agent payments via MPP under budget governance thresholds.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/kinnerkarmanish/mak --skill pay-kinnerkarmanish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pay
Source: https://github.com/kinnerkarmanish/mak/tree/main/library/skills/coordination/pay
Command: npx skills add https://github.com/kinnerkarmanish/mak --skill pay-kinnerkarmanish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authorizes agent payments while enforcing budget governance to prevent overspending and mischarges in autonomous workspace operations.

Core Features & Use Cases

  • Automates payment authorization for microtransactions, API purchases, and service subscriptions within defined budgets.
  • Integrates with budget ledger and governance gates to provide traceable transaction records and auditing.
  • Use Case: When an agent needs access to a paid API, /pay processes the charge under governance, logs the transaction, and updates remaining budget.

Quick Start

Authorize a payment of 0.50 USD to service-provider for API access, ensuring the transaction stays within budget governance.

Frequently Asked Questions about pay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate agent payments with budget governance to prevent overspending?

Agent payments with budget governance are automated by interfacing with the Machine Payments Protocol to process microtransactions, API purchases, and subscriptions while enforcing configured thresholds and logging transactions to a budget ledger for auditing.

What is the best way to handle autonomous microtransactions within defined workspace budgets?

Autonomous microtransactions within defined workspace budgets are handled by executing transactions via a configured payment adapter like Stripe MPP, which validates the charge against governance gates and updates the remaining budget ledger.

Do I need a configured payment adapter to process recurring subscriptions for agents?

A configured payment adapter like Stripe MPP or equivalent is required to process recurring subscriptions for agents, along with budget configuration in company.yaml and integration with budget and approval skills for spend control.

How does budget ledger logging work for autonomous API purchases and service subscriptions?

Budget ledger logging for API purchases and subscriptions works by routing the payment through governance gates that verify the transaction stays within defined thresholds, then recording the traceable transaction record and updating the remaining budget.

Can I authorize a payment for an agent without integrating separate approval skills?

Authorizing payments without separate approval skills bypasses full spend control; integrating budget and approve skills alongside the payment adapter is required to enforce complete governance thresholds and maintain traceable transaction records.

Why does an automated agent payment fail when exceeding configured governance thresholds?

Automated agent payments fail when exceeding configured governance thresholds because the system enforces budget limits defined in company.yaml, blocking the transaction and preventing mischarges to protect autonomous workspace operations.