# Send BriteBooth Procurement 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": "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": {
    "downloadUrl": "/downloads/britebooth-procurement",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=britebooth-procurement",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Purpose

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.

### Security & Privacy Guardrails

PII Protection: This skill is forbidden from collecting, storing, or transmitting user shipping addresses or contact info.
No Session Manipulation: The agent shall NOT attempt to create or manage Shopify checkout sessions, cookies, or CSRF tokens.
Manual 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.

### 1. Site Status Discovery

Live Check: Use curl to fetch the BriteBooth.com homepage. Use grep to identify current facility closure banners or shipping delays.
Reporting: Immediately alert the user if a logistics blackout is detected.

### 2. Product & Template Retrieval

Discovery: Navigate to requested product pages (e.g., Casonara, Wavelight).
Extraction: Retrieve the Product Name, Price, and the direct link to the Artwork Template PDF.
Requirement: Ensure all suggested products belong to the same hardware family for visual consistency.

### 3. Timeline Calculation

Logic: Combine live lead times found on product pages with a standard 2-day proofing window.
Deadline Alert: Compare against the user's event date. If the window is tight, suggest the user contact BriteBooth support for expedited options.

### 4. Human-In-The-Loop Handover

Output: Instead of a checkout link, provide a "Shopping List" including:

Direct URLs to each product page.
Direct URLs to design templates.
A summary of estimated production dates.


Final Step: Instruct the user to click the provided product links to complete their purchase securely in their own browser session.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Vismonkey19
- Version: 3.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T03:26:13.592Z
- Expires at: 2026-05-06T03:26:13.592Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/britebooth-procurement)
- [Send to Agent page](https://openagent3.xyz/skills/britebooth-procurement/agent)
- [JSON manifest](https://openagent3.xyz/skills/britebooth-procurement/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/britebooth-procurement/agent.md)
- [Download page](https://openagent3.xyz/downloads/britebooth-procurement)