Wheel Of Fortune
Skill by peetzweg
Why use this skill?
Use the Wheel of Fortune skill to randomly decide between options with a fun 3D spinning wheel. Perfect for indecisive moments, dining, and gaming.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/peetzweg/wheel-of-fortuneWhat This Skill Does
The Wheel Of Fortune skill is an interactive decision-making tool designed to assist users when they are faced with multiple choices and prefer a randomized, gamified approach to resolution. By integrating with an external web interface, the OpenClaw AI agent can generate a custom-built, 3D interactive spinning wheel URL. This allows users to visualize their options and perform a random selection, making it perfect for breaking stalemates in group settings or personal dilemmas. The skill parses user input to construct a query string, encoding labels into a URL that supports both simple lists and weighted probabilities.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/peetzweg/wheel-of-fortune
Once installed, ensure the agent has permission to generate external links so that it can provide the interactive web URL to the user interface.
Use Cases
- Casual Dining: Choosing a restaurant or cuisine type when a group cannot reach a consensus.
- Entertainment: Selecting a movie, television series, or video game for a Friday night.
- Task Prioritization: Randomizing the order in which a set of small, equally urgent chores are completed.
- Weighted Randomization: Distributing tasks where one team member has a higher availability or capability than others, by assigning higher weights to their entries.
- Game Nights: Providing a fair, visual, and high-energy method for choosing game mechanics, characters, or player turns.
Example Prompts
- "I'm starving but I can't decide between Italian, Sushi, or a burger place. Can you use the Wheel of Fortune to help me pick?"
- "Spin the wheel for these activities: Hiking, Movie, Bowling, and Reading. Give me the link to play."
- "We need to pick a chore for everyone. Assign Bob 2 parts, Sarah 1 part, and Mike 1 part on the wheel since Bob has more time."
Tips & Limitations
To get the best experience, ensure that you provide clear, distinct options. While the skill supports 2–20 items, providing too many labels can make the text on the individual slices difficult to read on smaller screens. Always remember that this tool is designed for situations where randomness is acceptable; do not use it for critical financial or safety-related decisions where a logical, data-driven approach is required. Use URL-friendly names to avoid potential encoding issues, and take advantage of the weighting feature to influence the probability of outcomes when equity is not strictly required. If the URL doesn't load, ensure your browser does not block pop-ups or external redirects.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-peetzweg-wheel-of-fortune": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
Trmnl Display
Skill by peetzweg
trmnl
Generate content for TRMNL e-ink display devices using the TRMNL CSS framework and send via the trmnl CLI. Use when the user wants to display information on their TRMNL device, send messages to an e-ink display, create dashboard content, show notifications, or update their terminal display. Supports rich layouts with the TRMNL framework (flexbox, grid, tables, progress bars, typography utilities).
acli
Reference guide for the Atlassian CLI (acli) - a command-line tool for interacting with Jira Cloud and Atlassian organization administration. Use this skill when the user wants to perform Jira operations (create/edit/search/transition work items, manage projects, boards, sprints, filters, dashboards), administer Atlassian organizations (manage users, authentication), or automate Atlassian workflows from the terminal. Covers all acli commands including: jira workitem (create, edit, search, assign, transition, comment, clone, link, archive), jira project (create, list, update, archive), jira board/sprint, jira filter/dashboard, admin user management, and rovodev (Rovo Dev AI agent). Requires an authenticated acli binary already installed on the system.