maintenance

Back up the workspace to GitHub and update OpenClaw and skills.

5|1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/netanel-abergel/pa-skills --skill maintenance-netanel-abergel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maintenance
Source: https://github.com/netanel-abergel/pa-skills/tree/main/skills/maintenance
Command: npx skills add https://github.com/netanel-abergel/pa-skills --skill maintenance-netanel-abergel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The maintenance skill automates regular backups of the OpenClaw workspace to a GitHub repository and keeps the OpenClaw platform and its installed skills up to date, eliminating manual git pushes and update commands.

Core Features & Use Cases

  • Workspace Backup: Detects a GitHub token, commits all changes, and pushes to the remote repository on demand or every 6 hours via cron.
  • OpenClaw and Skill Updates: Runs the openclaw update command and the clawhub update command weekly or on request, then reports version changes to the owner.
  • Scheduling and Reporting: Sets up silent cron jobs for backups and configurable notifications for updates.

Quick Start

Ask the assistant to run the maintenance skill to back up the workspace and update OpenClaw.

Frequently Asked Questions about maintenance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git push for workspace backup to GitHub?

To automate git push for workspace backup, the maintenance skill detects a GitHub token, commits all changes, and pushes to the remote repository on demand or every 6 hours via cron.

What is the best way to keep OpenClaw and installed skills up to date?

The best way to keep OpenClaw and installed skills up to date is using the maintenance skill, which runs openclaw and clawhub update commands weekly or on request, then reports version changes to the owner.

How does silent cron execution work for scheduled workspace backups?

Silent cron execution for scheduled workspace backups works by setting up cron jobs through the maintenance skill that automatically commit and push changes every 6 hours without manual intervention.

Do I need a GitHub token to back up my OpenClaw workspace?

Yes, you need a GitHub token to back up your OpenClaw workspace, as the maintenance skill detects a GitHub token to perform git operations and push committed changes to the remote repository.

Can I run OpenClaw updates on demand instead of on a weekly schedule?

Yes, you can run OpenClaw and clawhub updates on demand instead of a weekly schedule by asking the assistant to run the maintenance skill, which executes update commands immediately when requested.