๐ฆ OpenShears
THE OPENCLAW TERMINATOR - Safely and completely remove OpenClaw from your system.
OpenShears is a powerful CLI utility designed to detect and annihilate all traces of OpenClaw, the popular local LLM gateway service. Just as kitchen shears are the tool of choice for dismantling a lobster, OpenShears is your weapon for taking apart OpenClaw.
๐ Quick Start
You can run OpenShears directly without installing it:
Or clone and run locally:
git clone https://github.com/oswarld/openshears.git
cd openshears
npm install
npm run build
npm start๐ฏ Features
- ๐ Deep Scan: Detects hidden artifacts, including:
- Global NPM packages (
openclaw) - Configuration files (
~/.openclaw,~/.clawdbot) - Log files and cache
- Running background processes
- Global NPM packages (
- ๐ก๏ธ Safe Mode: Always asks for confirmation before deleting anything.
- โก Hard Kill: Terminates stubborn processes immediately.
- ๐งน Clean Sweep: Removes directories, files, and packages in the correct order.
โ ๏ธ Warning
This tool is destructive. It is designed to permanently delete OpenClaw configuration, memory, and logs. Once confirmed, this action cannot be undone.
๐ค Contributing
Contributions are welcome! If you find a leftover file that OpenShears missed, please submit a PR.
- Fork the repository
- Create your feature branch (
git checkout -b feature/better-detection) - Commit your changes (
git commit -m 'Add detection for legacy logs') - Push to the branch (
git push origin feature/better-detection) - Open a Pull Request
๐ License
MIT License. Use at your own risk.