zpoint

24 mods across 1 repository, 56 stars between them.

debug-ci

01

zpoint/vibe-seller

Skill Claude CodeCodex

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

56 8d ago A 25 tokens original Apache-2.0

debug-store

02

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 121 tokens original Apache-2.0

debug-task

03

zpoint/vibe-seller

Skill Claude CodeCodex

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

56 8d ago B 31 tokens original Apache-2.0

zpoint/vibe-seller

Instructions file CodexOpenCode

Instructions for zpoint/vibe-seller, a project described as: 跨境卖家的 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.).

56 8d ago A 4 tokens copy · 100% Apache-2.0

zpoint/vibe-seller

Instructions file

Instructions for zpoint/vibe-seller, covering vibe seller - claude code context, what & why, tech stack, key conventions and commands.

56 8d ago A 5,518 tokens original Apache-2.0

amazon-ads

06

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 142 tokens original Apache-2.0

amazon-invoice

07

zpoint/vibe-seller

Skill Claude CodeCodex

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

56 8d ago A 19 tokens original Apache-2.0

amazon-listing

08

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 149 tokens original Apache-2.0

amazon-reports

09

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.

56 8d ago A 55 tokens original Apache-2.0

amazon-shared

10

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…

56 8d ago A 92 tokens original Apache-2.0

browser-use

11

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 71 tokens original Apache-2.0

noon-ads

12

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…

56 8d ago A 89 tokens original Apache-2.0

noon-exports

13

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.

56 8d ago A 55 tokens original Apache-2.0

noon-fbn

14

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.

56 8d ago A 51 tokens original Apache-2.0

noon-listing

15

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.

56 8d ago A 49 tokens original Apache-2.0

noon-shared

16

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.

56 8d ago A 77 tokens original Apache-2.0

review-collect

17

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 163 tokens original Apache-2.0

amazon-fba-inbound

18

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…

56 8d ago A 85 tokens original Apache-2.0

amazon-image-studio

19

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 139 tokens original Apache-2.0

browser-harness

20

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 83 tokens original Apache-2.0

qianniu-ads

21

zpoint/vibe-seller

Skill Claude CodeCodex

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…

56 8d ago A 145 tokens original Apache-2.0

qianniu-listing

22

zpoint/vibe-seller

Skill Claude CodeCodex

Taobao/Tmall 千牛 listing (商品) CRUD via the Excel bulk round trip — 商品管理 → 更多批量操作 → excel商品批量导出 (export) → edit the workbook → excel商品批量编辑 / 批量导入 (import). One round trip creates/edits many 商品 at once (price, stock, title, attributes). Load before any browser-use action that lists, edits, prices, restocks, or…

56 8d ago A 137 tokens original Apache-2.0

qianniu-shared

23

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) / 万相台无界…

56 8d ago A 172 tokens original Apache-2.0

save-skill

24

zpoint/vibe-seller

Skill Claude CodeCodex

Save the workflow you just carried out as a reusable skill — OR update an existing skill — whenever the user asks to remember, reuse, or amend it. Triggers include "把这个任务的流程保存为技能", "save this workflow as a skill", "save to skill", "remember how to do this", "turn this into a skill", "next time do it the same way", AND…

56 8d ago A 202 tokens original Apache-2.0