packages/agent-core/mcp-tools/safe-file-deletion/SKILL.md
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations.
npx skillsauth add accomplish-ai/accomplish safe-file-deletionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before deleting ANY file, you MUST:
request_file_permission with operation: "delete"filePaths array (not multiple calls)rm commands (single or multiple files)rm -rf (directories)unlink, fs.rm, fs.rmdirSingle file:
{
"operation": "delete",
"filePath": "/path/to/file.txt"
}
Multiple files (batched into one prompt):
{
"operation": "delete",
"filePaths": ["/path/to/file1.txt", "/path/to/file2.txt"]
}
Never bypass deletion warnings by:
The user will see a prominent warning. Wait for explicit approval.
tools
Google Workspace MCP tools: shared patterns for flags, formatting, multi-account routing, and security.
development
Guidance for working across multiple connected Google accounts — managing email, calendar events, and files for personal and work accounts simultaneously.
development
Read and manage Gmail across all connected Google accounts — search, send, reply, draft, archive, and label emails.
development
View, create, update, and delete Google Calendar events across all connected accounts. Find free time for meetings.