Feishu Bitable Merger for Openclaw

A powerful utility for consolidating data from multiple Feishu Bitable sources into a single target table with field mapping and deduplication.

night556
v1.0.0
Mar 6, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install feishu-bitable-merger

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 feishu-bitable-merger 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 Merger?

The Feishu Bitable Merger is an essential addition to your library of Openclaw Skills, specifically designed to streamline data management within the Feishu ecosystem. It allows developers and data managers to aggregate information from disparate Bitables, ensuring data consistency while automating the tedious process of manual data entry or CSV exports. This skill acts as a bridge between siloed data sets, enabling a unified view of organizational information.

By leveraging this tool, teams can maintain a single source of truth across complex workflows. Whether you are dealing with fragmented project trackers or distributed lead lists, the Feishu Bitable Merger ensures that your transition to a centralized database is smooth, accurate, and highly configurable. It is a must-have for users looking to maximize their efficiency with Openclaw Skills.

Feishu Bitable Merger Use Cases

  • Consolidating monthly reports from different departments into a yearly master table.
  • Merging lead data from multiple marketing campaigns into a central sales CRM.
  • Synchronizing data from several project trackers into a unified executive dashboard.
  • Deduplicating records after combining legacy Bitables with new operational data.

How Feishu Bitable Merger Works

  1. The skill accesses the source Feishu Bitables using the provided URLs or identifiers.
  2. It analyzes the schema of both source and target tables to automatically match identical field names.
  3. User-defined field mapping configurations are applied to align differing column names between sources.
  4. Records are transferred incrementally to the target table while preserving original data formats.
  5. An optional post-merge deduplication process is triggered to ensure data integrity in the destination table.

Feishu Bitable Merger Setup

To use this among your Openclaw Skills, ensure you have the necessary Feishu API permissions configured: bitable:app:read, bitable:app:write, bitable:record:read, and bitable:record:write.

Run the following command to merge tables:

openclaw feishu-bitable-merger merge --source "https://example1.com/base/xxx" "https://example2.com/base/xxx" --target "https://example.com/base/yyy"

To use field mapping:

openclaw feishu-bitable-merger merge --source "source1" "source2" --target "target" --map "oldField:newField"

Feishu Bitable Merger Data Schema & Taxonomy

Component Description
Source Tables Multiple Feishu Bitable URLs or IDs containing the raw data to be aggregated.
Target Table The destination Feishu Bitable where consolidated data is stored.
Field Mapping A configuration string (e.g., oldField:newField) defining schema transformations.
Records Individual data entries including text, numbers, and specialized Bitable formats.

Feishu Bitable Merger Advanced Features

  • Automatic field name matching to reduce manual configuration time.
  • Support for incremental merges to prevent duplicate processing of existing records.
  • Custom field mapping for complex transformations between different table structures.
  • Integrated deduplication engine to maintain high data quality after merging.
  • Full preservation of original data formatting across the transfer process.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*