Mirror Google Drive folders to local directories with format conversion
Project description
Catoptromancy — divination by mirrors.
SOTA coding agents like Claude Code and Codex turn out to be very good everything agents. Indeed, Claude Cowork, Anthropic's all-purpose agent, is a close cousin of Claude Code and is built on the same stack (the anthropic agent SDK). And so agents (with or without coding) work best when situated in an actual folder of files. They like reading text files, searching Excel, and exploring folder structures. They have the best tools for exploring and understanding knowledge and context when it's organized in a file system.
Google Drive Folders, while extremely useful for collaboration, are not actually filesystems. Behind the scenes, you can't download a Google Doc into a real file. Even the Google Drive Mac Apps just syncs links to files, not the actual files themselves. This makes it surprisingly hard to point an agent at a Google Drive folder and get the results you expect.
To solve this problem, Catoptromancy mirrors Google Drive folders into a local workspace where AI agents can actually work and into formats they can actually use. cato currently converts Google Docs to Markdown, Sheets to Excel, and Slides to PowerPoint.
This local copy also acts as a sandbox. Agents can read, edit, and create freely without touching the original data. Nothing syncs back to Drive. This version supports pull-only mirroring, so remote changes come down locally, but there is no push command yet.
Installation
Install As A Tool
uv tool install catoptromancy
Install Into The Current Environment
uv pip install catoptromancy
Updating
If installed as a tool:
uv tool upgrade catoptromancy
If installed into a virtualenv:
uv pip install --upgrade catoptromancy
Authentication
OAuth credentials are bundled in the package — no Google Cloud setup required.
Running cato init opens a browser for Google account authorization. Your
refresh token is cached locally at ~/.config/catoptromancy/token.json.
In headless or sandboxed environments (e.g. Claude Code), the browser can't open automatically. In that case, cato prints an authorization URL — open it in any browser, authorize, then paste the redirect URL back into the terminal.
To use your own OAuth client instead, pass --credentials /path/to/credentials.json to cato init.
For service-account auth, pass --service-account /path/to/service-account.json to cato init instead of using OAuth.
Usage
Initialize A Workspace
cato init opens a browser for consent:
cato init <FOLDER_ID_OR_URL>
The folder reference can be either:
- A raw Google Drive folder ID
- A full Google Drive folder URL
The folder ID is the last part of a Drive folder URL:
https://drive.google.com/drive/folders/<THIS_PART>
Pull Files
cato pull
Force A Full Re-Download
cato pull --force
Check Status
cato status
Re-Authenticate
cato auth
Use cato auth --reset to delete the cached OAuth token and re-authorize from scratch.
Show Command Help
cato --help
Contributing
See CONTRIBUTING.md for development setup, testing, and release instructions.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file catoptromancy-0.2.1.tar.gz.
File metadata
- Download URL: catoptromancy-0.2.1.tar.gz
- Upload date:
- Size: 89.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e035d674025a8a86ea119a5f4cc5c91014b86b8ddaa7594f0854d375f3b1bc87
|
|
| MD5 |
d41215e5618ed8402ef8ec75836984f5
|
|
| BLAKE2b-256 |
374b1fe19cbc2561efc68f625086813648596d78c532e0d4d38305881332b774
|
File details
Details for the file catoptromancy-0.2.1-py3-none-any.whl.
File metadata
- Download URL: catoptromancy-0.2.1-py3-none-any.whl
- Upload date:
- Size: 25.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fb6a175ccee6e7829985c3d7225bae299c0dad85ba6596b85dbacb9b7cb1999
|
|
| MD5 |
c3d2485ab9bc0a21dfaad0b08d685e4d
|
|
| BLAKE2b-256 |
76c76853149b09e017cb2205d323cff81a554349f2e502c2ae2c84e1c9345a24
|