원클릭으로
file-manager
Manage and discover files in the TARS workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage and discover files in the TARS workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.