feishu-backup-execution

Run Feishu full backups via main.py with dependency checks and exit code interpretation.

6|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/yibo188/lark-feishu-backup --skill feishu-backup-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-backup-execution
Source: https://github.com/yibo188/lark-feishu-backup/tree/main/skills/feishu-backup-execution
Command: npx skills add https://github.com/yibo188/lark-feishu-backup --skill feishu-backup-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution and validation of full backups for Feishu cloud documents, ensuring data integrity and providing clear outcomes.

Core Features & Use Cases

  • Reliable Execution: Runs the existing Feishu backup script (code/main.py) with dependency checks and proper authorization.
  • Mode Switching: Supports switching between drive and my_library backup sources.
  • Outcome Validation: Interprets script output, statistics, and exit codes to determine success, partial success, or failure.
  • Use Case: When you need to perform a complete backup of your Feishu documents, this Skill ensures the process runs smoothly, checks for any issues, and tells you if everything was backed up successfully or if there were problems.

Quick Start

Use the feishu-backup-execution skill to run a full backup of Feishu documents.

Frequently Asked Questions about feishu-backup-execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full backup of Feishu cloud documents?

To execute a Feishu backup, run the `code/main.py` script after passing dependency checks. You can tune runtime parameters and monitor output statistics to verify successful document archival.

Can I switch between backing up Feishu Drive and My Library?

Yes, you can switch Feishu backup sources between `drive` and `my_library` modes. This source mode switching targets specific document repositories during the backup execution process.

What do the exit codes mean when executing a Feishu backup script?

Feishu backup exit codes indicate success, partial success, or failure. Interpreting these codes alongside script output statistics validates data integrity and identifies missed documents.

Do I need to check dependencies before starting a Feishu data archival process?

Yes, dependency checks are required before starting a Feishu data archival process. The execution skill validates dependencies and proper authorization to ensure the backup script runs stably.

Why did my Feishu backup script execution fail to archive all documents?

Feishu backup script execution failures or partial successes are identified through exit codes and output statistics. Checking these outcomes helps locate runtime parameter issues or authorization problems.