A smart automation skill that intelligently downloads files from Feishu group chats to a local directory using natural language intent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-backup
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-backup using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Backup skill is an essential integration for teams using Feishu for collaboration, allowing users to bridge the gap between cloud-based chat and local file management. By utilizing this within the Openclaw Skills framework, developers can automate the retrieval of documents, images, and videos based on metadata like upload time, file type, or specific naming conventions.
This skill prioritizes data integrity and security by utilizing a dedicated execution script rather than generating file content. It ensures that binary files are fetched directly from the source, providing a reliable way to maintain local archives of critical project assets shared in team conversations.
feishu_backup.sh script with the configured environment variables.To utilize this skill, ensure that the execution script is available in your environment. The skill saves all data to a standardized local path.
You can invoke the basic backup functionality with the following command:
./feishu_backup.sh
To view your currently saved files, you can inspect the backup directory:
ls -lht ~/.openclaw/doc/backup/
The Feishu Backup skill manages data via a structured set of environment variables that determine which files are retrieved from the chat. All files are stored in the ~/.openclaw/doc/backup/ directory.
| Variable | Description | Example Value |
|---|---|---|
| LIMIT | Number of files to download | 3 |
| MINUTES | Lookback window in minutes | 5 |
| FILE_TYPE | Format filter | pdf, image, video, doc |
| NAME_PREFIX | Filename starts with | report_ |
| NAME_CONTAINS | Filename includes keyword | invoice |
LIMIT variable to download multiple files in a single execution flow.Loading
A command-line tool for rendering declare-render JSON schemas into images and generating visual schemas from natural language prompts using AI.

A local web-based editor for rendering JSON schemas into images and generating creative assets using AI agents.

Chaterimo is an AI-powered customer service platform for e-commerce that integrates with Openclaw Skills to provide deep insights into chatbot performance and customer interactions.

A deterministic workflow manager that creates and modifies scripts using strict Git versioning and isolated Python environments.

A powerful utility that enables AI agents to fetch and print files uploaded to Feishu group chats using natural language commands.

A smart automation skill that downloads files from Slack to a local directory based on natural language triggers and specific filters.








































