โ† All skills
Tencent SkillHub ยท Developer Tools

Wheel of Fortune

Generate a link to an interactive 3D wheel to randomly choose from 2 to 20 user-provided options, optionally weighted by preference.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate a link to an interactive 3D wheel to randomly choose from 2 to 20 user-provided options, optionally weighted by preference.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Glucksrad โ€” Decision Wheel

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.

When to use

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.

URL format

https://makedecisionforme.netlify.app/?items=Option1:Weight,Option2:Weight,Option3:Weight

Rules

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.

Examples

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

How to respond

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc