zpoint/vibe-seller

跨境卖家的 AI 自动化框架(支持亚马逊、Noon、美客多、千牛等平台,紫鸟、Chrome 等浏览器),自由接入任意大模型(AI automation framework for cross-border sellers (supports Amazon, Noon, Mercado Libre, Qianniu and more; Ziniao, Chrome and other browsers). Freely connect any LLM.)

62Stars on the repository
24Mods indexed here, across every type
12d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

debug-ci

01

zpoint/vibe-seller

Skill Claude Code

Debug CI failures by downloading artifact logs, reading test code, and tracing agent LLM thinking to find root causes.

not rated 62 +6 12d ago A 25 tokens original Apache-2.0

debug-store

02

zpoint/vibe-seller

Skill Claude Code

Developer-only skill for poking at vibe-seller stores from outside the task system — inspect the SQLite DB, drive a store's browser-use wrapper directly via the CDP proxy, manage VIBETASKID for stable sessions, recover wedged daemons, find seller SKUs, and authenticate without the JWT cookie path. Load when the user…

not rated 62 +6 12d ago A 121 tokens original Apache-2.0

debug-task

03

zpoint/vibe-seller

Skill Claude Code

Debug agent task execution infrastructure issues — wrong cwd, wrong files, wrong venv, browser startup failures, agent retry loops, skill loading failures.

not rated 62 +6 12d ago B 31 tokens original Apache-2.0

amazon-ads

04

zpoint/vibe-seller

Skill Claude Code

