Install
openclaw skills install openclaw-file-exporterExport OpenClaw configuration files, skills, or other files and upload them to tmpfile.link for easy download. Use when the user wants to export/backup/download OpenClaw files including skills, configs, or any other files. Compresses files automatically and provides formatted download links with file details.
openclaw skills install openclaw-file-exporterExport OpenClaw files and upload to tmpfile.link temporary file hosting service.
Use this skill when the user wants to:
Export a skill or file:
~/.openclaw/skills/openclaw-file-exporter/scripts/export-and-upload.sh <source_path> [custom_name]
Examples:
# Export a skill
~/.openclaw/skills/openclaw-file-exporter/scripts/export-and-upload.sh ~/.openclaw/skills/skill-security-auditor
# Export with custom name
~/.openclaw/skills/openclaw-file-exporter/scripts/export-and-upload.sh ~/.openclaw/skills/skill-security-auditor my-backup.tar.gz
# Export a config file
~/.openclaw/skills/openclaw-file-exporter/scripts/export-and-upload.sh ~/.openclaw/config.yaml
For authenticated uploads (longer retention), set environment variables:
export tfLink-X-User-Id="your-user-id"
export tfLink-X-Auth-Token="your-auth-token"
If not set, the script uses anonymous upload.
The script outputs formatted file information:
========================================
Upload successful!
========================================
File Name: skill-security-auditor.tar.gz
Size: 7890 bytes
Type: application/gzip
Uploaded To: public
Download Link:
https://d.tmpfile.link/public/2026-03-12/uuid/skill-security-auditor.tar.gz
Download Link (Encoded):
https://d.tmpfile.link/public/2026-03-12/uuid/skill-security-auditor.tar.gz
========================================
Note: File will be automatically deleted after 7 days
curl and jq to be installed