← 返回 Skills 市场
BriteBooth Procurement
作者
Vismonkey19
· GitHub ↗
· v3.0.0
649
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install britebooth-procurement
功能描述
Read-only assistant for BriteBooth.com. Collects product IDs, templates, and lead times. Requires human execution for cart creation.
使用说明 (SKILL.md)
BriteBooth Procurement Discovery Skill
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.
Workflow Logic
1. Site Status Discovery
- Live Check: Use
curlto fetch the BriteBooth.com homepage. Usegrepto 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.
安全使用建议
This skill appears coherent and low-risk: it only needs curl/grep to scrape public product pages and produce a shopping list for a human to complete checkout. Before installing, confirm your agent runtime enforces the SKILL.md guardrails (no session manipulation, no PII collection) because those are policy-level constraints the skill text promises but cannot enforce itself. If you want extra caution: (1) require user confirmation before any network fetches or enable logging of agent actions; (2) avoid granting the agent additional network or credential access; and (3) test the skill on a non-production URL to validate it only returns product info and templates as described.
功能分析
Type: OpenClaw Skill
Name: britebooth-procurement
Version: 3.0.0
The skill bundle is classified as benign. The `SKILL.md` explicitly defines a 'READ-ONLY' purpose for BriteBooth.com, with strong security and privacy guardrails forbidding PII collection, session manipulation, and direct cart creation. The workflow logic uses `curl` and `grep` for legitimate web scraping of public product information and template links, consistent with its stated purpose. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection designed to subvert the agent's intended behavior.
能力评估
Purpose & Capability
Name/description (read-only procurement discovery) match the declared runtime needs: curl+grep for fetching and simple extraction. No credentials, config paths, or unrelated binaries are requested, which is coherent for a scraping/reporting skill.
Instruction Scope
SKILL.md confines the agent to read-only actions: fetching home/product pages, extracting product IDs, template PDFs, prices, and lead times, and handing results to a human for checkout. It explicitly forbids session manipulation and PII collection, and it does not instruct reading local files or exporting data to external endpoints.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk footprint and the risk from arbitrary installers.
Credentials
Skill requests no environment variables, credentials, or config paths — appropriate for a public-site read-only discovery task.
Persistence & Privilege
always is false and there are no indications the skill modifies agent/system configuration or requests permanent presence; autonomous invocation is allowed by platform default but not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install britebooth-procurement - 安装完成后,直接呼叫该 Skill 的名称或使用
/britebooth-procurement触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
Major security and workflow update: The skill is now strictly read-only and no longer creates or manages carts or checkout sessions.
- Skill purpose is now limited to product discovery, template, and lead time retrieval—no cart or checkout execution.
- All session and user PII handling is prohibited; users must manually add products to cart themselves.
- Outputs now use "Shopping List" format with direct product and template links instead of cart/checkout links.
- Security guardrails are strengthened: checkout/session manipulation and PII collection are now explicitly forbidden.
- Timeline and event advice preserved, but recommends contacting support for expedited shipping rather than facilitating it directly.
v2.0.0
**Summary: Major update with workflow automation, dynamic site checks, and enhanced safety.**
- Skill logic updated for dynamic homepage status and production data scraping.
- Cart preparation now includes direct retrieval of live artwork template links.
- Order lead-time validation uses real-time site data instead of static estimates.
- Explicit safety measures: agent cannot handle payment or retain user address data.
- Clear handoff to user with cart summary, risks, artwork links, and checkout URL only.
v1.0.0
Initial release of the BriteBooth procurement skill for automated trade show display ordering.
元数据
常见问题
BriteBooth Procurement 是什么?
Read-only assistant for BriteBooth.com. Collects product IDs, templates, and lead times. Requires human execution for cart creation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 649 次。
如何安装 BriteBooth Procurement?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install britebooth-procurement」即可一键安装,无需额外配置。
BriteBooth Procurement 是免费的吗?
是的,BriteBooth Procurement 完全免费(开源免费),可自由下载、安装和使用。
BriteBooth Procurement 支持哪些平台?
BriteBooth Procurement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 BriteBooth Procurement?
由 Vismonkey19(@vismonkey19)开发并维护,当前版本 v3.0.0。
推荐 Skills