apple_iwork
Create, open, and export Pages documents, Numbers spreadsheets, and Keynote presentations. Start or stop Keynote slideshows.
Instructions
Control Pages, Numbers, and Keynote. Actions: pages_create, pages_open, pages_export_pdf, numbers_create, numbers_open, numbers_export_pdf, keynote_create, keynote_open, keynote_export_pdf, keynote_start_slideshow, keynote_stop_slideshow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | POSIX path to the file | |
| action | Yes | pages_create: Create a new Pages document; pages_open: Open a file in Pages; pages_export_pdf: Export the front Pages document to PDF; numbers_create: Create a new Numbers spreadsheet; numbers_open: Open a file in Numbers; numbers_export_pdf: Export the front Numbers document to PDF; keynote_create: Create a new Keynote presentation; keynote_open: Open a file in Keynote; keynote_export_pdf: Export the front Keynote presentation to PDF; keynote_start_slideshow: Start slideshow of the current Keynote presentation; keynote_stop_slideshow: Stop the current Keynote slideshow | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. |