What problem does it solve?
This Skill provides a comprehensive set of file system operations, allowing users to efficiently manage, read, write, and search files and directories.
Core Features & Use Cases
- File Information: Retrieve detailed metadata about files and directories.
- File Reading: Read files in various modes (lines, bytes, data_url).
- File Writing: Write and append content to files.
- File Searching: Search for text within files using grep.
- File Editing: Edit lines within files.
- File Operations: Perform actions like copy, move, delete, and create directories.
- Use Case: Imagine you need to search for a specific pattern in all text files within a directory and then replace occurrences of a string in those files.
Quick Start
Use the fs skill to list all files in the 'documents' directory.