feishu-backup
SKILL.md
Feishu Backup Skill
Backup directory: ~/.openclaw/doc/backup/
Strict rules (must be followed — violations are treated as critical errors):
- Do not use write/edit tools to create or modify any files
- Do not create Python scripts, test scripts, or any auxiliary files
- Do not generate, guess, or fabricate file contents and write them to disk — even if the filename is known
- Only run
feishu_backup.shvia exec to download real files - Must verify that the script outputs
SUCCESS: /path/to/fileand that the file exists with size > 0 - If the script reports
ERROR, inform the user honestly — do not fabricate a success status
Smart Matching: Interpret Intent → Set Variables → Call Script
The agent interprets the user's natural language, determines intent, sets the corresponding environment variables, then calls the script.
| User says | Environment variables |