drive9
OfficialA persistent filesystem with semantic search.
System Documentation
What problem does it solve?
drive9 lets you persist files across agent handoffs and session resets, so you can store outputs once and retrieve them later using natural-language search instead of brittle filenames or forgotten context.
Core Features & Use Cases
- Persistent workspace storage: create isolated workspaces and keep credentials/config locally for repeat access.
- Filesystem-like operations: upload, download, copy, move, and delete using familiar commands and remote paths (e.g.
:/data/file.txt). - Hybrid semantic + keyword search: run
grepfor meaning-based retrieval andfindfor exact structural filters like tags, dates, and sizes. - Agent-ready mounts and zero-copy workflows: mount with FUSE for local tooling and perform metadata-only copies/renames for fast, space-efficient duplication.
Use case: store a set of project notes, datasets, and generated reports during an agent run, then later ask for “the pricing strategy draft” and retrieve the exact files even if you don’t remember the filename.
Quick Start
Ask your agent to install drive9, provision a workspace, and then search by meaning: run curl -fsSL https://drive9.ai/install.sh | sh && drive9 create && drive9 fs grep "pricing strategy" /.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: drive9 Download link: https://github.com/mem9-ai/drive9/archive/main.zip#drive9 Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.