Skip to content

Latest commit

Β 

History

History
98 lines (63 loc) Β· 2.94 KB

File metadata and controls

98 lines (63 loc) Β· 2.94 KB

Taobao Store Management with Minis

πŸ’¬ From the Open Minis community β€” shared by Da weiwei on 2026-03-28


🎯 Pain Point

Running a Taobao store means constantly switching between pages: checking orders, comparing prices, reading buyer chats, and managing the cart. The work is repetitive, time-consuming, and spread across too many interfaces.


πŸ’‘ What It Does

Da weiwei had Minis build a complete Taobao store management toolkit from scratch. Minis connects to a work computer through an SSH tunnel, calls Taobao APIs, and creates a suite of scripts covering search, price comparison, order lookup, cart management, buyer chats, browsing history, and reviews.

The end result is a workflow where β€œMinis manages Taobao for you; you only handle payment.” The entire toolchain was generated and debugged by AI, and the user said they did not know how to code.


πŸ›  Skills Used

Skill Purpose
Built-in SSH Connect to the work computer through an SSH tunnel
Built-in shell Run Taobao API scripts

πŸ“‹ Toolkit Scripts

Scripts generated by Minis:

Script Purpose
tb-search Product search
tb-compare Product price comparison
tb-detail Product details
tb-skus SKU list
tb-add-cart Add item to cart
tb-orders Order lookup
tb-chat Buyer chat history
tb-cart-view View cart
tb-cart-delete Remove cart items
tb-history Browsing history
tb-rate Review management
auto-tunnel.sh Automatically establish SSH tunnel
start-tunnel.sh Start tunnel script
register-tunnel-task.ps1 Register scheduled tunnel task on Windows

πŸ’¬ Example Prompt

Help me build a Taobao store management toolkit.
Connect to my PC via SSH, and implement order tracking,
price comparison, cart management, and buyer chat history.
I do not know how to code β€” handle everything for me.

πŸ“Έ Screenshots

Screenshot by Da weiwei

πŸ“· Shared by Da weiwei Β· 2026-03-28 β€” A full β€œMinis manages Taobao; you only pay” toolkit, tested with order lookup and gold ring price comparison.


βš™οΈ Requirements

  • Taobao account and API access
  • SSH enabled on the work computer, with network access available
  • auto-tunnel.sh configured with the correct tunnel parameters

πŸ’‘ Tips & Variations

  • Zero-code workflow: Da weiwei said they did not know how to code; Minis generated and debugged the scripts automatically.
  • Auto-start tunnel: Use register-tunnel-task.ps1 to register a Windows scheduled task so the tunnel stays alive automatically.
  • Extensible: Build on this toolkit to add inventory alerts, automatic buyer replies, and more.

πŸ‘€ Contributor

From the Open Minis Telegram community

Original sharer: Da weiwei


πŸ“… Last Verified

2026-03-28