What problem does it solve?
This Skill provides a local file management interface that lets you read, write, list, delete, and send files from the running environment without leaving the chat.
Core Features & Use Cases
- List directory contents to quickly inventory files and folders.
- Read file contents for inspection or debugging.
- Write or overwrite files to store configuration or results.
- Delete files to clean up artifacts.
- Send files to users as documents for sharing or review.
Quick Start
Use the file_manager skill to list, read, write, delete, or send files in your environment. Examples:
- List current directory: action=list, path="."
- Read file: action=read, path="data/config.json"
- Write file: action=write, path="notes.txt", content="Meeting at 3pm"
- Delete file: action=delete, path="temp.log"
- Send file: action=send, path="logs/app.log"