sync_scripts
Export your Customaise scripts to a local directory as .user.js or .agent.js files, with a manifest mapping filenames to script IDs. Sets up an IDE workspace for editing your own scripts.
Instructions
Bulk export all your own scripts from Customaise to a local directory as individual .user.js or .agent.js files. WRITES MANY FILES and OVERWRITES existing ones: a local file whose name matches a script is replaced by the copy held in Customaise, so unexported local edits in that directory are lost. Creates a .customaise-manifest.json mapping filenames to script IDs. Shared/subscribed scripts are excluded (they are read-only). Use this to set up a local workspace for editing scripts with your IDE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Local directory to export scripts to (e.g., ./customaise-scripts/) |