backup
Automates backup strategies for critical data and workspace, ensuring data integrity and recovery options.
Install this skill
or
86/100
Security score
The backup skill was audited on Mar 7, 2026 and we found 6 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 19
Access to hidden dotfiles in home directory
SourceSKILL.md
| 19 | | 🔴 Critical | Credentials | `~/.credentials/` | Daily | |
low line 31
Access to hidden dotfiles in home directory
SourceSKILL.md
| 31 | cd ~/.openclaw/workspace |
low line 44
Access to hidden dotfiles in home directory
SourceSKILL.md
| 44 | rsync -avz ~/.openclaw/workspace/ gdrive:Backups/openclaw/ |
low line 51
Access to hidden dotfiles in home directory
SourceSKILL.md
| 51 | tar -czf backup-$(date +%Y%m%d).tar.gz ~/.openclaw/workspace/ |
low line 72
Access to hidden dotfiles in home directory
SourceSKILL.md
| 72 | tar -czf - ~/.credentials/ | gpg -c > credentials-backup-$(date +%Y%m%d).tar.gz.gpg |
medium line 79
Access to hidden dotfiles in home directory
SourceSKILL.md
| 79 | 3. **Credentials:** Decrypt GPG backup, extract to `~/.credentials/` |
Scanned on Mar 7, 2026
View Security DashboardInstall this skill with one command
/learn @niraven/backupGitHub Stars 1
Rate this skill
Categoryoperations
UpdatedMarch 29, 2026
Niraven/pokee-deep-research-skill