dsh-remote-file-system
Remote File System
Model-visible remote file tools read_remote, write_remote, and edit_remote for reading and writing files on remote hosts via SSH. write_remote only allows creating new files and has no overwrite path; the file backend RemoteFileSystem does not inherit from FileSystem and only borrows the type vocabu
The plugin will be installed here. Keep web if you are unsure.
npx -y @deepseek-ai/dsh plugin --profile web add dsh-remote-file-system@0.1.0Description
Model-visible remote file tools read_remote, write_remote, and edit_remote for reading and writing files on remote hosts via SSH. write_remote only allows creating new files and has no overwrite path; the file backend RemoteFileSystem does not inherit from FileSystem and only borrows the type vocabulary and FsError from @deepseek-ai/dsh-fs. A standard installable dsh host plugin.