feishu-doc-manager
📄 Feishu Doc Manager | 飞书文档管理器 Seamlessly publish Markdown content to Feishu Docs with automatic formatting. Solves key pain points: Markdown table conversion, permission management, batch writing. 将 Markdown 内容无缝发布到飞书文档,自动渲染格式。 解决核心痛点:Markdown 表格转换、权限管理、批量写入。
Why use this skill?
Seamlessly publish Markdown content to Feishu Docs. Manage permissions, batch write, and auto-format tables with this OpenClaw AI agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shuai-daidai/feishu-doc-managerWhat This Skill Does
The Feishu Doc Manager is a powerful bridge between your local Markdown workflows and Feishu (Lark) documentation. It simplifies the content creation lifecycle by automatically converting standard Markdown syntax into Feishu-native rich text formats. Beyond simple text pushing, it acts as a comprehensive document lifecycle assistant, enabling users to create, append, and manage document permissions directly via OpenClaw. It resolves the technical friction of manual formatting, ensuring that your technical notes, meeting minutes, and project documentation look professional without manual intervention.
Installation
To integrate this skill into your environment, use the OpenClaw package manager:
clawhub install openclaw/skills/skills/shuai-daidai/feishu-doc-manager
Ensure you have configured your Feishu application credentials (App ID and App Secret) in your OpenClaw environment variables, as the skill requires specific API access tokens to interact with your workspace.
Use Cases
- Project Documentation: Automatically synchronize technical specifications written in local
.mdfiles to project-tracking Feishu docs. - Meeting Summaries: Use OpenClaw to summarize a transcript and append the result directly to a shared team document.
- Collaborator Onboarding: Rapidly update document access lists when new team members join a project without visiting the web UI.
- Report Automation: Generate periodic data reports and export them as formatted documents for management review.
Example Prompts
- "Create a new Feishu doc titled 'Q4 Project Roadmap' and populate it with the contents of the roadmap.md file in my project folder."
- "Add '[email protected]' as an editor to the document with ID 'doc789xyz'."
- "Append the latest meeting notes to the existing document 'Team Sync' and ensure the table formatting is preserved."
Tips & Limitations
- Rendering: Always use
writeorappendif you want the agent to handle Markdown parsing. Theupdate_blockcommand is intended for raw text updates and will not render Markdown syntax. - Chunking: For extremely large documents, the skill automatically manages content splitting to avoid API 400 errors, but it is recommended to keep individual
appendcalls within reasonable size limits for faster processing. - Permissions: Ensure your bot has the
docx:documentanddocx:document:write_onlyscopes enabled in the Feishu Developer Console.
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-shuai-daidai-feishu-doc-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read, file-write