zen_storage
Operate on browser local and session storage with get, set, remove, clear, list, snapshot, and restore actions across tabs.
Instructions
localStorage / sessionStorage ops.
Args: kind: "local" or "session". op: "get" | "set" | "remove" | "clear" | "list" | "snapshot" | "restore". key: Required for get/set/remove. value: For set, the string value. For restore, a dict of key→value. tab_id: Tab to run against. Storage is per-origin, so prefer driving it on a tab already at the right origin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| op | Yes | ||
| key | No | ||
| value | No | ||
| tab_id | No |