create_windows_compatible_zip
Create ZIP archives that Windows can open without filename errors by normalizing Unicode and removing forbidden characters. Ensure error-free file transfer from macOS to Windows.
Instructions
Create Windows-compatible ZIP file from files and/or folders.
Args: paths: List of file or folder paths to zip output: Output ZIP filename working_dir: Base directory for relative paths
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | ||
| output | No | archive.zip | |
| working_dir | No |