feishu-docs
飞书文档(Docx)API技能。用于创建、读取、更新和删除飞书文档。支持Markdown/HTML内容转换、文档权限管理。
Why use this skill?
Automate Feishu document creation, updates, and permission management with the OpenClaw feishu-docs skill. Efficiently handle Markdown and Docx operations.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/stevenlikewatermelon/feishu-docsWhat This Skill Does
The feishu-docs skill is a powerful OpenClaw agent capability designed for comprehensive management of Feishu (Lark) Docx documents. It acts as an interface between your AI agent and the Feishu Open Platform, enabling the automation of documentation lifecycles. Whether you need to programmatically create meeting minutes, generate technical reports, or manage permissions for a team project, this skill provides a full suite of CRUD operations, block-level manipulation, and content format conversion (Markdown/HTML).
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/stevenlikewatermelon/feishu-docs
Ensure you have your Feishu application credentials ready. You will need to set the FEISHU_APP_ID and FEISHU_APP_SECRET as environment variables or within your .env file to authorize the agent to communicate with your Feishu workspace securely.
Use Cases
- Automated Documentation: Automatically generate project status reports or documentation from raw AI analysis results and store them in specific folders.
- Content Migration: Convert legacy Markdown documentation into modern Feishu Docx format efficiently.
- Dynamic Collaboration: Manage team access by automatically adding new project members to specific documents or folders as they join a Slack/Feishu channel.
- Structured Content Management: Programmatically append updates to existing documents or prune outdated blocks without manual intervention.
Example Prompts
- "Create a new document in the 'Project Alpha' folder titled 'Sprint 5 Planning' and insert this Markdown content: # Agenda\n1. Review goals..."
- "Search for the document 'Architecture Review' and append a new section at the end titled 'Action Items' with a list of tasks."
- "Who currently has edit access to the 'Company Policy' document, and can you share it with user_id: 12345?"
Tips & Limitations
- Rate Limiting: Be aware that excessive API calls during batch operations may trigger Feishu's rate limiting; implement pauses for large-scale operations.
- Authentication: Always use the secure environment variable storage method rather than hardcoding IDs in your scripts.
- Permissions: Ensure your Feishu App has the necessary 'Docs' and 'Drive' permission scopes enabled in the Developer Console, or the skill will return 403 Forbidden errors.
- Formatting: While the skill supports Markdown/HTML conversion, highly complex nested layouts may require manual verification after the automatic import.
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-stevenlikewatermelon-feishu-docs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api