com um clique
filesystem
Safe local file operations and directory management.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Safe local file operations and directory management.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Always use Browser Harness for web interaction that needs robust automation, downloads, uploads, screenshots, testing, or the user's live Chrome session.
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include any mention of Word documents, .docx files, reports, memos, letters, templates, tables of contents, headings, page numbers, letterheads, tracked changes, comments, images, or document conversion.
Manage repositories, invitations, pull requests, and collaborator permissions.
Analyze videos, screen recordings, ads, and video links with LimeBot's native video tool. Use for requests to watch, summarize, transcribe, inspect a moment, read on-screen text, or answer questions about YouTube, Vimeo, TikTok, Loom, MP4, MOV, MKV, or WebM media.
Control a real, local web browser to search, navigate, and extract information.
Manage and interact with Discord servers, channels, and members.
| name | filesystem |
| description | Safe local file operations and directory management. |
| dependencies | {"python":[],"node":[],"binaries":[]} |
LimeBot's direct access to its local storage and authorized workspace paths.
This skill documentation is a strategy guide, not a callable tool name.
Do not call filesystem directly as a tool.
Use LimeBot's canonical tools instead:
list_dir(path): View files and subdirectories.read_file(path): Load text content from a file.search_files(query, path, mode): Search by filename or file content.write_file(path, content): Overwrite or create a file. Warning: This replaces existing content.delete_file(path): Permanently remove a file or folder. CRITICAL: This action cannot be undone.run_command(command): Only if you truly need shell behavior the canonical tools do not cover.list_dir and read_file for inspection.search_files over manually walking a large tree.write_file only when the user explicitly wants a file created or changed.ALLOWED_PATHS within the .env file.