Drive

v0.1.0

Native OpenClaw drive plugin with local folder browsing, text file editing, search, and trash restore tools

drive·runtime drive·by @ivangdavila
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_list
  • drive_search
  • drive_get
  • drive_read_text
  • drive_write_text
  • drive_create_folder
  • drive_move
  • drive_copy
  • drive_delete
  • drive_trash_list
  • drive_restore

Capabilities

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