com um clique
file-manager
Manage and discover files in the TARS workspace.
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
Manage and discover files in the TARS workspace.
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
Manage your daily task list with interactive buttons in Telegram.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Search and install agent skills from ClawHub, the public skill registry.
Schedule reminders and recurring tasks.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Use inline buttons for interactive Telegram bot flows.
| name | file_manager |
| description | Manage and discover files in the TARS workspace. |
| always | true |
| metadata | {"TARS":{"emoji":"📁"}} |
Use these tools to discover, analyze, and send files from your local workspace (~/.TARS/workspace/).
message tool and include the absolute path to the file in the media list.If the user asks for a file (like a PDF or image), do NOT use read_file to print it in the chat. Instead, use the send_file_to_user tool:
send_file_to_user(path="reports/report_2024.pdf", caption="Here is the report you requested.")When a user uploads a file, it will appear in your context as [file_uploaded: /path/to/file].
get_file_info(path="/path/to/file") to check its size and type.read_file(path="/path/to/file") ONLY if you need to analyze the text content yourself.send_file_to_user.YYYY-MM-DD subdirectories.