AI Agent Hub
Back to skills
Cross-Border E-Commerce AI Suite icon

Cross-Border E-Commerce AI Suite

Business Operations Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @user_253cfc2e/kjdsgj01 according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Cross-border sellers repeatedly handle several content types: product images with inconsistent backgrounds, localized listings, support scripts, live-stream plans, and unpredictable model usage costs. Cross-Border E-Commerce AI Suite splits these tasks into independent Python agent scripts, reducing manual prompt stitching and upload handling.

How It Works

Each module is a script that can be used on demand:
- Product image generation: supports text-to-image and original image upload, with modes such as BG_REMOVAL, ENHANCEMENT, MAIN, and SCENE.
- Listing writing: generates multilingual product listings with titles, selling points, descriptions, and SEO optimization.
- Customer support: handles multilingual replies, sentiment analysis, priority judgment, and automatic responses for pre-sale, logistics, after-sale, and complaint scenarios.
- Live-stream scripts: creates platform-adapted scripts with a full timeline, including opening, closing, interaction, and emergency lines.
- Token management: allocates quotas, tracks consumption, and emits warnings; storage is in-memory by default, or persistent JSON via storage_path.
- Image tools: accepts path, URL, Base64, or byte streams; reusable prompt templates are in references/.

Boundaries

Requires Python 3.8+ and usually no extra dependencies; Pillow is optional for image size validation. The modules are independent, so teams can embed only image generation, listing writing, or customer support into existing workflows. If long-term token usage records are needed, pass storage_path; otherwise the manager uses memory storage.

Use Cases

  • Generate white-background images, scene images, and multilingual listing drafts for new Amazon products.
  • Turn pre-sale, logistics, and after-sale inquiries into multilingual auto-reply templates and flag complaints by priority.
  • Prepare a 30-minute TikTok live-stream script with opening, closing, interaction, and contingency lines.
  • Call the token quota manager in Python workflows to allocate budgets and log consumption warnings.

Best For

  • Cross-border operations staff who produce product images, listings, and live scripts weekly.
  • Sellers who need to convert Chinese product materials into multilingual listings.
  • Engineers or operators integrating LLM customer support and controlling token spend in Python.
  • Live-stream planners who need full timelines, selling prompts, and contingency lines.