Files
openclaw-backups/skills/apple-shortcuts/shortcuts/Quick_Expense.shortcut
2026-02-17 15:50:53 +00:00

108 lines
3.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>WFWorkflowActions</key>
<array>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.ask</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>WFAskActionAnswerType</key>
<string>Number</string>
<key>WFAskActionPrompt</key>
<string>Amount?</string>
</dict>
</dict>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.choosefromlist</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>WFChooseFromListActionItems</key>
<array>
<string>Food</string>
<string>Transport</string>
<string>Entertainment</string>
<string>Shopping</string>
<string>Bills</string>
</array>
<key>WFChooseFromListActionPrompt</key>
<string>Category?</string>
</dict>
</dict>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.gettext</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>WFTextActionText</key>
<dict>
<key>Value</key>
<dict>
<key>string</key>
<string>Logged: $amount$ for $category$ on $date$</string>
</dict>
<key>WFSerializationType</key>
<string>WFTextTokenString</string>
</dict>
</dict>
</dict>
<dict>
<key>WFWorkflowActionIdentifier</key>
<string>is.workflow.actions.openurl</string>
<key>WFWorkflowActionParameters</key>
<dict>
<key>WFURLActionURL</key>
<string>https://t.me/clawdbot?start=expense_</string>
</dict>
</dict>
</array>
<key>WFWorkflowClientRelease</key>
<string>4.0</string>
<key>WFWorkflowClientVersion</key>
<string>1092.0.2</string>
<key>WFWorkflowIcon</key>
<dict>
<key>WFWorkflowIconGlyphNumber</key>
<integer>61456</integer>
<key>WFWorkflowIconStartColor</key>
<integer>4292093695</integer>
</dict>
<key>WFWorkflowImportQuestions</key>
<array/>
<key>WFWorkflowInputContentItemClasses</key>
<array>
<string>WFAppStoreAppContentItem</string>
<string>WFArticleContentItem</string>
<string>WFContactContentItem</string>
<string>WFDateContentItem</string>
<string>WFEmailAddressContentItem</string>
<string>WFGenericFileContentItem</string>
<string>WFImageContentItem</string>
<string>WFiTunesProductContentItem</string>
<string>WFLocationContentItem</string>
<string>WFDCMapsLinkContentItem</string>
<string>WFAVAssetContentItem</string>
<string>WFPDFContentItem</string>
<string>WFPhoneNumberContentItem</string>
<string>WFRichTextContentItem</string>
<string>WFSafariWebPageContentItem</string>
<string>WFStringContentItem</string>
<string>WFURLContentItem</string>
</array>
<key>WFWorkflowMinimumClientVersion</key>
<integer>900</integer>
<key>WFWorkflowMinimumClientVersionString</key>
<string>900</string>
<key>WFWorkflowName</key>
<string>Quick Expense</string>
<key>WFWorkflowTypes</key>
<array>
<string>NCWidget</string>
<string>WatchKit</string>
</array>
</dict>
</plist>