Native OpenClaw drive plugin with local folder browsing, text file editing, search, and trash restore tools
Code Pluginsource linkedCommunity code plugin. Review compatibility and verification before install.
README
Drive 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
Capabilities
- Tags
- configSchema
- Yes
- Executes code
- Yes
- HTTP routes
- 0
- Runtime ID
- drive
Compatibility
- Built With Open Claw Version
- 2026.3.23-2
- Plugin Api Range
- >=2026.3.23
Verification
- Tier
- source linked
- Scope
- artifact only
- Summary
- Validated package structure and linked the release to source metadata.
- Commit
- 301ae1b
- Tag
- main
- Provenance
- No
- Scan status
- clean
Tags
- latest
- 0.1.0
