Use this skill when a user is stuck choosing between multiple options and wants a fun, random way to decide. Generate a URL that opens an interactive 3D spinning wheel.
Do NOT use this when the user needs a reasoned recommendation — only when randomness is welcome.
https://makedecisionforme.netlify.app/?items=Option1:Weight,Option2:Weight,Option3:Weight
https://makedecisionforme.netlify.app/items — comma-separated list of entriesName:WeightName — the option label. URL-encode special characters (spaces → %20, & → %26, etc.)Weight — optional integer (defaults to 1). Higher weight = larger slice on the wheel. Use weights when the user indicates a preference or when options aren't equally likely.,). Do not add spaces between items.Equal chances:
?items=Pizza,Sushi,Tacos,Burgers
Weighted (Pizza is 3x more likely than Sushi):
?items=Pizza:3,Sushi:1,Tacos:2
Names with spaces:
?items=Thai%20Food,Fish%20and%20Chips,Mac%20%26%20Cheese
items query parameter.共 1 个版本