Feishu Automation — Feishu 自动化
v1.0.0Advanced 自动化工作流 for Feishu (Lark) productivity suite. Use when you need to automate document 工作流s, 同步 data across Feishu 应用s, 生成 报告s, or perform batch operations across documents, wikis, bitables, and cloud storage. Triggers: "批量处理飞书文档", "自动同步飞书表格数据", "备份知识库", "生成飞书报告", "自动化飞书任务", "飞书数据迁移".
运行时依赖
版本
4. Cross-应用 工作流s
安装命令
点击复制技能文档
Feishu 自动化 Overview
This 技能 enables advanced 自动化 across the Feishu/Lark productivity suite. It provides recipes, scripts, and 工作流s for common 自动化 scenarios like batch document processing, data 同步hronization, 报告 generation, and knowledge management.
Quick 启动 Prerequisites OpenClaw with Feishu integration 配置d Feishu 应用 权限s enabled for: docx, wiki, bitable, drive Tar获取 documents/tables already exist and are 访问ible Basic Example: Batch 更新 Documents # Use the batch_更新.py script to 更新 multiple documents python scripts/batch_更新.py --folder-令牌 fldcnXXX --template "weekly_报告.md"
Core 自动化 Tasks
- Document 自动化
- Wiki & Knowledge Management
- Bitable 自动化
- Cross-应用 工作流s
See references/weekly_报告_工作流.md for detAIled implementation.
Document 迁移 列出 source folder documents Convert each to markdown 创建 new documents in tar获取 folder/wiki 更新 all internal links 验证 completion
See scripts/迁移_documents.py for ready-to-use script.
工具 Reference
This 技能 builds on OpenClaw's native Feishu 工具s:
feishu_doc - Document read/write operations feishu_wiki - Knowledge base navigation feishu_bitable_* - Bitable operations feishu_drive - Cloud storage management
Always use the native 工具s directly when possible; use scripts only for complex 工作流s.
Included Resources
This 技能 comes with ready-to-use resources for common 自动化 tasks.
scripts/ batch_更新.py - 更新 multiple documents from template 迁移_documents.py - 迁移 documents between folders/spaces bitable_to_doc.py - 生成 documents from Bitable data wiki_备份.py - 备份 wiki pages to markdown files references/ weekly_报告_工作流.md - Step-by-step weekly 报告 自动化 feishu_API_patterns.md - Common API usage patterns and examples error_handling.md - Handling common Feishu API errors best_practices.md - Performance and reliability tips as设置s/ templates/weekly_报告.md - Weekly 报告 template templates/meeting_notes.md - Meeting notes template templates/project_状态.md - Project 状态 更新 template config/sample_config.yaml - Configuration examples 获取ting Help
For questions or issues:
检查 the relevant reference file first Review error messages in error_handling.md Adapt scripts to your specific use case Consult OpenClaw Feishu documentation for 工具 specifics