storage_inspector
Inspect and manage browser storage and sessions: view cookies, IndexedDB, and service workers; save and restore session state to files; clear cookies to reset authentication.
Instructions
Inspect and manage client-side storage & sessions. Supports 6 actions: cookies (get all current cookies), save_session (persist cookies & storage state to file), load_session (restore state from file without re-logging), clear_cookies, indexeddb, service_workers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | cookies | |
| passphrase | No | AES-256-GCM passphrase. When provided with save_session the file is encrypted; required to load an encrypted session. Never logged or stored. | |
| sessionPath | No | File path to save or load session state (cookies & localStorage) from disk |