🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Config Rollback

by @2233admin

Auto-rollback protection for config changes. Backs up before edit, sets a 5-minute system timer to restore if things go wrong. Works with any service config,...

Versionv1.1.0
Installs2
When to Use
TriggerAction
- Changing API gateway routing rules
- Updating DNS or proxy settings
- Any change that could lock you out of a remote server
💡 Examples

Say "auto rollback" or "自动回滚" before editing any config:

# Backup + set 5-min restore timer
cp /etc/nginx/nginx.conf /etc/nginx/nginx.conf.bak
echo "cp /etc/nginx/nginx.conf.bak /etc/nginx/nginx.conf && systemctl reload nginx" | at now + 5 minutes

Make your changes...

vim /etc/nginx/nginx.conf systemctl reload nginx

If everything works, cancel the timer:

atrm

View on ClawHub
TERMINAL
clawhub install config-rollback

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →