Feishu Bitable to Taobao Add-to-Cart Automation for Openclaw

An automated bridge that syncs product data from Feishu Bitable records directly into Taobao or Tmall shopping carts.

lorpha
v1.0.0
Feb 12, 2026
0
1.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install addtocartfrombitable

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install addtocartfrombitable using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Feishu Bitable to Taobao Add-to-Cart Automation?

This skill provides a seamless automation workflow designed to connect enterprise data management with e-commerce execution. By leveraging Openclaw Skills, it reads procurement information—including specific product URLs, SKU specifications, and purchase quantities—directly from a Feishu Bitable. It then utilizes advanced browser automation to navigate e-commerce platforms, select the correct item attributes, and add them to the shopping cart without manual intervention.

This solution is particularly valuable for teams managing large procurement lists who want to eliminate the errors and time consumption associated with manual data entry on shopping sites. It uses sophisticated DOM evaluation techniques to ensure high reliability even on complex, dynamically loaded web pages.

Feishu Bitable to Taobao Add-to-Cart Automation Use Cases

  • Automating bulk procurement for office supplies or inventory based on team-approved Bitable lists.
  • Syncing personal or business shopping lists from a structured database to e-commerce platforms.
  • Managing high-volume ordering tasks where specific SKU matching is critical for accuracy.
  • Integrating procurement workflows with automated notifications for order status tracking.

How Feishu Bitable to Taobao Add-to-Cart Automation Works

  1. The skill connects to the Feishu API to retrieve records from a specified Bitable app and table.
  2. It filters the retrieved records to identify items that have complete product links, specifications, and quantities.
  3. For each valid record, it opens a browser instance using a persistent session profile to maintain login states.
  4. It executes a custom JavaScript function using XPath to locate and click the exact product specification (SKU) on the page.
  5. It identifies the quantity input field using heuristic rules and updates it to match the Bitable data.
  6. The script triggers the Add to Cart button by searching for specific button text or ARIA roles.
  7. Upon completion of the list, it compiles a status report and sends a notification via Telegram.

Feishu Bitable to Taobao Add-to-Cart Automation Setup

To deploy this skill, ensure you have the following configuration ready:

  1. Prepare your Feishu Bitable with fields named Link (URL), Procurement Specs (Text), and Quantity (Number).
  2. Note your app_token and table_id from your Bitable URL.
  3. Ensure your browser is logged into Taobao/Tmall under the profile used by Openclaw Skills.
  4. Configure your Telegram bot credentials if you wish to receive completion notifications.
# Example of how the agent initializes the connection
feishu_bitable_list_records(app_token="UIdIbPe2RaOQ1tsNIhlcB5ilngc", table_id="tblwMnggn0CuboHs")

Feishu Bitable to Taobao Add-to-Cart Automation Data Schema & Taxonomy

The skill expects the following data structure within the Feishu Bitable for successful processing:

Field Name Type Purpose
Link URL The source URL of the Taobao/Tmall product.
Procurement Specs Text The exact text of the SKU (e.g., 'Color: Blue, Size: XL') to be selected.
Quantity Number The number of units to be added to the cart.

The browser automation uses the openclaw profile to manage cookies and session persistence, ensuring the cart items remain associated with the user account.

Feishu Bitable to Taobao Add-to-Cart Automation Advanced Features

  • Advanced DOM interaction using evaluate blocks to bypass limitations of static snapshots.
  • Robust XPath selector logic to handle dynamic elements and varied e-commerce layouts.
  • Heuristic-based input detection for finding quantity selectors across different platform versions.
  • Integrated multi-channel reporting via Telegram hooks to provide real-time updates on procurement success.
  • Parent-element traversal logic to ensure click actions are performed on the correct interactive elements.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*