Install
openclaw skills install feishu-automationAdvanced automation workflows for Feishu (Lark) productivity suite. Use when you need to automate document workflows, sync data across Feishu apps, generate reports, or perform batch operations across documents, wikis, bitables, and cloud storage. Triggers: "批量处理飞书文档", "自动同步飞书表格数据", "备份知识库", "生成飞书报告", "自动化飞书任务", "飞书数据迁移".
openclaw skills install feishu-automationThis skill enables advanced automation across the Feishu/Lark productivity suite. It provides recipes, scripts, and workflows for common automation scenarios like batch document processing, data synchronization, report generation, and knowledge management.
docx, wiki, bitable, drive# Use the batch_update.py script to update multiple documents
python scripts/batch_update.py --folder-token fldcnXXX --template "weekly_report.md"
See references/weekly_report_workflow.md for detailed implementation.
See scripts/migrate_documents.py for ready-to-use script.
This skill builds on OpenClaw's native Feishu tools:
feishu_doc - Document read/write operationsfeishu_wiki - Knowledge base navigationfeishu_bitable_* - Bitable operationsfeishu_drive - Cloud storage managementAlways use the native tools directly when possible; use scripts only for complex workflows.
This skill comes with ready-to-use resources for common automation tasks.
batch_update.py - Update multiple documents from templatemigrate_documents.py - Migrate documents between folders/spacesbitable_to_doc.py - Generate documents from Bitable datawiki_backup.py - Backup wiki pages to markdown filesweekly_report_workflow.md - Step-by-step weekly report automationfeishu_api_patterns.md - Common API usage patterns and exampleserror_handling.md - Handling common Feishu API errorsbest_practices.md - Performance and reliability tipstemplates/weekly_report.md - Weekly report templatetemplates/meeting_notes.md - Meeting notes templatetemplates/project_status.md - Project status update templateconfig/sample_config.yaml - Configuration examplesFor questions or issues:
error_handling.md