← Back to Skills Marketplace
peetzweg

Wheel of Fortune

by peetzweg/ · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
718
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install wheel-of-fortune
Description
Generate a link to an interactive 3D wheel to randomly choose from 2 to 20 user-provided options, optionally weighted by preference.
Usage Guidance
This skill is lightweight and coherent: it only constructs a URL to an externally hosted decision wheel and shows it to the user. Before installing or using it, consider: (1) Privacy — any option text you include will appear in the link query string and may be logged by the external site or intermediaries, so do not put passwords, personal IDs, or other sensitive data in the options. (2) Trust the external site — the skill sends users to makedecisionforme.netlify.app; if you have concerns, open the link in a safe environment or inspect the site first. (3) No credentials are requested and nothing is installed locally. If you want stricter guarantees, request the publisher add a registry description and confirm the target URL is stable and trustworthy.
Capability Analysis
Type: OpenClaw Skill Name: wheel-of-fortune Version: 1.0.0 The skill's instructions are clear, transparent, and directly align with its stated purpose of generating a URL for a decision wheel. There is no evidence of prompt injection attempts, data exfiltration, unauthorized command execution, persistence mechanisms, or any other malicious intent. The skill merely constructs a URL to an external `netlify.app` domain, which is a standard integration pattern and does not inherently indicate malice within the skill's logic itself.
Capability Assessment
Purpose & Capability
The SKILL.md describes generating a decision-wheel URL and nothing in the package requests unrelated credentials, binaries, or files. Although the registry entry lacks a short description, the runtime instructions make the purpose clear and proportionate.
Instruction Scope
Instructions are narrowly scoped: collect user options, build the items= query, and present the link. One important note: the options are placed in the URL query and therefore are sent to the external site (https://makedecisionforme.netlify.app/) when the user clicks the link — avoid putting sensitive or private data in options.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is written to disk or executed locally by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate for a simple link-generation helper.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent privileges or attempt to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wheel-of-fortune
  3. After installation, invoke the skill by name or use /wheel-of-fortune
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the "wheel-of-fortune" skill as Glucksrad — an interactive decision wheel. - Generates a 3D spinning wheel URL for users stuck choosing between options (2–20 choices). - Supports custom option weights for unequal probabilities. - Handles names with spaces and special characters via URL-encoding. - Clear instructions for when and how to use the skill and how to format the wheel URL.
Metadata
Slug wheel-of-fortune
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 718 downloads so far.

How do I install Wheel of Fortune?

Run "/install wheel-of-fortune" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Wheel of Fortune free?

Yes, Wheel of Fortune is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Wheel of Fortune support?

Wheel of Fortune is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Wheel of Fortune?

It is built and maintained by peetzweg/ (@peetzweg); the current version is v1.0.0.

💬 Comments