ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Feishu Bitable

Skill by autogame-17

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/autogame-17/feishu-bitable
Or

What This Skill Does

The Feishu Bitable skill allows OpenClaw agents to interface directly with Feishu (Lark) Bitable databases. It serves as a bridge for agents to read table structures and perform write operations, effectively turning your Bitable instance into a persistent storage layer or a task management system. By integrating this skill, your AI agent can manage project workflows, log application outputs, or maintain structured records in real-time within your corporate Feishu environment.

Installation

To integrate this skill into your environment, run the following command in your OpenClaw CLI: clawhub install openclaw/skills/skills/autogame-17/feishu-bitable

Ensure you have configured your environmental variables correctly:

  • FEISHU_APP_ID: Obtained from the Feishu Developer Console.
  • FEISHU_APP_SECRET: Used for authenticating API requests.

Use Cases

  • Project Management: Automate the creation of tasks in Bitable based on user requests or project updates.
  • Data Logging: Use the agent to record logs or performance metrics directly from automated processes into a tabular format for later analysis.
  • CRM Integration: Enable your agent to log interactions or lead information into a shared Bitable CRM system.
  • Dynamic Task Tracking: Automatically update statuses and add new entries as part of a multi-step agent workflow.

Example Prompts

  1. "Add a new task to the 'Operations' table in my Bitable base with the title 'Review weekly report' and set the priority to high."
  2. "Can you list all the tables available in my connected Feishu Bitable base so I can choose where to dump these logs?"
  3. "Create a new record in the 'Customer Feedback' table with the fields: Name: John Doe, Rating: 5 stars, Comment: Excellent service."

Tips & Limitations

  • API Permissions: Ensure your Feishu application has the necessary scope permissions (e.g., bitable:app:read and bitable:app:write) enabled in the Feishu Developer Console.
  • Data Structure: The addRecord function requires a valid mapping of field IDs or field names to values. Ensure your Bitable schema matches your input object strictly.
  • Security: As this skill interacts with external API endpoints, rotate your FEISHU_APP_SECRET periodically to ensure security.
  • Constraints: This skill is primarily designed for data ingestion. For complex data analysis on large datasets, you might need to pair this with a data processing skill.

Metadata

Stars4146
Views10
Updated2026-04-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-autogame-17-feishu-bitable": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#bitable#database#productivity#automation
Safety Score: 4/5

Flags: external-api