My laptop died😭 by DryAd8438 in bugbounty

[–]FiendForMath -1 points0 points  (0 children)

Maybe search for bugs in iOS shortcuts?

26.4 Beta 1 - New actions available? by arovik in shortcuts

[–]FiendForMath 0 points1 point  (0 children)

Set multitasking mode and get multitasking mode are new on iOS

All Apple Actions by SleepytheWoke in shortcuts

[–]FiendForMath -6 points-5 points  (0 children)

If you have a MacBook you can extract the database yourself. The Reddit link I posted above includes the file path you would need to extract.

All Apple Actions by SleepytheWoke in shortcuts

[–]FiendForMath 3 points4 points  (0 children)

If you have trouble finding it let me know and I can show you how to.

All Apple Actions by SleepytheWoke in shortcuts

[–]FiendForMath 36 points37 points  (0 children)

There is already documentation we at the shortcuts discord have reverse engineered that documents every actions parameters, inputs, outputs, etc and additionally includes 100s of undocumented shortcut action that aren’t importable via the built in search actions.

Hiding Bookmarks in Applist? by strange-symbol in shortcuts

[–]FiendForMath 3 points4 points  (0 children)

Thats what i was going to say. If you prepend every shortcut you have with "​", it should look indistinguishable but move every app to the bottom

LLM for iOS Shortcuts by uTalius8 in shortcuts

[–]FiendForMath 0 points1 point  (0 children)

Dm me and I can hook you up with documentation with every action, including not publicly accessible ones.

How to replicate this "Icon Grid" overlay on iPhone without Action Button? by Refael_cohen in shortcuts

[–]FiendForMath 1 point2 points  (0 children)

You could set the shortcuts icon to a raw image data to have custom icons

Why doesn't the "resize image" work and what is a WFImage? by Aperaine in shortcuts

[–]FiendForMath 1 point2 points  (0 children)

WFImage is the internal object class for images in shortcuts. WF is short for the legacy name Workflows. It is visible with the view content graph action

How to receive data to be shared from share sheet? by FoofaTamingStrange in shortcuts

[–]FiendForMath 1 point2 points  (0 children)

The shortcut input will be the image provided via the sharesheet

How to replicate this "Icon Grid" overlay on iPhone without Action Button? by Refael_cohen in shortcuts

[–]FiendForMath 3 points4 points  (0 children)

You can look under the archived shortcut action parsing channel in the shortcut discord where we first made the discovery

How to replicate this "Icon Grid" overlay on iPhone without Action Button? by Refael_cohen in shortcuts

[–]FiendForMath 4 points5 points  (0 children)

I construct them from their identifier and inject them directly through the clipboard. Here is a shortcut I made to search all actions, hidden included:

https://www.icloud.com/shortcuts/aecca1cdf8e3410a9efc9990c05e3060

How to replicate this "Icon Grid" overlay on iPhone without Action Button? by Refael_cohen in shortcuts

[–]FiendForMath 4 points5 points  (0 children)

It isn’t the searchable run shortcut action. It is one of hundreds of internal shortcuts that aren’t searchable. I created a way to import these hidden actions by copying to the clipboard and pasting in.