{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wheel-of-fortune",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wheel-of-fortune",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/wheel-of-fortune",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Glucksrad — Decision Wheel",
        "body": "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."
      },
      {
        "title": "When to use",
        "body": "The user can't decide between a few options (e.g. \"where should we eat?\", \"which movie should we watch?\")\nThe user explicitly asks you to pick one at random or spin a wheel\nThere are 2–20 concrete options to choose from\n\nDo NOT use this when the user needs a reasoned recommendation — only when randomness is welcome."
      },
      {
        "title": "URL format",
        "body": "https://makedecisionforme.netlify.app/?items=Option1:Weight,Option2:Weight,Option3:Weight"
      },
      {
        "title": "Rules",
        "body": "Base URL: https://makedecisionforme.netlify.app/\nQuery parameter: items — comma-separated list of entries\nEntry format: Name:Weight\n\nName — the option label. URL-encode special characters (spaces → %20, & → %26, etc.)\nWeight — 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.\n\n\nItems are separated by commas (,). Do not add spaces between items."
      },
      {
        "title": "Examples",
        "body": "Equal chances:\n\n?items=Pizza,Sushi,Tacos,Burgers\n\nWeighted (Pizza is 3x more likely than Sushi):\n\n?items=Pizza:3,Sushi:1,Tacos:2\n\nNames with spaces:\n\n?items=Thai%20Food,Fish%20and%20Chips,Mac%20%26%20Cheese"
      },
      {
        "title": "How to respond",
        "body": "Collect the options from the user's message.\nBuild the URL with the items query parameter.\nPresent the link to the user so they can click it and spin the wheel."
      }
    ],
    "body": "Glucksrad — Decision Wheel\n\nUse 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.\n\nWhen to use\nThe user can't decide between a few options (e.g. \"where should we eat?\", \"which movie should we watch?\")\nThe user explicitly asks you to pick one at random or spin a wheel\nThere are 2–20 concrete options to choose from\n\nDo NOT use this when the user needs a reasoned recommendation — only when randomness is welcome.\n\nURL format\nhttps://makedecisionforme.netlify.app/?items=Option1:Weight,Option2:Weight,Option3:Weight\n\nRules\nBase URL: https://makedecisionforme.netlify.app/\nQuery parameter: items — comma-separated list of entries\nEntry format: Name:Weight\nName — the option label. URL-encode special characters (spaces → %20, & → %26, etc.)\nWeight — 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.\nItems are separated by commas (,). Do not add spaces between items.\nExamples\n\nEqual chances:\n\n?items=Pizza,Sushi,Tacos,Burgers\n\n\nWeighted (Pizza is 3x more likely than Sushi):\n\n?items=Pizza:3,Sushi:1,Tacos:2\n\n\nNames with spaces:\n\n?items=Thai%20Food,Fish%20and%20Chips,Mac%20%26%20Cheese\n\nHow to respond\nCollect the options from the user's message.\nBuild the URL with the items query parameter.\nPresent the link to the user so they can click it and spin the wheel."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/peetzweg/wheel-of-fortune",
    "publisherUrl": "https://clawhub.ai/peetzweg/wheel-of-fortune",
    "owner": "peetzweg",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}