An automated backup utility that compresses directories into tar.gz archives and securely transmits them via QQ Email SMTP.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install email-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 email-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 Email Backup skill is a lightweight yet robust solution for developers using Openclaw Skills who need to automate file archiving. It leverages Python's native libraries to create compressed tarball archives and transmit them through the QQ Email SMTP service with SSL encryption. This eliminates the need for external compression utilities, making it a cross-platform tool compatible with Windows, Linux, and macOS.
Designed with security in mind, this skill includes dedicated scripts to scrub sensitive information like API keys and passwords before the archive is sent. Whether you are backing up local agent configurations or project workspaces, this integration ensures your data is bundled efficiently and stored safely in your inbox.
To get started with this skill within the Openclaw Skills ecosystem, follow these steps:
# Install via ClawHub
clawhub install email-backup
# Or via the OpenClaw CLI
openclaw skill install email-backup
export QQ_EMAIL="[email protected]"
export QQ_SMTP_PASSWORD="your-auth-code"
The skill manages data through three specialized Python scripts and adheres to the following organization:
| Component | Description |
|---|---|
| Archive Format | tar.gz (Standard Gzip compressed tarball) |
| Compression | Configurable levels (1-9) via the --compression flag |
| Redaction | Automatic regex-based cleaning of API keys and passwords |
| Metadata | Supports custom email subjects, body text, and multiple recipient support |
Files are processed locally and stored temporarily during the compression phase before being transmitted.
Loading
OpenClaw is a self-hosted gateway that bridges communication platforms with powerful AI coding agents and LLM providers.

An AI-powered tool for generating standardized, professional git commit messages following the Conventional Commits format.

A dedicated skill for fetching and decrypting original raw text from the Clipzy online clipboard using UAPI.

A CLI-driven B2B lead generation pipeline that converts free-text ICPs into scored and deduplicated lead lists.

An asynchronous AI agent orchestration skill that executes long-running coding, research, and automation tasks in the background with results delivered to mobile messaging apps.

A centralized conversation management platform for Openclaw Skills featuring a modern Gemini-style interface and multi-agent support.








































