By Teylersf
Automates software and dependency updates across projects. Reduces manual maintenance overhead for development teams.
A skill for OpenClaw that automatically updates your agent every night.
This skill sets up a nightly cron job that runs an external shell script — the script runs independently of the agent, so it works even when the gateway restarts.
When OpenClaw updates, the gateway restarts — which kills any running agent commands. By using a standalone shell script (not agent commands), the update runs successfully without needing the agent to be active.
Copy the auto-updater folder to your skills directory:
cp -r auto-updater ~/.openclaw/skills/
Restart your OpenClaw gateway:
openclaw gateway restart
Once installed, say "Set up auto-updater" and I'll:
~/update-openclaw.shLocation: ~/update-openclaw.sh
#!/bin/bash
set -e
LOG_FILE="$HOME/openclaw-update.log"
log() {
echo "[$(date)] $1" | tee -a "$LOG_FILE"
}
log "Starting OpenClaw update..."
openclaw gateway stop
openclaw update.run
openclaw gateway start
log "Update complete!"
The cron runs at 4 AM by default. To change:
crontab -e
# Change: 0 4 * * * ~/update-openclaw.sh
~/update-openclaw.sh
Check logs: ~/openclaw-update.log
Check the log:
cat ~/openclaw-update.log
Run manually to see errors:
~/update-openclaw.sh
crontab -l # List cron jobs
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin teylersf-openclaw-auto-updaterDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.