file-ops
SolidBrowse, read, and write files on the remote host machine.
Data & Documents 243 stars
39 forks Updated today MIT
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# file-ops
This skill provides file operation tools for the remote host:
- `read_file` — read the contents of a file
- `write_file` — write content to a file
- `list_directory` — list files and directories at a given path
- `create_directory` — create a directory
- `move_file` — move or rename a file
- `get_file_info` — get file metadata (size, modification time, permissions)
## Usage
The agent starts a Rust MCP server which exposes standard file operation
tools. No external runtime required.
Details
- Author
- barry-ran
- Repository
- barry-ran/QuickDesk
- Created
- 4 months ago
- Last Updated
- today
- Language
- QML
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
file-ops
Workspace filesystem operations via `file.*` tools. Use when listing, reading, searching, writing, or editing files inside the allowed workspace.
3 Updated 1 weeks ago
afkbot-io Data & Documents Listed
file-operations
Linux file and directory operations
1 Updated today
ryukyagamilight Data & Documents Listed
os_manipulation
Operating System file manipulation capabilities (list, bulk create, bulk move, regex move).
5 Updated 4 months ago
jiamingkong