{
  "schemaVersion": "1.0",
  "item": {
    "slug": "britebooth-procurement",
    "name": "BriteBooth Procurement",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/Vismonkey19/britebooth-procurement",
    "canonicalUrl": "https://clawhub.ai/Vismonkey19/britebooth-procurement",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/britebooth-procurement",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=britebooth-procurement",
    "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",
      "slug": "britebooth-procurement",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:26:13.592Z",
      "expiresAt": "2026-05-06T03:26:13.592Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=britebooth-procurement",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=britebooth-procurement",
        "contentDisposition": "attachment; filename=\"britebooth-procurement-3.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "britebooth-procurement"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/britebooth-procurement"
    },
    "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/britebooth-procurement",
    "agentPageUrl": "https://openagent3.xyz/skills/britebooth-procurement/agent",
    "manifestUrl": "https://openagent3.xyz/skills/britebooth-procurement/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/britebooth-procurement/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": "Purpose",
        "body": "This skill operates in a READ-ONLY capacity to assist with trade show planning. It identifies products and logistics on BriteBooth.com but does not manipulate checkout sessions or handle user PII."
      },
      {
        "title": "Security & Privacy Guardrails",
        "body": "PII Protection: This skill is forbidden from collecting, storing, or transmitting user shipping addresses or contact info.\nNo Session Manipulation: The agent shall NOT attempt to create or manage Shopify checkout sessions, cookies, or CSRF tokens.\nManual Cart Execution: The agent provides product links and IDs; the human user must manually add items to their own cart to ensure full consent and data security."
      },
      {
        "title": "1. Site Status Discovery",
        "body": "Live Check: Use curl to fetch the BriteBooth.com homepage. Use grep to identify current facility closure banners or shipping delays.\nReporting: Immediately alert the user if a logistics blackout is detected."
      },
      {
        "title": "2. Product & Template Retrieval",
        "body": "Discovery: Navigate to requested product pages (e.g., Casonara, Wavelight).\nExtraction: Retrieve the Product Name, Price, and the direct link to the Artwork Template PDF.\nRequirement: Ensure all suggested products belong to the same hardware family for visual consistency."
      },
      {
        "title": "3. Timeline Calculation",
        "body": "Logic: Combine live lead times found on product pages with a standard 2-day proofing window.\nDeadline Alert: Compare against the user's event date. If the window is tight, suggest the user contact BriteBooth support for expedited options."
      },
      {
        "title": "4. Human-In-The-Loop Handover",
        "body": "Output: Instead of a checkout link, provide a \"Shopping List\" including:\n\nDirect URLs to each product page.\nDirect URLs to design templates.\nA summary of estimated production dates.\n\n\nFinal Step: Instruct the user to click the provided product links to complete their purchase securely in their own browser session."
      }
    ],
    "body": "BriteBooth Procurement Discovery Skill\nPurpose\n\nThis skill operates in a READ-ONLY capacity to assist with trade show planning. It identifies products and logistics on BriteBooth.com but does not manipulate checkout sessions or handle user PII.\n\nSecurity & Privacy Guardrails\nPII Protection: This skill is forbidden from collecting, storing, or transmitting user shipping addresses or contact info.\nNo Session Manipulation: The agent shall NOT attempt to create or manage Shopify checkout sessions, cookies, or CSRF tokens.\nManual Cart Execution: The agent provides product links and IDs; the human user must manually add items to their own cart to ensure full consent and data security.\nWorkflow Logic\n1. Site Status Discovery\nLive Check: Use curl to fetch the BriteBooth.com homepage. Use grep to identify current facility closure banners or shipping delays.\nReporting: Immediately alert the user if a logistics blackout is detected.\n2. Product & Template Retrieval\nDiscovery: Navigate to requested product pages (e.g., Casonara, Wavelight).\nExtraction: Retrieve the Product Name, Price, and the direct link to the Artwork Template PDF.\nRequirement: Ensure all suggested products belong to the same hardware family for visual consistency.\n3. Timeline Calculation\nLogic: Combine live lead times found on product pages with a standard 2-day proofing window.\nDeadline Alert: Compare against the user's event date. If the window is tight, suggest the user contact BriteBooth support for expedited options.\n4. Human-In-The-Loop Handover\nOutput: Instead of a checkout link, provide a \"Shopping List\" including:\nDirect URLs to each product page.\nDirect URLs to design templates.\nA summary of estimated production dates.\nFinal Step: Instruct the user to click the provided product links to complete their purchase securely in their own browser session."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Vismonkey19/britebooth-procurement",
    "publisherUrl": "https://clawhub.ai/Vismonkey19/britebooth-procurement",
    "owner": "Vismonkey19",
    "version": "3.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/britebooth-procurement",
    "downloadUrl": "https://openagent3.xyz/downloads/britebooth-procurement",
    "agentUrl": "https://openagent3.xyz/skills/britebooth-procurement/agent",
    "manifestUrl": "https://openagent3.xyz/skills/britebooth-procurement/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/britebooth-procurement/agent.md"
  }
}