fluxa agentic checkout

fluxa agentic checkout is a skill for Codex from FluxA-Agent-Payment/FluxA-AI-Wallet-MCP. It costs 97 tokens per session (3,610 once invoked), scanned A, original, Apache-2.0.

A checkout-automation runbook for an AI agent that opens a product link, fills supported purchase details, and hands control back to a person when needed.

In plain words
What is it for?
Check a product link, fill contact, delivery, card, and billing fields on supported checkout flows, report whether the checkout is ready or blocked, and provide a manual handoff when automation cannot continue.
Why use it?
It clarifies whether a checkout can be automated and leaves the purchase in a known state when verification or an unsupported merchant requires human action.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: built for openclaw.

Good fit Check a product link, fill contact, delivery, card, and billing fields on supported checkout flows, report whether the checkout is ready or blocked, and provide a manual handoff when automation cannot continue.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fluxa-agent-payment/fluxa-ai-wallet-mcp/agentic-checkout
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 FluxA-Agent-Payment/FluxA-AI-Wallet-MCP --skill agentic-checkout
Clone the repo
git clone --depth 1 https://github.com/FluxA-Agent-Payment/FluxA-AI-Wallet-MCP

Made for: 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 fluxa agentic checkout

README.md
[![agentmods](https://agentmods.dev/badge/skills/fluxa-agent-payment/fluxa-ai-wallet-mcp/agentic-checkout/github.svg)](https://agentmods.dev/skills/fluxa-agent-payment/fluxa-ai-wallet-mcp/agentic-checkout)
Your own site
<a href="https://agentmods.dev/skills/fluxa-agent-payment/fluxa-ai-wallet-mcp/agentic-checkout"><img src="https://agentmods.dev/badge/skills/fluxa-agent-payment/fluxa-ai-wallet-mcp/agentic-checkout/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 fluxa agentic checkout

Your own site · 80×15
<a href="https://agentmods.dev/skills/fluxa-agent-payment/fluxa-ai-wallet-mcp/agentic-checkout"><img src="https://agentmods.dev/badge/skills/fluxa-agent-payment/fluxa-ai-wallet-mcp/agentic-checkout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,610 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.
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.00097 $0.03610
Opus 5 $0.00048 $0.01805
Sonnet 5 $0.00019 $0.00722
Haiku 4.5 $0.00010 $0.00361

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

Security

Grade A, and why

fluxa agentic checkout 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 19 executable files (scripts/checkout_playwright_handoff.py, scripts/demo_execute_headed.py, scripts/order_manager.py, …), 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.

skills/agentic-checkout/SKILL.md · 292 lines

How it starts

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

FluxA Agentic Checkout

Skill version: 0.4.0 | Product surface: deterministic checkout automation + explicit human handoff

Overview

Use this skill as the release-grade operator runbook for checkout automation. It accepts arbitrary entry links, attempts the currently implemented automation routes, and produces structured results that tell the next agent or human whether the checkout is ready, partially filled, blocked by verification, or requires manual takeover.

How to do checkout for users

Step 1: Check whether the URL supports automated checkout

  1. Check whether the user has provided a specific product URL. If not, ask the user for the exact product link they want to buy.
  2. Check whether the link falls within the currently supported automation scope. This skill is positioned as a general checkout automation skill and should determine whether there is an executable automation path for the given link. If the merchant or checkout flow is outside the currently executable scope, the skill should clearly tell the user that they need to complete the purchase manually and provide a direct link they can open.
  3. If the link is supported, tell the user: "This item supports automated checkout. We can help autofill the checkout information and guide you through the purchase. I’m starting the checkout automation now."

Step 2: Check the checkout skill execution environment

  1. Check the environment. The skill must run in an environment that supports Playwright, and Chromium must be installed. Check whether python-dotenv, socksio, playwright, and related dependencies are already installed. If they are missing, install them first. See the Environment setup section for the setup steps.
  2. Before installing the environment, tell the user: "To complete the automated checkout, we need to install a few required tools and the browser runtime. This may take a few minutes. I’m starting the setup now."

Step 3: Collect the user's checkout information and generate the profile

  1. Read the Collect the user's shipping information section and check whether the user already has a JSON file containing payment, delivery, and billing information. If not, guide the user to provide that information.
  2. If the information already exists, confirm the shipping address for this purchase with the user again.

Read the full file on GitHub · 292 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. 11d ago First seen · 292 lines · 97 tokens per session scan A fec5133b663d

Subscribe to this mod's changes

fluxa agentic checkout is a skill published in the GitHub repository FluxA-Agent-Payment/FluxA-AI-Wallet-MCP (4 stars, last pushed 5d ago), licensed Apache-2.0. It adds 97 tokens to every session and 3,610 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

ebay-search-listing

Extracts product listings from any eBay search or category page URL, returning per-item cards (itemNumber, url, title, subtitle, caption, price, priceWithCurrency, currency, wasPrice, bids, shipping, seller, sellerFeedbackCount, sellerPositiveRating, reviewsCount, starRating, image) plus pagination state (currentPage…

browser-act/skills · 221 tokens

amazon-bestseller-listing

Amazon Best Sellers listing scraper: extract product cards from any Amazon Best Sellers (zgbs) or /gp/bestsellers/ category page — returns rank (position on chart), asin, title, url, image, imageAlt, price, stars, reviewCount, ratingRaw per item, plus category metadata (categoryName, categoryFullName, categoryUrl) and…

browser-act/skills · 300 tokens

amazon-search-listing

Amazon search and category listing scraper: extract product listings from any Amazon search results page, keyword search URL, or category browse page and return per-item cards (asin, title, url, image, price, listPrice, stars, reviewCount, badges, isAmazonChoice, isBestSeller, isSponsored, delivery, boughtInPast…

browser-act/skills · 341 tokens

etsy-category-listing

Etsy category page scraper: given an Etsy category URL (e.g. https://www.etsy.com/c/jewelry) and optional page number, returns paginated product listings with listingId, shopId, title, url, image, salePrice, originalPrice, currency, rating, reviewCount, shopName, isAd, freeShipping, badge from category and subcategory…

browser-act/skills · 209 tokens

etsy-product-detail

Etsy product detail scraper: given an Etsy listing URL, returns full product detail including listingId, title, priceCurrent, priceOriginal, currency, images (all), description, shopName, shopUrl, rating, reviewCount, favorites, inCartCount, variations (with per-option price ranges), highlights, listedDate…

browser-act/skills · 187 tokens

walmart-product-detail

Walmart product detail page extractor: given a walmart.com product URL (walmart.com/ip/...), extract full product data including itemId, title, brand, model, UPC, price, wasPrice, currency, availability, category path, seller info, all images, shortDescription, longDescription, product highlights, full specifications…

browser-act/skills · 252 tokens