TopRank Skills

Home / Claw Skills / 文档 / feishu-automation
Official OpenClaw rules 54%

feishu-automation

Advanced 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: "批量处理飞书文档", "自动同步飞书表格数据", "备份知识库", "生成飞书报告", "自动化飞书任务", "飞书数据迁移".

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-automation 技能。 若已安装,则直接安装 feishu-automation 技能。

Overview

Skill Key
hejk/feishu-automation
Author
hejk
Source Repo
openclaw/skills
Version
-
Source Path
skills/hejk/feishu-automation
Latest Commit SHA
c57e3485171c1d560f36d01de84e0ba908f0a4dd

Extracted Content

SKILL.md excerpt

# Feishu Automation

## Overview

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.

## Quick Start

### Prerequisites
- OpenClaw with Feishu integration configured
- Feishu app permissions enabled for: `docx`, `wiki`, `bitable`, `drive`
- Target documents/tables already exist and are accessible

### Basic Example: Batch Update Documents
```bash
# Use the batch_update.py script to update multiple documents
python scripts/batch_update.py --folder-token fldcnXXX --template "weekly_report.md"
```

## Core Automation Tasks

### 1. Document Automation
- **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

### 2. Wiki & Knowledge Management
- **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

### 3. Bitable Automation
- **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

### 4. Cross-App Workflows
- **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

## Workflow Templates

### Weekly Report Automation
1. Query Bitable for weekly metrics
2. Generate markdown report with charts
3. Create/update Feishu document
4. Post to designa...

Related Claw Skills