It would be great to have for ZIP files a Reader similar to the "Directory and file pathnames" one, so you could see the contents of a ZIP file without opening it. For doing so now I had to use the Python zipfile library.
The Path reader almost does it, if you override the folder path as the zip file, except that it unzips it to the temp file and then returns those files. Still useful though.