LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

undo - Rollback Last Operation

Rollback the last destructive operation using git or project backups

Tags

Updated: 2026-06-15

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • check git status
  • reset working tree
  • revert commits
  • restore backups
  • show commit history
  • discard changes
  • stash changes
  • checkout files
  • create backups
  • list backups

Inputs

  • Git repository
  • Project backups
  • Backup files

Outputs

  • Restored files
  • Reverted commits
  • Backup archives
  • Git state changes

Requirements

  • Git installation
  • Bash access
  • Project directory
  • Write permissions

Source

  • Spec: SKILL.md
git
version control
backup
rollback
undo
check git status
reset working tree
revert commits
restore backups
Git repository
Project backups
Backup files
Restored files
Reverted commits
Backup archives