Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generate a link to an interactive 3D wheel to randomly choose from 2 to 20 user-provided options, optionally weighted by preference.
Generate a link to an interactive 3D wheel to randomly choose from 2 to 20 user-provided options, optionally weighted by preference.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
The user can't decide between a few options (e.g. "where should we eat?", "which movie should we watch?") The user explicitly asks you to pick one at random or spin a wheel There are 2โ20 concrete options to choose from 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
Base URL: https://makedecisionforme.netlify.app/ Query parameter: items โ comma-separated list of entries Entry format: Name:Weight Name โ 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. Items are separated by commas (,). 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
Collect the options from the user's message. Build the URL with the items query parameter. Present the link to the user so they can click it and spin the wheel.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.