一键导入
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.