# Send Feishu Automation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "feishu-automation",
    "name": "Feishu Automation",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Hejk/feishu-automation",
    "canonicalUrl": "https://clawhub.ai/Hejk/feishu-automation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/feishu-automation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=feishu-automation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/config/sample_config.yaml",
      "assets/templates/meeting_notes.md",
      "assets/templates/project_status.md",
      "assets/templates/weekly_report.md",
      "references/best_practices.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/feishu-automation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/feishu-automation",
    "downloadUrl": "https://openagent3.xyz/downloads/feishu-automation",
    "agentUrl": "https://openagent3.xyz/skills/feishu-automation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/feishu-automation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/feishu-automation/agent.md"
  }
}
```
## Documentation

### 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.

### 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

# Use the batch_update.py script to update multiple documents
python scripts/batch_update.py --folder-token fldcnXXX --template "weekly_report.md"

### 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

### Weekly Report Automation

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.

### Document Migration

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.

### Tool Reference

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.

### Included Resources

This skill comes with ready-to-use resources for common automation tasks.

### scripts/

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

### references/

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

### assets/

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

### Getting Help

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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Hejk
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/feishu-automation)
- [Send to Agent page](https://openagent3.xyz/skills/feishu-automation/agent)
- [JSON manifest](https://openagent3.xyz/skills/feishu-automation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/feishu-automation/agent.md)
- [Download page](https://openagent3.xyz/downloads/feishu-automation)