agentic-purchase

agentic-purchase is a skill for Claude Code, Codex from ramp-public/cursor-plugin. It costs 95 tokens per session (3,297 once invoked), scanned A, original, MIT.

Instructions for buying something with a Ramp Agent Card through a browser checkout and then completing the resulting transaction details. An Agent Card is a company payment method intended for an automated purchasing flow.

In plain words
What is it for?
Use it to enroll in Agent Cards, choose a fund, obtain payment details, complete a browser purchase, and fill in missing transaction requirements afterward.
Why use it?
It covers the steps that connect funding, browser payment, and follow-up requirements such as a memo, receipt, and trip information. It also explains enrollment when the business is not yet set up.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/ramp-public/cursor-plugin/agentic-purchase
Any agent
npx skills add ramp-public/cursor-plugin --skill agentic-purchase
Clone the repo
git clone --depth 1 https://github.com/ramp-public/cursor-plugin

Made for: Claude Code, Codex.

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 agentic-purchase

README.md
[![agentmods](https://agentmods.dev/badge/skills/ramp-public/cursor-plugin/agentic-purchase.svg)](https://agentmods.dev/skills/ramp-public/cursor-plugin/agentic-purchase)
Your own site
<a href="https://agentmods.dev/skills/ramp-public/cursor-plugin/agentic-purchase"><img src="https://agentmods.dev/badge/skills/ramp-public/cursor-plugin/agentic-purchase.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,297 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00095 $0.03297
Opus 5 $0.00048 $0.01648
Sonnet 5 $0.00019 $0.00659
Haiku 4.5 $0.00010 $0.00330

Measured 3d ago against content hash 6bc5c2226c3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentic-purchase 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 3d 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.

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.

skills/agentic-purchase/SKILL.md · 317 lines

How it starts

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

Agentic Purchase

End-to-end agent card purchasing: pick a fund, get a payment token via ramp CLI, pay via browser, then fill all missing transaction items.

Access & Enrollment

Agent Cards are available via self-serve enrollment. If the user's business is not yet enrolled — or the user asks about availability, how to get started, or hits eligibility errors — enroll them using the CLI:

ramp funds enroll --agent

This enrolls the authenticated user's business in Agent Cards for agentic commerce. The user must be authenticated (ramp auth login) and have appropriate permissions on their Ramp business. Once enrollment succeeds, the user can immediately use funds list and funds creds to access their agent card funds.

For more information, visit https://agents.ramp.com/cards.

Use this guidance for:

  • "What are Agentic Cards?" or "How do I get agent cards?"
  • Access, availability, enrollment, or setup questions
  • Users who hit eligibility errors when running funds list or funds creds

If the user is already enrolled, proceed with the workflow below.

Prerequisites

  • ramp CLI installed and authenticated (ramp auth login)
  • browser-automation skill available for browser checkout
  • Business enrolled in Agent Cards (see Access & Enrollment to enroll if not)

CLI conventions

  • Pass --agent for machine-readable JSON output (documented shape is top-level, immediately after ramp: ramp --agent funds list)
  • Use positional arguments where supported (e.g., ramp --agent funds creds <fund_uuid>, ramp --agent transactions missing <transaction_uuid>)
  • Use --json for complex payloads (e.g., ramp --agent transactions edit)
  • Every subcommand accepts --rationale, --json, --dry_run (-n), and --help

Hard rules

  • Two distinct amount thresholds — respect both:
    • User preauth tolerance: policy-level, ~10% over requested. Stop and re-ask if exceeded.
    • Visa cryptogram auth cap: the cryptogram from ramp --agent funds creds ... --amount X rejects any charge > X at the network level — even $0.01 over declines. If the merchant's final total exceeds the cryptogram amount (bag fees, surprise tax, currency conversion), the old cryptogram is unusable — burn it, pull fresh creds at the corrected amount, and re-preauth if the new amount exceeds the user's original 10% tolerance.
  • Run the browser headed, never --headless. Purchase flows need the user able to see and intervene — bot checks, 3DS, and login walls all require human input. See browser-automation for the headed-default rule.
  • Stop if anything unexpected happens. 3DS challenge, login wall, CAPTCHA, bot-block page, merchant form you can't parse → screenshot, hand off to the user via the visible Chrome window per the human-handoff pattern in browser-automation, and wait. Do not retry blindly.

Read the full file on GitHub · 317 lines

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. 3d ago First seen · 317 lines · 95 tokens per session scan A 6bc5c2226c3d

Subscribe to this mod's changes

agentic-purchase is a skill published in the GitHub repository ramp-public/cursor-plugin (1 stars, last pushed 1mo ago), licensed MIT. It adds 95 tokens to every session and 3,297 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

convex-billing

Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).

openclaw/clawhub · 29 tokens

cross-border-ecommerce

Cross-border e-commerce expansion advisor. Scores target markets on 8 weighted dimensions (market size, ecommerce penetration, competition, regulatory complexity, logistics infrastructure, payment ecosystem, cultural distance, IP protection), compares 5 fulfillment models with cost and transit data, provides…

nexscope-ai/eCommerce-Skills · 106 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

ecommerce-ppc-strategy-planner

Cross-platform PPC strategy planner for ecommerce businesses. Analyzes your product and margins, recommends the right advertising platforms (Google Ads, Meta Ads, TikTok Ads), calculates ROAS targets, allocates budget across channels, and generates platform-specific campaign briefs with ad copy and creative direction.…

nexscope-ai/eCommerce-Skills · 122 tokens

amazon-wholesale-sourcing

Wholesale product sourcing — supplier discovery, negotiation, MOQ optimization, margin analysis.

nexscope-ai/Amazon-Skills · 20 tokens

billing-management

Manage XActions subscriptions and billing — view plans, start a Stripe checkout, open the billing portal, or cancel a subscription. Use when users want to upgrade, downgrade, or manage their XActions subscription.

nirholas/XActions · 44 tokens