A powerful tool for programmatically managing and adding records to Feishu Bitable (Base) environments.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-bitable
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 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 Skill is designed to provide developers and AI agents with a direct interface to Feishu Bitable, a popular multi-dimensional database tool. By incorporating this skill into Openclaw Skills, users can automate the process of listing tables and creating new records or tasks within their enterprise workspace. It serves as a bridge for data synchronization and automated task tracking, ensuring that information flows seamlessly between your AI tools and your team collaboration platform.
To get started with this skill within Openclaw Skills, configure your environment variables first:
export FEISHU_APP_ID="your_feishu_app_id"
export FEISHU_APP_SECRET="your_feishu_app_secret"
You can then import the core functionality into your project:
const { addRecord } = require('./add_task');
// Usage: addRecord(appToken, tableId, fields)
The skill interacts with Feishu Bitable using the following data structure to ensure compatibility with Openclaw Skills:
| Parameter | Type | Description |
|---|---|---|
| appToken | String | The unique identifier for the Feishu Base. |
| tableId | String | The specific ID of the table/sheet within the Base. |
| fields | Object | A key-value map where keys are field names and values are cell data. |
Loading
An automated monitoring tool for Feishu that identifies attendance abnormalities and generates interactive reports for administrators.

A specialized utility for auditing and repairing critical configuration files in your agent project.

A cross-platform Node.js CLI utility for generating and verifying cryptographic file checksums using MD5, SHA1, and SHA256 algorithms.

A creative skill that enables AI agents to generate atmospheric ghost stories and micro-fiction to add personality and narrative depth.

A powerful automation tool for broadcasting rich text, markdown posts, and media to every user within a Feishu tenant.

Automate Feishu (Lark) calendar management, event synchronization, and collaborative task marking through a developer-friendly interface.








































