Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

safe-delete

스타4
포크1
업데이트2026년 4월 1일 15:22

Intercept all delete operations and use `trash` (ali-rantakari) instead of `rm`. ALWAYS use `trash` instead of `rm` when deleting files or directories. Files moved to trash can be recovered from ~/.Trash/ RULES: - `rm -rf PATH` → `trash PATH` (no -rf needed, trash handles dirs) - `rm PATH` → `trash PATH` - `rm -f PATH` → `trash PATH` - NEVER use raw `rm` command in exec - The only exception is `/tmp/` cleanup where trash is unnecessary trash is installed at /opt/homebrew/bin/trash (ali-rantakari version). It moves files to macOS ~/.Trash/ (recoverable). NOTE: OpenClaw exec does NOT source .zshrc, so shell aliases (safeshell wrap rm) are NOT available. You must explicitly use `trash` in all exec commands.

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

SKILL.md
readonly