zip-handler
Installation
SKILL.md
Overview
These are the steps for working with zip files using Python scripts. Do not stray from these instructions.
a. If the user wants a zip file:
- Use the "pack" bash script (you can find it below) to zip up the files or folder.
- Mint a download link for the zipped file.
- Return the download link to the user
b. If someone wants to change something inside a zip file:
- Use the "unpack" bash script (see below!) to unzip the file.
- Open the files and make the changes you need via the text editor or bash tools
- When you’re done, use the "pack" bash script again to zip everything back up.
- Make a new download link to the zipped file.
- Send the new link to the person.
- That’s it! Follow the steps one by one.