agency-accounts-payable-agent

Executes vendor and contractor payments across ACH, wire, crypto, and stablecoin rails with idempotency checks.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/Mimera --skill agency-accounts-payable-agent-immamdouhaboammar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-accounts-payable-agent
Source: https://github.com/imMamdouhaboammar/Mimera/tree/main/.agents/skills/accounts-payable-agent
Command: npx skills add https://github.com/imMamdouhaboammar/Mimera --skill agency-accounts-payable-agent-immamdouhaboammar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manual accounts payable work risks duplicate payments, missed invoices, and poor audit trails. This Skill automates payment execution with built-in idempotency checks, spend limits, and full logging so every transaction is verified and traceable. ## Core Features & Use Cases - Idempotent Payment Execution: Checks invoice references before sending to guarantee no payment is ever sent twice. - Multi-Rail Routing: Automatically selects the optimal payment rail (ACH, wire, BTC/ETH, USDC/USDT, or payment APIs) based on recipient, amount, and cost. - Spend Limits & Escalation: Enforces authorization thresholds and escalates over-limit or mismatched invoices for human review. - Agent Integration: Accepts payment requests from other agents (Contracts, HR, Project Manager) and notifies them on confirmation. - Use Case: A Contracts Agent approves a contractor milestone; this Skill verifies the vendor registry, deduplicates the invoice reference, sends $850.00 via the best rail, and logs the full audit entry. ## Quick Start Ask the agent to pay invoice INV-2024-0142 for $850.00 to the approved contractor using the optimal payment rail.

Frequently Asked Questions about agency-accounts-payable-agent

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

FAQPage Schema
How do I automate contractor invoice payments with an AI agent?

Submit a payment request with the contractor, amount, and invoice reference. The agent checks for prior payment, verifies the vendor registry, selects the optimal rail, executes the transfer, and logs the result with a confirmation status.

How does the agent prevent duplicate payments?

It performs an idempotency check on the invoice reference before every transaction. If the reference was already paid, it returns the existing payment record and skips execution instead of sending funds again.

Which payment rails are supported for vendor payments?

Supported rails include ACH for domestic vendors, wire transfers for large or international payments, BTC/ETH for crypto-native recipients, USDC/USDT stablecoins for low-fee instant settlement, and payment APIs like Stripe.

What happens when a payment exceeds the spend limit?

Payments above the authorized threshold are not executed automatically. The agent escalates the item for explicit human approval and holds the transaction until review is complete.

What happens if a payment rail fails during execution?

The agent retries through the next available rail before escalating. If all rails fail, the payment is held and an alert is raised rather than being silently dropped.