Amazon Sponsored Products / Sponsored Brands / Sponsored Display ads + Coupons on Seller Central / advertising console. ONE catalog covering BOTH mechanics (URLs, click paths, modal patterns, kat- component gotchas, field input ranges) AND workflows (tuning existing campaigns, weekly review, search-term harvest, ACOS…

not rated 62 +6 12d ago A 142 tokens original Apache-2.0

amazon-invoice

05

zpoint/vibe-seller

Skill Claude CodeCodex

Generate tax invoices from Amazon Seller Central order data using browser extraction and PDF generation.

not rated 62 +6 12d ago A 19 tokens original Apache-2.0

amazon-listing

06

zpoint/vibe-seller

Skill Claude Code

Amazon listing CRUD via the category flat-file (Add Products via Upload). Create a variation family (parent + colour/size children), update attributes, change parent-child relationships, and delete SKUs — all in one template round trip. Also covers the end-to-end sourcing flow: a supplier link (e.g. 1688) → extract…

not rated 62 +6 12d ago A 149 tokens original Apache-2.0

amazon-reports

07

zpoint/vibe-seller

Skill Claude CodeCodex

Amazon platform only. MUST load BEFORE taking any action when the task involves Amazon Seller Central report pages (Tax Document Library, Business Reports, Fulfillment, Payments CSV, Advertising Reports, etc.). Contains URLs, hover navigation, CSV structures, and wait times.

not rated 62 +6 12d ago A 55 tokens original Apache-2.0

amazon-shared

08

zpoint/vibe-seller

Skill Claude CodeCodex

Common Amazon Seller Central / advertising-console mechanics — marketplace TLD map, hamburger-menu hover navigation, sign-in / Ziniao auto-fill / OTP redirect handling, ad-console vs seller-central account caveat, capture rule. Prerequisite: every other amazon- skill (amazon-ads, amazon-reports, amazon-invoice, future…

not rated 62 +6 12d ago A 92 tokens original Apache-2.0

browser-use

09

zpoint/vibe-seller

Skill Claude Code

MUST load BEFORE running any browser-use command. This is the only bridge between the agent and the browser — contains all CLI syntax (open, click, hover, scroll, input, state, eval, etc.), wrapper rules, session management, and store-task restrictions. Without this skill, browser-use commands will fail or use wrong…

not rated 62 +6 12d ago A 71 tokens original Apache-2.0

noon-ads

10

zpoint/vibe-seller

Skill Claude CodeCodex

Noon Ad Manager — campaigns (Auto / Manual / Brand), tuning audits, keyword research, negatives, Vantage analytics. Covers Targets / Customer Queries / Export Data flows. Load for any noon ads work — review, audit, tune, create. References under references/ for the tuning playbook (ads-tuning.md), creation guide…

not rated 62 +6 12d ago A 89 tokens original Apache-2.0

noon-exports

11

zpoint/vibe-seller

Skill Claude CodeCodex

Noon data exports — Sales report (per country), Transaction View (multi-contract CSV with status enum gotchas), Catalog Exports (Content / Pricing / Stock / Reports). Load when downloading sales, finance, transaction, or catalog data from noon.

not rated 62 +6 12d ago A 55 tokens original Apache-2.0

noon-fbn

12

zpoint/vibe-seller

Skill Claude CodeCodex

Noon Fulfilled-by-noon (FBN) — ASN creation flow, ASN status enum, inventory export, barcode print. Load when scheduling a shipment, managing FBN inventory, creating an ASN, or exporting warehouse stock.

not rated 62 +6 12d ago A 51 tokens original Apache-2.0

noon-listing

13

zpoint/vibe-seller

Skill Claude CodeCodex

Noon listing operations — create SKU (3-step wizard) and edit listings (Offer / Content / Sizes / Groups tabs). Load when creating, editing, pricing, restocking, or updating content on a noon SKU.

not rated 62 +6 12d ago A 49 tokens original Apache-2.0

noon-shared

14

zpoint/vibe-seller

Skill Claude CodeCodex

Common noon Seller Center mechanics — login (OTP auto-fetch), page-structure URL map, My Catalog read access, common modals, button-click patterns, project-ID discovery. Prerequisite: every other noon- skill (noon-listing, noon-fbn, noon-exports, noon-ads) expects this loaded for auth and shared UI patterns.

not rated 62 +6 12d ago A 77 tokens original Apache-2.0

review-collect

15

zpoint/vibe-seller

Skill Claude Code

Collect product ratings + full customer-review history from Amazon (Seller Central / storefront) and noon, for every product in a store's catalog, and dump them as generic versioned JSON under store-data/ /reviews/. Read-only: NEVER posts, replies to, edits, or deletes anything on Amazon or noon — it only reads review…

not rated 62 +6 12d ago A 163 tokens original Apache-2.0

amazon-fba-inbound

16

zpoint/vibe-seller

Skill Claude CodeCodex

Amazon platform only. MUST load BEFORE taking any action when the task involves creating, quoting, confirming or cancelling an FBA inbound shipment through Send to Amazon — including the cross-border SEND (Seller Export and Delivery) programme, which no Amazon API exposes. Contains the wizard's step order, the Katal…

not rated 62 +6 12d ago A 85 tokens original Apache-2.0

amazon-image-studio

17

zpoint/vibe-seller

Skill Claude Code

Amazon listing-image knowledge for the general vibesellergenerateimage tool: Amazon's image requirements (main/secondary), how to collect reference images from Amazon listings and supplier pages (e.g. 1688), and how to avoid poisoning generation with placeholder/blank images. Load this ONLY when the image work is FOR…

not rated 62 +6 12d ago A 139 tokens original Apache-2.0

browser-harness

18

zpoint/vibe-seller

Skill Claude Code

MUST load BEFORE running any browser-use command. This is the only bridge between the agent and the browser — browser-use 0.13 has NO subcommands (open/click/state are gone); you drive the browser by piping Python helper code via a heredoc. Contains the helper API, wrapper rules, session management, and store-task…

not rated 62 +6 12d ago A 83 tokens original Apache-2.0

qianniu-ads

19

zpoint/vibe-seller

Skill Claude Code

Taobao/Tmall 万相台无界 (one.alimama.com) ad analysis + campaign (计划) CRUD for a 千牛 store. Load before any browser-use action that reviews, audits, tunes, or reports on 万相台 计划 — 广告优化 / 每日(每周)广告优化 / 'review the ads' / adjust 计划. Analysis is bulk-first: download 报表 exports and parse them, rather than scraping the UI. Plan…

not rated 62 +6 12d ago A 145 tokens original Apache-2.0

qianniu-listing

20

zpoint/vibe-seller

Skill Claude Code

A tool for creating and editing Taobao and Tmall product listings through exported Excel workbooks. Taobao and Tmall are Chinese online marketplaces, and one workbook can update many products, including prices, stock, titles, and attributes.

not rated 62 +6 12d ago A 137 tokens original Apache-2.0

qianniu-shared

21

zpoint/vibe-seller

Skill Claude CodeCodex

Common Taobao/Tmall 千牛 (Qianniu) seller mechanics — chrome-backend login (QR scan or slider-captcha + SMS is a HUMAN step; NO auto-captcha), wrong-account guard (verify the logged-in 店铺名 matches the bound store, else ask), promo/公告/安全提示 popup detect-and-close on every page load, the 千牛 / 生意参谋 (sycm) / 万相台无界…

not rated 62 +6 12d ago A 172 tokens original Apache-2.0

save-skill

22

zpoint/vibe-seller

Skill Claude CodeCodex

A workflow for saving a completed process as a reusable skill or updating an existing one.

not rated 62 +6 12d ago A 202 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: