Potential Prompt actions

shortcuts-action-icon-set-dictionary-value.webp
Set Dictionary Value
Sets a value in the dictionary passed into the action.
shortcuts-action-icon-get-dictionary-value.webp
Get Dictionary Value
Gets the value for the specified key in the dictionary passed into the action.
shortcuts-action-icon-get-dictionary-from-input.webp
Get Dictionary from Input
Makes a dictionary from the text passed as input. JSON (like {“foo”: “bar”}), key-value pairs (like foo=bar&baz=biz), and XML-based plist are supported.
shortcuts-action-icon-dictionary.webp
Dictionary
Passes the specified list of key-value pairs to the next action as a dictionary.
action-icon-append-to-text-file.webp
Append to Text File
Adds the text passed as input to the end of the specified file. Requires the name or path of the file to retrieve. For example, if you are appending a file called “notes.txt” in a folder called “Public”, use “/Public/notes.txt”.
shortcuts-action-icon-create-folder.webp
Create Folder
Makes a new folder in the specified file storage service.
shortcuts-action-icon-save-file.webp
Save File
Save files to iCloud Drive. Turn off “Ask Where to Save” in order to specify a destination path in the Shortcuts folder.
shortcuts-action-icon-get-file-from-folder.webp
Get File from Folder
Get files from iCloud Drive or Files. Turn off “Show Document Picker” to specify a path to retrieve.
shortcuts-action-icon-generate-hash.webp
Generate Hash
Generates a MD5/SHA1 hash from the input.
shortcuts-action-icon-get-details-of-files.webp
Get Details of Files
Extracts information from the file, including file size, file extension, creation date, last modified date, and name.
shortcuts-action-icon-file.webp
Filter Files
Given a list of files, this action returns the files that match the given criteria. Allows for sorting, changing the order, and limiting the number passed as a result.
action-icon-base64-encode.webp
Base64 Encode
Encodes or decodes text or files using Base64 encoding.
shortcuts-action-icon-make-gif.webp
Make GIF
Creates an animated GIF from the images or video passed into the action.
shortcuts-action-icon-make-video-from-gif.webp
Make Video from GIF
Converts an animated GIF into a video.
action-icon-add-frame-to-gif.webp
Add Frame to GIF
Adds an image to the existing animated GIF passed as input. If no GIF is passed as input, a new animated GIF is created.