π¬ From the Open Minis community β shared by Da weiwei on 2026-03-28
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.
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.
| Skill | Purpose |
|---|---|
| Built-in SSH | Connect to the work computer through an SSH tunnel |
| Built-in shell | Run Taobao API 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 |
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.
π· 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.
- Taobao account and API access
- SSH enabled on the work computer, with network access available
-
auto-tunnel.shconfigured with the correct tunnel parameters
- 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.ps1to 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.
From the Open Minis Telegram community
Original sharer: Da weiwei
2026-03-28
