ebay-checkout

ebay-checkout is a skill for Claude Code, Codex from zincio/skills. It costs 127 tokens per session (3,702 once invoked), scanned A, a copy of 1800flowers-checkout, MIT.

A shopping assistant for eBay that uses the Zinc API, a service for placing and managing online orders.

In plain words
What is it for?
Buying items, checking order status or tracking, cancelling orders, and returning items from eBay.
Why use it?
It gives an agent a defined way to handle eBay purchases and order follow-up.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Buying items, checking order status or tracking, cancelling orders, and returning items from eBay.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zincio/skills/ebay-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 zincio/skills --skill ebay-checkout
Clone the repo
git clone --depth 1 https://github.com/zincio/skills

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 ebay-checkout

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/zincio/skills/ebay-checkout"><img src="https://agentmods.dev/badge/skills/zincio/skills/ebay-checkout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,702 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 92% copy Near-identical to another mod 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.00127 $0.03702
Opus 5 $0.00063 $0.01851
Sonnet 5 $0.00025 $0.00740
Haiku 4.5 $0.00013 $0.00370

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

Security

Grade A, and why

ebay-checkout scanned grade A with 1 finding 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 10d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl "https://api.zinc.com/search?q=cast+iron+skillet" \
Origin

This is a copy

92% identical to 1800flowers-checkout — 24 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/ebay-checkout/SKILL.md · 237 lines

How it starts

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

eBay Checkout

Buy, track, and return products from eBay (ebay.com) through the Zinc API (https://api.zinc.com). US orders.

Powered by Zinc Universal Checkout. The same API buys from eBay and 50+ other US retailers (Amazon, Walmart, Target, Best Buy, eBay, and more). To order across multiple retailers from one skill, install the universal-checkout skill (npx skills add zincio/skills --skill universal-checkout). Live retailer list: GET https://api.zinc.com/retailers.

Quick Start

Which auth method should I use?

  • ZINC_API_KEY env var is set → Use POST /orders with Bearer token auth. This is the standard flow for pre-registered users.
  • MPP — no account needed → Use the /agent/* endpoints and pay per request with a Stripe card (via Stripe Link — no crypto), Tempo stablecoins, or x402 (USDC on Base). POST /agent/orders to buy; /agent/search to discover ($0.01 per data call). GET /retailers is free.
  • Neither is set → Ask the user to either sign up at app.zinc.com for an API key, or set up an MPP payment method. Try it without code at agent.zinc.com.

All amounts are in US cents (e.g. 5000 = $50.00).

Authentication

API Key Auth

Authorization: Bearer $ZINC_API_KEY

MPP Auth (Machine Payments Protocol)

MPP is an open standard for HTTP 402 machine-to-machine payments (spec: mpp.dev) — no API key needed upfront:

  1. Send the request (e.g. POST /agent/orders) with no Authorization header → HTTP 402 Payment Required. The challenge advertises every available rail: MPP methods as one WWW-Authenticate: Payment … header each (method="stripe", method="tempo"), and x402 as a PAYMENT-REQUIRED header (USDC on Base).
  2. Pick the rail your client supports and pay, then retry: MPP methods resubmit with Authorization: Payment <credential>; x402 clients resubmit with a PAYMENT-SIGNATURE header. Client libraries handle this loop automatically.
  3. For orders, save the X-Api-Key response header — a Bearer token scoped to that order, for GET /orders/{id}.

Read the full file on GitHub · 237 lines

Files

What ships with it

1 file 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. 10d ago First seen · 237 lines · 127 tokens per session scan A cbc0cde5fd1b

Subscribe to this mod's changes

ebay-checkout is a skill published in the GitHub repository zincio/skills (7 stars, last pushed 8d ago), licensed MIT. It adds 127 tokens to every session and 3,702 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 92% identical to 1800flowers-checkout, differing in 24 lines, and is treated as a copy.

Related

Other skills, from other repositories

amazon-a-plus-content

Amazon A+ Content strategy and creation. Module layouts, persuasive copy, comparison charts, image briefs, and conversion optimization. Use when the user asks about A+ Content, Enhanced Brand Content, product storytelling, or Amazon listing enhancement.

nexscope-ai/Amazon-Skills · 51 tokens

amazon-advertising-strategy

Comprehensive Amazon advertising strategy and campaign optimization. Sponsored Products, Sponsored Brands, Sponsored Display campaign management, budget allocation, ACoS optimization, and performance tracking. Use when the user asks about Amazon PPC, advertising strategy, campaign optimization, or Amazon ads…

nexscope-ai/Amazon-Skills · 59 tokens

amazon-backend-keywords

Amazon backend search term optimization and strategy. 250-byte limit management, keyword deduplication, prioritization frameworks, and search visibility optimization. Use when the user asks about backend keywords, search terms, Amazon SEO, or keyword optimization.

nexscope-ai/Amazon-Skills · 53 tokens

amazon-display-ads

Amazon Sponsored Display campaign strategy and optimization. Audience targeting, retargeting campaigns, creative optimization, and performance management. Use when the user asks about Amazon display ads, audience targeting, retargeting, or Sponsored Display campaigns.

nexscope-ai/Amazon-Skills · 50 tokens

amazon-keyword-tracker

Amazon keyword position monitoring and SERP analysis. Real-time position tracking, competitor movement alerts, search result changes, and keyword performance optimization. Use when the user asks about keyword monitoring, SERP tracking, position alerts, or search performance analysis.

nexscope-ai/Amazon-Skills · 54 tokens

amazon-listing-images

Amazon product listing image strategy and optimization. Comprehensive shot planning, infographic design, lifestyle photography, mobile optimization, and conversion-focused visual content. Use when the user asks about Amazon images, product photography, visual optimization, or listing conversion.

nexscope-ai/Amazon-Skills · 51 tokens