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.
npx skills add themewireco/synchronity --skill synchronity-commercegit clone --depth 1 https://github.com/themewireco/synchronityWrote 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.
[](https://agentmods.dev/skills/themewireco/synchronity/synchronity-commerce)<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>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.
| Model | Per session | Once 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 |
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.
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_siteswhen the target store orsite_idis unknown. - Use
search_productsonce with the best query for product discovery. Omitqueryonly when the user wants to browse a store's catalog. - Use
get_productbefore selecting variants, add-ons, or quantity. - Use
get_product_reviewsbefore 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, andselect_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_idfor 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 becomespaidorprocessing. - 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 driveinitiate_payment,submit_payment_otpif required, andget_payment_statusuntil paid/processing or failed. - Treat
pendingandpending_paymentorders as unpaid. Offer in-chat payment instead of only handing over a payment URL.
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.
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.
- 6d ago First seen · 56 lines · 98 tokens per session scan A aba0c9329bd3
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.
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…
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.
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.
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.
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…
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.