marketplace-connectors

marketplace-connectors is a skill for Claude Code, Codex from finsilabs/awesome-ecommerce-skills. It costs 31 tokens per session (2,300 once invoked), scanned B, original, MIT.

Marketplace connectors link an online store with marketplaces such as Amazon, eBay, and Walmart. They manage listings, import orders, and keep product stock synchronised between channels.

In plain words
What is it for?
Use them to expand to more sales channels, create listings automatically, sync stock, and import marketplace orders into a store, order system, or ERP.
Why use it?
They remove manual marketplace uploads and reduce overselling caused by outdated inventory information.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex; mentions Gemini CLI; mentions OpenCode.

Good fit Use them to expand to more sales channels, create listings automatically, sync stock, and import marketplace orders into a store, order system, or ERP.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/marketplace-connectors"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/marketplace-connectors.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,300 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00031 $0.02300
Opus 5 $0.00015 $0.01150
Sonnet 5 $0.00006 $0.00460
Haiku 4.5 $0.00003 $0.00230

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

Security

Grade B, and why

marketplace-connectors scanned grade B 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 9d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

const res = await fetch('https://api.amazon.com/auth/o2/token', { method: 'POST',
skills/integrations-apis/marketplace-connectors/SKILL.md · 216 lines

How it starts

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

Marketplace Connectors

Overview

Selling across Amazon, eBay, and Walmart Marketplace multiplies your sales channel reach but introduces operational complexity: each marketplace has its own product data model, listing requirements, order lifecycle, and inventory management API. This skill covers connecting your store to major marketplaces — using apps for managed platforms and direct API integration for custom storefronts.

When to Use This Skill

  • When expanding sales channels beyond your own storefront to major marketplace platforms
  • When building a multichannel commerce system that keeps inventory in sync across channels
  • When automating order imports from marketplaces into your OMS or ERP
  • When existing marketplace feeds are manual (spreadsheet uploads) and need automation

Core Instructions

Step 1: Determine your platform and recommended approach

Platform Recommended Approach Key Apps
Shopify Use a marketplace app — no custom code needed Codisto ($39/month) for Amazon + eBay + Walmart; LitCommerce ($19/month) for multi-channel listing management
WooCommerce Use a plugin for standard integrations WooCommerce Amazon Fulfillment (free, amazon.com) for FBA; WP-Lister Pro for Amazon ($99) for full listing and order management
BigCommerce Use App Marketplace connectors Sellbrite ($79/month, marketplace.bigcommerce.com) syncs Amazon, eBay, Walmart, and Etsy; ChannelAdvisor for enterprise multi-channel
Custom / Headless Direct API integration Build using Amazon SP-API, eBay REST API, and Walmart Marketplace API; use a queue for order imports and inventory sync

Step 2: Platform-specific marketplace setup


Shopify

Connect Amazon with Codisto:

  1. Install Codisto from the Shopify App Store ($39/month for Amazon + eBay)
  2. Connect your Amazon Seller Central account (US, UK, EU, AU supported)
  3. In Codisto, go to Listings → Amazon and click Link Products — it matches your Shopify products to existing ASINs or creates new listings
  4. Enable Inventory Sync to update Amazon quantities automatically when Shopify inventory changes
  5. Enable Order Import — Codisto imports Amazon orders as Shopify orders so you manage fulfillment from one place

Read the full file on GitHub · 216 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. 9d ago First seen · 216 lines · 31 tokens per session scan B 65fc793193ae

Subscribe to this mod's changes

marketplace-connectors is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 31 tokens to every session and 2,300 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (sends data to an external url). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

BytesAgain Marketplace Listing Lab

Generate marketplace listings and SEO copy. Use when writing Amazon, Taobao, Pinduoduo, Shopee, or marketplace product titles, bullets, attributes, and QA checks.

bytesagain/ai-skills · 42 tokens

listinggood-amazon-eu-localization

Use this skill when sellers need to localize Amazon listings for the EU marketplaces DE (Germany), ES (Spain), FR (France), IT (Italy) — not just translate. Covers native-language requirements, per-marketplace keyword differences, character/title limits, mandatory EU compliance markings (CE, 欧代/EU Responsible Person…

DedeGroup/listinggood-skills · 214 tokens

listinggood-amazon-suspension-shield

Use this skill when sellers need to assess ACCOUNT SUSPENSION and listing takedown RISK — not just keyword coverage. Covers brand/IP infringement, category gating, authenticity complaints, children's safety, linked-account bans, review manipulation, category mismatch, restricted claims, image/external-link violations…

DedeGroup/listinggood-skills · 183 tokens

listinggood-amazon-bullet-writer

A Chinese-language writing tool for Amazon product bullet points. It turns product features into buyer-focused benefits using several copywriting structures and sensory-language templates.

DedeGroup/listinggood-skills · 151 tokens

listinggood-amazon-compliance-auditor

A tool for checking Amazon product listings against marketplace rules, including restricted wording, intellectual-property concerns, image requirements, and category fit.

DedeGroup/listinggood-skills · 164 tokens

listinggood-amazon-listing-optimizer

An Amazon product-listing writing assistant that creates titles, bullet points, and descriptions for different product categories and Amazon marketplaces.

DedeGroup/listinggood-skills · 198 tokens