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

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/shuai-daidai/feishu-doc-manager
Or

What 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 .md files 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

  1. "Create a new Feishu doc titled 'Q4 Project Roadmap' and populate it with the contents of the roadmap.md file in my project folder."
  2. "Add '[email protected]' as an editor to the document with ID 'doc789xyz'."
  3. "Append the latest meeting notes to the existing document 'Team Sync' and ensure the table formatting is preserved."

Tips & Limitations

  • Rendering: Always use write or append if you want the agent to handle Markdown parsing. The update_block command 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 append calls within reasonable size limits for faster processing.
  • Permissions: Ensure your bot has the docx:document and docx:document:write_only scopes enabled in the Feishu Developer Console.

Metadata

Stars1015
Views0
Updated2026-02-15
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-shuai-daidai-feishu-doc-manager": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#markdown#productivity#documentation#workflow-automation
Safety Score: 4/5

Flags: external-api, file-read, file-write