For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adding QuickTasks buttons to Pings

Adding QuickTasks is done by domain, QuickTasks are only available for site that show a SKU field on their pings. To add a QT you need to run the following command:

$monitor addqt {domain} {qtname} {link}

In the link part put moosku where u want the sku to be present in the actual ping, for example for an Amazon ATC the command will be

$monitor addqt amazon.com atc1 https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=moosku&Quantity.1=1

You can have up to 5 QT per domain, they all will show on a ping. for example you can have ATC1 | ATC2 | QTWRATH | QTHAYHA

Show all QuickTasks

to show all QuickTasks type $monitor showqt

Removing a QuickTask

To remove a QT you'll need the domain and the QuickTask link (u can view all QuickTask using showqt)

$monitor removeqt {domain} {qtlink}

Example:

$monitor removeqt amazon.com https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=moosku&Quantity.1=1

Last updated