synchronity-commerce

synchronity-commerce is a skill for Claude Code, Codex from themewireco/synchronity. It costs 98 tokens per session (651 once invoked), scanned A, original, MIT.

A commerce skill that tells an AI agent how to use Synchronity’s shopping tools. Synchronity connects agents to stores for product discovery, carts, checkout, payment, and order reading.

In plain words
What is it for?
Finding and comparing products, viewing or changing carts, applying coupons, setting shipping, choosing delivery, preparing checkout, paying with approval, and checking orders.
Why use it?
It gives the agent a consistent process for shopping requests, including finding the right store, checking product details, managing the cart, and obtaining approval before payment.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the synchronity plugin — 1 skill, 1 MCP server shipped together

Good fit Finding and comparing products, viewing or changing carts, applying coupons, setting shipping…

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

Made for: Claude Code, Codex.

Or install synchronity, the plugin that ships this one along with the rest of its 1 skill, 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 synchronity-commerce

README.md
[![agentmods](https://agentmods.dev/badge/skills/themewireco/synchronity/synchronity-commerce.svg)](https://agentmods.dev/skills/themewireco/synchronity/synchronity-commerce)
Your own site
<a href="https://agentmods.dev/skills/themewireco/synchronity/synchronity-commerce"><img src="https://agentmods.dev/badge/skills/themewireco/synchronity/synchronity-commerce.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 651 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.00098 $0.00651
Opus 5 $0.00049 $0.00326
Sonnet 5 $0.00020 $0.00130
Haiku 4.5 $0.00010 $0.00065

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

Security

Grade A, and why

synchronity-commerce 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 6d 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.

plugins/synchronity/skills/synchronity-commerce/SKILL.md · 56 lines

How it starts

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

Synchronity Commerce

Overview

Synchronity is the shopping and checkout layer for AI assistants. Use its MCP tools whenever the user has commerce intent: discovering stores, finding products, comparing options, managing a cart, applying coupons, preparing checkout, collecting buyer approval, paying, or reading orders.

Do not wait for the user to say "use Synchronity". Treat ordinary requests such as "find me a white cake", "buy this", "what can this store sell me", "add two to my cart", "apply this coupon", or "check my order" as Synchronity tasks when connected stores are relevant.

Tool Selection

  • Start with list_sites when the target store or site_id is unknown.
  • Use search_products once with the best query for product discovery. Omit query only when the user wants to browse a store's catalog.
  • Use get_product before selecting variants, add-ons, or quantity.
  • Use get_product_reviews before purchase decisions when quality, authenticity, or seller trust matters.
  • Use cart tools for cart state: create_cart, add_to_cart, remove_from_cart, get_cart, apply_coupon, set_shipping_address, and select_shipping_option.
  • Use checkout and payment tools only after the buyer has given the needed details and explicit approval flow input.

Chat Behavior

  • Keep chat responses brief when a Synchronity card/tool result already shows products, cart contents, totals, or order details.
  • Reuse the active cart_id for a site. Create a new cart only when no cart is active or the existing cart is unavailable.
  • Ask for missing required product add-ons before adding the item to cart.
  • Ask for shipping details before checkout when they are not already known.
  • Do not browse arbitrary public web pages as a substitute for Synchronity when the user wants products purchasable through connected stores.

Safety Rules

  • Never claim a purchase is complete after execute_checkout; the created order is unpaid until payment status becomes paid or processing.
  • Never approve delegation yourself. The buyer must supply the emailed approval code or complete the external approval step.
  • For payment, call get_payment_methods, let the buyer choose a channel, then drive initiate_payment, submit_payment_otp if required, and get_payment_status until paid/processing or failed.
  • Treat pending and pending_payment orders as unpaid. Offer in-chat payment instead of only handing over a payment URL.

Read the full file on GitHub · 56 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. 6d ago First seen · 56 lines · 98 tokens per session scan A aba0c9329bd3

Subscribe to this mod's changes

synchronity-commerce is a skill published in the GitHub repository themewireco/synchronity (0 stars, last pushed 1mo ago), licensed MIT. It adds 98 tokens to every session and 651 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

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

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

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens