en un clic
file-manager
Manage and discover files in the TARS workspace.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Manage and discover files in the TARS workspace.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.