飞书办公套件
飞书开放平台全面集成工具包。支持日历与会议室预约、消息发送、审批流程、多维表格操作、通讯录查询和考勤管理六大核心办公模块。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ayden76/gamma-feishu-toolkitWhat This Skill Does
The 飞书办公套件 (Feishu/Lark Office Toolkit) is a robust integration designed for OpenClaw AI agents, serving as a centralized bridge to the Feishu/Lark ecosystem. This skill empowers your AI agent to act as a highly efficient administrative assistant by interfacing directly with Feishu's core APIs. It covers six fundamental office domains: Calendar management (including room scheduling and event CRUD), instant messaging (supporting text, rich media, and cards), enterprise approval workflows, Bitable operations (data management within smart sheets), organizational directory lookups, and attendance tracking.
By authenticating with your specific App ID and Secret, the agent gains permission to perform these tasks autonomously, streamlining complex bureaucratic workflows. Whether you need to coordinate team schedules, automate notifications to group chats, or pull organizational data for reports, this skill ensures your AI agent handles the heavy lifting through secure, structured API calls.
Installation
To install this skill, use the official OpenClaw CLI command in your terminal:
claw skill install official/feishu-toolkit
For users working within AI-integrated IDEs such as Cursor, Copilot, or Trae, execute the following shell command to automate the installation:
curl -sL "https://backend.clawd.org.cn/api/skills/official%2Ffeishu-toolkit/install.sh" | sh
After installation, ensure you set your environment variables FEISHU_APP_ID and FEISHU_APP_SECRET to grant the agent the necessary authorization to interact with your enterprise environment. Follow the verification step using the provided ping endpoint to confirm the service is live.
Use Cases
- Administrative Automation: Automate room booking during meeting conflicts and notify attendees instantly via chat cards.
- Operational Reporting: Sync project status updates directly into Bitable databases based on Slack or IM inputs.
- Human Resources: Assist employees in initiating travel or reimbursement requests, or help managers verify attendance status without manual console login.
- Organizational Intelligence: Quickly query organizational hierarchies or individual contact information during cross-departmental coordination.
Example Prompts
- "Check if the 8th-floor large meeting room is free tomorrow at 2 PM and book it for my team meeting."
- "Send a reminder card to the Engineering group chat summarizing the weekly sprint objectives."
- "Initiate an out-of-office leave approval request for the dates between October 10th and October 12th."
Tips & Limitations
- Permissions: Always ensure your App ID has the correct permission scopes assigned in the Feishu Developer Console. Without the proper scope (e.g., 'im:message:send_as_bot'), the agent will encounter authorization errors.
- Data Privacy: Be mindful of the sensitivity of the data being accessed. Always restrict the 'Contact' permission scope to the minimum necessary organizational units.
- Sync Constraints: Remember that API rate limits apply to Feishu's open platform. For high-frequency operations, ensure your deployment handles retry logic effectively.
- Configuration: Maintain your environment variables in a protected
.envfile and do not commit them to version control.
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-ayden76-gamma-feishu-toolkit": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, data-collection