Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Advanced automation workflows for Feishu (Lark) productivity suite. Use when you need to automate document workflows, sync data across Feishu apps, generate...
Advanced automation workflows for Feishu (Lark) productivity suite. Use when you need to automate document workflows, sync data across Feishu apps, generate...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This 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.
OpenClaw with Feishu integration configured Feishu app permissions enabled for: docx, wiki, bitable, drive Target documents/tables already exist and are accessible
# Use the batch_update.py script to update multiple documents python scripts/batch_update.py --folder-token fldcnXXX --template "weekly_report.md"
Batch Creation: Create multiple documents from templates Content Sync: Sync data from Bitable to documents Format Conversion: Convert between markdown and Feishu doc format Backup & Archive: Periodically backup important documents
Wiki Migration: Move content between wiki spaces Auto-tagging: Tag wiki pages based on content analysis TOC Generation: Generate table of contents for large wikis Link Checking: Find and fix broken links in wiki
Data Import/Export: Sync Bitable with external data sources Report Generation: Create documents from Bitable queries Validation Rules: Enforce data quality in Bitable Notification System: Alert on Bitable changes
Document โ Bitable: Extract structured data from documents to tables Bitable โ Document: Generate reports from table data Wiki โ Drive: Archive wiki pages to cloud storage Drive โ Wiki: Import documents as wiki pages
Query Bitable for weekly metrics Generate markdown report with charts Create/update Feishu document Post to designated wiki space Notify team via Feishu chat See references/weekly_report_workflow.md for detailed implementation.
List source folder documents Convert each to markdown Create new documents in target folder/wiki Update all internal links Verify completion See scripts/migrate_documents.py for ready-to-use script.
This skill builds on OpenClaw's native Feishu tools: feishu_doc - Document read/write operations feishu_wiki - Knowledge base navigation feishu_bitable_* - Bitable operations feishu_drive - Cloud storage management Always 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 template migrate_documents.py - Migrate documents between folders/spaces bitable_to_doc.py - Generate documents from Bitable data wiki_backup.py - Backup wiki pages to markdown files
weekly_report_workflow.md - Step-by-step weekly report automation 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
templates/weekly_report.md - Weekly report template templates/meeting_notes.md - Meeting notes template templates/project_status.md - Project status update template config/sample_config.yaml - Configuration examples
For questions or issues: Check the relevant reference file first Review error messages in error_handling.md Adapt scripts to your specific use case Consult OpenClaw Feishu documentation for tool specifics
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.