📄 Feishu Doc Manager | 飞书文档管理器

📄 Feishu Doc Manager | 飞书文档管理器 Seamlessly publish Markdown content to Feishu Docs with automatic formatting. Solves key pain points: Markdown table conversion, permission managem…

Shuai-DaiDai

@shuai-daidai

What This Skill Does

Publishes Markdown content to Feishu Docs with automatic formatting, including table conversion, permission management, and batch writing. Supports creating, writing, appending, and updating document blocks via a CLI.

Replaces manual copy-pasting and formatting of Markdown into Feishu Docs by automating the entire publishing workflow with built-in permission controls.

When to Use It

  • Publish a Markdown report to a Feishu Doc with proper headings and lists
  • Append new Markdown content to an existing Feishu Doc
  • Add or remove collaborators on a Feishu Doc with specific permission levels
  • Convert a Markdown table into a formatted list in a Feishu Doc
  • Split long Markdown content into multiple Feishu Docs automatically

Install

$ openclaw skills install @shuai-daidai/feishu-doc-manager

📄 Feishu Doc Manager | 飞书文档管理器

Seamlessly publish Markdown content to Feishu Docs with automatic formatting.

将 Markdown 内容无缝发布到飞书文档,自动渲染格式。

🎯 Problems Solved | 解决的痛点

ProblemSolution问题解决方案
Markdown tables not renderingAuto-convert tables to formatted listsMarkdown 表格无法渲染自动转换为格式化列表
Permission management complexityOne-click collaborator management权限管理复杂一键协作者管理
400 errors on long contentAuto-split long documents长内容 400 错误自动分段写入
Inconsistent formattingwrite/append auto-render Markdown格式不一致write/append 自动渲染

✨ Key Features | 核心功能

1. 📝 Smart Markdown Publishing | 智能 Markdown 发布

  • Auto-render: write/append actions automatically render Markdown
  • Table handling: Tables auto-converted to formatted lists
  • Syntax support: Headers, lists, bold, italic, code, quotes

2. 🔐 Permission Management | 权限管理

  • Add/remove collaborators
  • Update permission levels (view/edit/full_access)
  • List current permissions

3. 📄 Document Operations | 文档操作

  • Create new documents
  • Write full content with Markdown
  • Append to existing documents
  • Update/delete specific blocks

🚀 Quick Start | 快速开始

cd ~/.openclaw/workspace/skills
git clone https://github.com/Shuai-DaiDai/feishu-doc-manager.git

📋 Supported Markdown | 支持的 Markdown

MarkdownFeishu Result
# TitleHeading 1
- ItemBullet list
**bold**Bold
> quoteBlockquote

🔧 Important Distinctions | 重要区分

write/append vs update_block:

Featurewrite/appendupdate_block
Markdown rendering✅ Yes❌ No (plain text)

📦 Required Permissions | 必需权限

  • docx:document
  • docx:document:write_only
  • docs:permission.member

📝 License | 许可证

MIT

Top skills in this category