Native OpenClaw drive plugin with local folder browsing, text file editing, search, and trash restore tools
Install
$
openclaw plugins install clawhub:driveDrive Plugin
Local Drive-style file management for OpenClaw. The plugin exposes one configured folder as a Drive workspace and lets the agent browse folders, search by name, read and write text files, create folders, move and copy items, and use a recoverable trash.
Config
{
plugins: {
entries: {
drive: {
enabled: true,
config: {
rootPath: "~/Drive",
trashPath: "~/.openclaw/state/drive/trash",
defaultListLimit: 100,
maxReadBytes: 200000,
allowHidden: false,
},
},
},
},
}
If rootPath is omitted, the plugin uses ~/Drive.
Tools
drive_listdrive_searchdrive_getdrive_read_textdrive_write_textdrive_create_folderdrive_movedrive_copydrive_deletedrive_trash_listdrive_restore
