AI Agent Hub
Back to skills
Shuaishou Store Manager One-Click Collect and Publish icon

Shuaishou Store Manager One-Click Collect and Publish

Business Operations Updated 2026.08.30

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

Please follow https://skillhub.cn/install/skillhub.md to install @user_3a151791/shuaishou-mcp-client-plus.

About this skill

Problem

When a host cannot natively connect to a Streamable HTTP MCP server, Shuaishou Store Manager One-Click Collect and Publish provides a lightweight client for calling https://dz.shuaishou.com/mcp. It turns product collection, draft claiming, and Temu publishing into trackable steps instead of manually wiring multiple API calls.

How It Works

The skill organizes workflows around MCP tools: use login_shuashou first, then collect_goods to collect products and claim_goods to claim them into a target store draft. For Temu stores, collect_and_publish runs collection, claiming, draft lookup, and publishing; after publishing, it polls list_publish_records by default until the result is SUCCESS or FAIL. Key parameters include --originList, --platId, and --merchantIds, plus --track, --timeoutSec, and --intervalSec. Draft lookup is constrained to the target store, unpublished status, reverse claim time, and original URL. If a product has multiple publish records, the newest record determines the current status.

Boundaries

The automated publishing commands publish_temu, collect_and_publish, and publish_and_track currently support Temu stores only, with platId set to 68. For Tmall, JD, Douyin, or other platforms, stop at claim_goods and publish manually in the Shuaishou Store Manager backend. Credentials can be provided via MCP_APP_KEY or MCP_AUTHORIZATION; if missing, the client prompts for input. The default publishing strategy trims long titles, filters watermark-like images, uploads detail information, ignores sensitive words, preserves image order, skips video upload, and publishes immediately.

Use Cases

  • Collect a 1688 or Taobao product link and claim it into a Temu draft.
  • Publish an existing Temu draft by itemId and poll the latest record until SUCCESS.
  • Batch-collect multiple product links and claim them to specified stores without publishing.
  • After a failed publish, query the latest publish record by itemId to check the error.

Best For

  • E-commerce operators running Temu listings who need collect, claim, publish, and result checks from one link.
  • Operations staff who batch-collect 1688 or Taobao products into multiple store drafts without publishing.
  • Technical operators who need to verify MCP login, shop lists, and collection status.
  • Merchant operators who check the latest publish record by itemId after failures and fix issues in the backend.