# Send Wheel of Fortune to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wheel-of-fortune",
    "name": "Wheel of Fortune",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/peetzweg/wheel-of-fortune",
    "canonicalUrl": "https://clawhub.ai/peetzweg/wheel-of-fortune",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/wheel-of-fortune",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wheel-of-fortune",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/wheel-of-fortune"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wheel-of-fortune",
    "downloadUrl": "https://openagent3.xyz/downloads/wheel-of-fortune",
    "agentUrl": "https://openagent3.xyz/skills/wheel-of-fortune/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wheel-of-fortune/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wheel-of-fortune/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: peetzweg
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/wheel-of-fortune)
- [Send to Agent page](https://openagent3.xyz/skills/wheel-of-fortune/agent)
- [JSON manifest](https://openagent3.xyz/skills/wheel-of-fortune/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/wheel-of-fortune/agent.md)
- [Download page](https://openagent3.xyz/downloads/wheel-of-fortune)