qianniu-shared

Standardize login, popup handling, and navigation for Taobao/Tmall seller automation.

40|8|Updated May 14, 2026
One-click install
npx skills add https://github.com/zpoint/vibe-seller --skill qianniu-shared
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qianniu-shared
Source: https://github.com/zpoint/vibe-seller/tree/main/app/skills_v2/qianniu-shared
Command: npx skills add https://github.com/zpoint/vibe-seller --skill qianniu-shared

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually implement repetitive setup logic for every Taobao/Tmall (Qianniu) seller automation task, removing the risk of human error from login handling, popup dismissal, and navigation setup across multiple isolated stores.

Core Features & Use Cases

  • Unified Authentication & Session Management: Handles chrome-backend login (QR scan or slider captcha + SMS human step), includes a hard guard to verify the logged-in store account matches the bound store to prevent data from the wrong account, and persists login sessions across restarts.
  • Automated Popup Dismissal: Detects and closes promo, announcement, and security tip popups on every page load to prevent invisible overlays from blocking clicks, with safeguards to avoid accidentally subscribing to paid services.
  • Standardized Navigation & Data Handling: Provides pre-mapped URLs for key Taobao/Tmall surfaces (workbench, listings, business advisor, ad platform), handles single sign-on between related platforms, manages per-store download directories, and addresses GB18030 CSV encoding issues for exported data.
  • Use Case: A seller operating 3 separate Taobao/Tmall stores can use this shared Skill as a base for all operation-specific tasks (listing updates, ad audits, report exports) without reimplementing common setup steps for each store.

Quick Start

Load the qianniu-shared skill first before running any Taobao/Tmall seller browser automation tasks to automatically handle login, popup dismissal, and page navigation.

Frequently Asked Questions about qianniu-shared

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Taobao seller login and popup handling for multiple stores?

Taobao seller automation handles repetitive login and popup dismissal by standardizing QR scan or slider captcha authentication, verifying the logged-in account matches the bound store, and persisting sessions across isolated stores.

How does Qianniu browser automation prevent exporting data from the wrong seller account?

Qianniu browser automation uses a hard validation guard that checks the logged-in store account against the bound store profile, preventing data mismatch when operating multiple isolated Taobao or Tmall stores.

What's the best way to handle GB18030 CSV encoding issues when exporting Taobao business reports?

Handling GB18030 CSV encoding for Taobao business report exports is managed natively by standardizing the download directory per store, ensuring exported data parses correctly without manual encoding conversion.

Can I use browser automation for Tmall ad platform operations without manually dismissing security popups?

Browser automation for Tmall ad platform operations detects and closes promo, announcement, and security tip popups on every page load automatically, preventing invisible overlays from blocking clicks without accidental paid subscriptions.

Why does my Taobao seller automation task fail to click elements after page navigation?

Taobao seller automation clicks fail when invisible promo or security popups overlay the page; loading the shared skill first automatically dismisses these popups on every page load to prevent blocked navigation.

Do I need to manage single sign-on manually between Taobao workbench and the ad platform during automation?

Single sign-on between Taobao workbench, business advisor, and the ad platform is handled automatically with pre-mapped URLs, eliminating the need to manually manage cross-platform authentication during seller automation workflows.