Skip to content

Standard Library

Chute's standard library provides access to Siri Shortcuts actions organized into modules.

import Scripting;
import Notification;

Scripting.askForInput(WFAskActionPrompt: "What is your name?");
Notification.showAlert(WFAlertActionTitle: "Hello!");

Modules

ModuleActionsDescription
Apps42App-specific integrations.
Calendar18Events and reminders.
Contacts12Contacts, phone calls, and FaceTime.
Device40Device details, clipboard, appearance, and focus modes.
Documents33Files, folders, archives, PDF, and rich text.
Health6Health data and workouts.
HomeKit3Home automation.
Maps20Location, directions, and weather.
Math8Calculations, measurements, and unit conversion.
Media66Photos, video, audio, camera, and image processing.
Notification4Alerts, notifications, and banners.
Scripting62Control flow, variables, logic, prompts, and general shortcut utilities.
Settings22System toggles and device settings.
Sharing11Sharing content and social media.
Shortcuts3Running and managing other shortcuts.
Text17Text manipulation, formatting, regex, and speech.
Web23URLs, HTTP requests, web pages, and RSS.