{
  "schemaVersion": "1.0",
  "item": {
    "slug": "wolt",
    "name": "wolt-cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/mekedron/wolt",
    "canonicalUrl": "https://clawhub.ai/mekedron/wolt",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/wolt",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=wolt",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/workflows.md",
      "references/command-reference.md",
      "references/output-and-errors.md",
      "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/wolt"
    },
    "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/wolt",
    "agentPageUrl": "https://openagent3.xyz/skills/wolt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wolt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wolt/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": "Wolt CLI",
        "body": "Tool repository: https://github.com/mekedron/wolt-cli\n\nOpen the repository for setup/build details, then use the local wolt binary:\n\nwolt <group> <command> [flags]"
      },
      {
        "title": "Session Startup",
        "body": "Inspect command tree once per session:\n\nwolt --help\n\nPrefer machine output for agent work:\n\n... --format json\n\nParse .data from the envelope and surface .warnings/.error to the user."
      },
      {
        "title": "Safety Rules",
        "body": "Start read-only by default.\nRequest explicit confirmation before mutating commands:\n\ncart add, cart remove, cart clear\nprofile favorites add, profile favorites remove\nprofile addresses add, profile addresses update, profile addresses remove, profile addresses use\nconfigure (writes local profile credentials)\n\n\nNever describe checkout preview as order placement. The CLI does not place final orders."
      },
      {
        "title": "Auth Workflow",
        "body": "Use explicit profile names to avoid ambiguity:\n\nwolt configure --profile-name default --wtoken \"<token>\" --wrtoken \"<refresh-token>\" --overwrite\nwolt profile status --profile default --format json --verbose\n\nCredential fallback for authenticated commands:\n\nExplicit flags (--wtoken, --wrtoken, --cookie)\nSelected profile auth fields\nDefault profile auth fields\n\nWhen refresh credentials are available, expired/401 access tokens are refreshed automatically and persisted back to local config."
      },
      {
        "title": "Location Rules",
        "body": "Apply exactly:\n\nUse either --address \"<text>\" or both --lat + --lon.\nDo not combine --address with --lat/--lon.\nIf no override is passed, profile location is used.\nsearch venues/items and venue show/hours use --address or profile location (no direct --lat/--lon flags).\ndiscover, cart, checkout preview, and profile favorites support --lat/--lon."
      },
      {
        "title": "Command Selection",
        "body": "Explore nearby options: discover feed, discover categories, search venues, search items\nInspect one venue deeply: venue show, venue categories, venue search, venue menu, venue hours\nResolve one item/options for basket actions: item show, item options\nBasket and pricing: cart count/show/add/remove/clear, then checkout preview\nAccount and history: profile show/status/orders/payments/addresses/favorites\n\nFor large marketplace venues, prefer:\n\nvenue search <slug> --query \"<text>\"\nvenue menu <slug> --category <category-slug>\n\ninstead of unrestricted full-catalog menu crawl."
      },
      {
        "title": "Output and Diagnostics",
        "body": "--format json|yaml returns envelope keys: meta, data, warnings, optional error.\nOn upstream failures, rerun with --verbose to capture request trace and detailed diagnostics."
      },
      {
        "title": "References",
        "body": "Full command and flag matrix: references/command-reference.md\nReusable high-confidence workflows: references/workflows.md\nEnvelope/error parsing and automation notes: references/output-and-errors.md"
      }
    ],
    "body": "Wolt CLI\n\nTool repository: https://github.com/mekedron/wolt-cli\n\nOpen the repository for setup/build details, then use the local wolt binary:\n\nwolt <group> <command> [flags]\n\nSession Startup\nInspect command tree once per session:\nwolt --help\n\nPrefer machine output for agent work:\n... --format json\n\nParse .data from the envelope and surface .warnings/.error to the user.\nSafety Rules\nStart read-only by default.\nRequest explicit confirmation before mutating commands:\ncart add, cart remove, cart clear\nprofile favorites add, profile favorites remove\nprofile addresses add, profile addresses update, profile addresses remove, profile addresses use\nconfigure (writes local profile credentials)\nNever describe checkout preview as order placement. The CLI does not place final orders.\nAuth Workflow\n\nUse explicit profile names to avoid ambiguity:\n\nwolt configure --profile-name default --wtoken \"<token>\" --wrtoken \"<refresh-token>\" --overwrite\nwolt profile status --profile default --format json --verbose\n\n\nCredential fallback for authenticated commands:\n\nExplicit flags (--wtoken, --wrtoken, --cookie)\nSelected profile auth fields\nDefault profile auth fields\n\nWhen refresh credentials are available, expired/401 access tokens are refreshed automatically and persisted back to local config.\n\nLocation Rules\n\nApply exactly:\n\nUse either --address \"<text>\" or both --lat + --lon.\nDo not combine --address with --lat/--lon.\nIf no override is passed, profile location is used.\nsearch venues/items and venue show/hours use --address or profile location (no direct --lat/--lon flags).\ndiscover, cart, checkout preview, and profile favorites support --lat/--lon.\nCommand Selection\nExplore nearby options: discover feed, discover categories, search venues, search items\nInspect one venue deeply: venue show, venue categories, venue search, venue menu, venue hours\nResolve one item/options for basket actions: item show, item options\nBasket and pricing: cart count/show/add/remove/clear, then checkout preview\nAccount and history: profile show/status/orders/payments/addresses/favorites\n\nFor large marketplace venues, prefer:\n\nvenue search <slug> --query \"<text>\"\nvenue menu <slug> --category <category-slug>\n\ninstead of unrestricted full-catalog menu crawl.\n\nOutput and Diagnostics\n--format json|yaml returns envelope keys: meta, data, warnings, optional error.\nOn upstream failures, rerun with --verbose to capture request trace and detailed diagnostics.\nReferences\nFull command and flag matrix: references/command-reference.md\nReusable high-confidence workflows: references/workflows.md\nEnvelope/error parsing and automation notes: references/output-and-errors.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mekedron/wolt",
    "publisherUrl": "https://clawhub.ai/mekedron/wolt",
    "owner": "mekedron",
    "version": "0.5.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/wolt",
    "downloadUrl": "https://openagent3.xyz/downloads/wolt",
    "agentUrl": "https://openagent3.xyz/skills/wolt/agent",
    "manifestUrl": "https://openagent3.xyz/skills/wolt/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/wolt/agent.md"
  }
}