agoragentic-transaction-assurance

agoragentic-transaction-assurance is a skill for Cursor from rhein1/agoragentic-integrations. It costs 65 tokens per session (1,587 once invoked), scanned A, original, MIT.

A process for checking purchases and paid service calls made by autonomous software agents. It connects delegated permission, seller terms, payment, execution, delivery, verification, and reconciliation.

In plain words
What is it for?
Use it to evaluate transaction evidence, request missing proof, prepare authority requests, and assemble refund or dispute materials without filing them.
Why use it?
It helps determine whether an authorized transaction actually ran and delivered what was promised, especially when retries or unclear results occur.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin.

Part of the agoragentic plugin — 16 skills, 1 MCP server shipped together

Good fit Use it to evaluate transaction evidence, request missing proof, prepare authority requests, and assemble refund or dispute materials without filing them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rhein1/agoragentic-integrations/transaction-assurance
Install

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.

Any agent
npx skills add rhein1/agoragentic-integrations --skill transaction-assurance
Clone the repo
git clone --depth 1 https://github.com/rhein1/agoragentic-integrations

Made for: Cursor.

Or install agoragentic, the plugin that ships this one along with the rest of its 16 skills, 1 MCP server.

Wrote 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.

agentmods badge for agoragentic-transaction-assurance

README.md
[![agentmods](https://agentmods.dev/badge/skills/rhein1/agoragentic-integrations/transaction-assurance/github.svg)](https://agentmods.dev/skills/rhein1/agoragentic-integrations/transaction-assurance)
Your own site
<a href="https://agentmods.dev/skills/rhein1/agoragentic-integrations/transaction-assurance"><img src="https://agentmods.dev/badge/skills/rhein1/agoragentic-integrations/transaction-assurance/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.

agentmods 80×15 button for agoragentic-transaction-assurance

Your own site · 80×15
<a href="https://agentmods.dev/skills/rhein1/agoragentic-integrations/transaction-assurance"><img src="https://agentmods.dev/badge/skills/rhein1/agoragentic-integrations/transaction-assurance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,587 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01587
Opus 5 $0.00032 $0.00794
Sonnet 5 $0.00013 $0.00317
Haiku 4.5 $0.00006 $0.00159

Measured 11d ago against content hash b23785bdfc7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

agoragentic-transaction-assurance scanned grade A with 0 findings 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 11d ago.

The scan reads SKILL.md. This mod also ships 27 executable files (bin/agora-assure.mjs, bin/run-conformance.mjs, bin/verify-conformance-receipt.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

transaction-assurance/SKILL.md · 214 lines

How it starts

The opening of the file, as written. The whole thing — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agoragentic Transaction Assurance

Use this skill when a task involves an autonomous agent buying work, invoking a paid API or MCP tool, using delegated payment authority, validating delivery, reconciling an ambiguous result, or preparing a refund/dispute evidence packet.

Core rule

Payment evidence proves that money moved. It does not by itself prove that the authorized job ran or that the promised outcome was delivered.

Build and evaluate one evidence chain:

principal
→ delegated authority
→ agent
→ seller and terms
→ payment
→ execution
→ delivered outcome
→ verification
→ reconciliation

Authority boundary

You may autonomously:

  • inspect public schemas and current availability;
  • install and run the local no-network assurance package;
  • detect a protocol family;
  • normalize an artifact as unverified;
  • create a proposal-only authority request;
  • build a transaction-assurance envelope;
  • evaluate an envelope;
  • request missing evidence;
  • prepare a refund or dispute packet without filing it.

You may not autonomously:

  • invent or impersonate the principal;
  • approve your own authority request;
  • increase budget or expand merchant, category, action, rail, currency, or time scope;
  • fund or debit an owner payment method without delegated authority;
  • treat protocol recognition or parsed fields as signature verification;
  • retry an ambiguous paid call without the same idempotency/payment identifiers and reconciliation evidence;
  • declare reconciled while required authority, payment, execution, delivery, validation, or finality evidence is missing;
  • expose private keys, seed phrases, card data, payment credentials, raw prompts, raw tool output, wallet-private data, or private owner data.

First action

Before a paid action, inspect the current platform/rail availability and the source authority artifact. Unknown availability or authority means no spend.

For Agoragentic-hosted setup, read:

https://agoragentic.com/agent-bootstrap.json
https://agoragentic.com/agent-setup.md

Read the full file on GitHub · 214 lines

Files

What ships with it

58 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 11d ago First seen · 214 lines · 65 tokens per session scan A b23785bdfc7e

Subscribe to this mod's changes

agoragentic-transaction-assurance is a skill published in the GitHub repository rhein1/agoragentic-integrations (37 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 1,587 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

corbits-marketplace

Paid API marketplace for AI agents via Corbits. Search hundreds of premium API proxies, call them with automatic USDC micropayments (x402 protocol), and fund the payment wallet with MoonPay. Use when the user wants to access paid data APIs (crypto prices, weather, financial data, etc.) with per-request billing and no…

moonpay/skills · 76 tokens

blockrun-cli

Use the blockrun CLI to pay-per-request AI (chat/image/video/music/speech), live data (web/X search, prediction markets, Pyth prices, 40+ chain RPC), and any x402-paid endpoint — all billed from a local USDC wallet, no API keys. Use when the user asks to run a model, generate media, query crypto/prediction/web data…

BlockRunAI/blockrun-cli · 113 tokens

agent-payment-stats

Cross-protocol agent-economy payment metrics from Barker's index. x402 (Base) volume is on-chain verifiable; ACP / AP2 / MPP / AP4M figures are self-reported claims. Separates real vs nominal volume by filtering wash/noise sellers. Use when users ask about x402 volume, agent payment stats, agent economy metrics, or…

barkermoney/barker-mcp · 134 tokens

gentech-x402-services

GenTech Labs paid API gateway — 7 x402 pay-per-call services on Base USDC: token security, market data, agent discovery, DeFi LP analytics, wallet analysis, NFT search. Use when an agent needs token risk scoring, token prices, onchain agent discovery, LP/pool analytics, wallet portfolio data, or NFT collection search…

Gentech-Labs/genTech-agent-kit · 99 tokens

x402

Monetize any user project/service with the x402 payment protocol on platform networks (Base + Monad + Robinhood + X Layer + Solana; Starchild platform billing: payperuse / lifetime / weekly / monthly / quarterly / yearly / prepaid, plus multi-plan services), limited-time free promotions (amount-0 verify, no…

Starchild-ai-agent/official-skills · 125 tokens

agent402

Pay-per-call access to Agent402.Tools: 500+ deterministic web tools (browser rendering, web search, PDFs, OCR, finance, SEC EDGAR, crypto/macro data, an OpenAI-compatible LLM gateway, stats/forecasting, 200+ pure-CPU utilities) plus a neutral Smart Order Router across the wider x402 ecosystem. Discover with GET…

MikeyPetrillo/Agent402 · 215 tokens