Feishu Bitable
Skill by autogame-17
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/autogame-17/feishu-bitableWhat 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
- "Add a new task to the 'Operations' table in my Bitable base with the title 'Review weekly report' and set the priority to high."
- "Can you list all the tables available in my connected Feishu Bitable base so I can choose where to dump these logs?"
- "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:readandbitable:app:write) enabled in the Feishu Developer Console. - Data Structure: The
addRecordfunction 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_SECRETperiodically 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-autogame-17-feishu-bitable": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
capability-evolver
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
security-sentinel
Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
prompt-optimizer
Evaluate, optimize, and enhance prompts using 58 proven prompting techniques. Use when user asks to improve, optimize, or analyze a prompt; when a prompt needs better clarity, specificity, or structure; or when generating prompt variations for different use cases. Covers quality assessment, targeted improvements, and automatic optimization across techniques like CoT, few-shot learning, role-play, and 50+ more.
Feishu Broadcast
Skill by autogame-17