High-performance server-side querying and filtering for Feishu Bitable records with multiple output formats.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-bitable-query
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-bitable-query using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Bitable Query skill is a robust tool designed for developers working within the Openclaw Skills framework to interact with Feishu (Lark) multidimensional tables. It solves the performance bottlenecks of client-side filtering by pushing logic to the server, allowing for efficient retrieval of specific records from large datasets. This skill is particularly valuable for complex data workflows, providing seamless pagination and data transformation capabilities directly from the command line.
By leveraging this skill, users can bypass the limitations of standard listing tools, gaining the ability to select specific fields, apply sophisticated sorting, and generate human-readable or machine-parsable outputs. It integrates tightly with the Openclaw environment, using centralized authentication to simplify the developer experience.
Ensure your Feishu credentials are saved in ~/.openclaw/openclaw.json under the channels.feishu key. No additional manual token generation is required as the script handles authentication automatically.
# Basic usage to fetch all records in a table
python3 scripts/feishu_bitable_query.py --app-token YOUR_APP_TOKEN --table-id YOUR_TABLE_ID --all-pages
# Count records matching a specific formula
python3 scripts/feishu_bitable_query.py --app-token APP --table-id TBL --filter 'CurrentValue.[Status]="Done"' --count
The skill includes an automatic field formatter that simplifies complex Feishu data types for better readability and easier processing within the Openclaw Skills ecosystem:
| Field Type | Output Transformation |
|---|---|
| User / Person | Flattens to display name string (e.g., "John Doe") |
| Timestamp | Converts Unix milliseconds to YYYY-MM-DD format |
| Multi-Select | Joins multiple options into a comma-separated string |
| Link / DuplexLink | Extracts the display text of the linked record |
| Standard Fields | Returns raw values for strings, numbers, and booleans |
--filter flag for advanced logical operations.--filter-json) for efficient server-side date range queries.--time-filter) providing advanced relative date syntax (e.g., 14d+ for future windows).--compact-fields to reduce noise and focus on critical data points.Loading
A specialized tool for finding and extracting Feishu Open API specifications, parameters, and error codes in real-time.

A command-line utility for programmatically fetching and parsing BBC News RSS feeds across global, regional, and topical categories.

A secure assistant for AI agents to detect authentication barriers, fill credentials, and manage verification codes with user-approved workflows.

A specialized tool for AI agents to manage, deploy, and troubleshoot Kubernetes clusters using native kubectl commands.

Advanced low-level block management for Feishu cloud documents via direct REST API integration.

A high-performance synchronization tool for managing Feishu documents, spreadsheets, and complex block structures via Markdown.








































