← 返回
效率工具 中文

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.
生成一个交互式3D转盘链接,用于在用户提供的2至20个选项中随机抽取,可选择加权偏好。
peetzweg
效率工具 clawhub v1.0.0 1 版本 99899.2 Key: 无需
★ 0
Stars
📥 991
下载
💾 23
安装
1
版本
#latest

概述

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

  1. Collect the options from the user's message.
  2. Build the URL with the items query parameter.
  3. Present the link to the user so they can click it and spin the wheel.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 05:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

TRMNL Display

peetzweg
使用TRMNL CSS框架为TRMNL电子墨水屏生成内容并通过CLI发送。适用于在设备上显示信息、发送消息、创建仪表盘、显示通知或更新终端。支持丰富的布局(弹性布局、网格、表格、进度条及排版工具)。
★ 2 📥 3,312
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 148,284
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,495