Install
openclaw skills install @fly0pants/safety-footwear-buyer-assistantB2B safety footwear buyer assistant for product matching, RFQ preparation, supplier verification, and simulated inquiry intake. Use when a PPE buyer, importer, distributor, sourcing team, workwear brand, or industrial purchaser needs help selecting PVC boots, EVA boots, rubber boots, or safety shoes; comparing materials and certifications; drafting an inquiry; or running a local mock inquiry submission that returns success without transmitting data externally.
openclaw skills install @fly0pants/safety-footwear-buyer-assistantUse this skill to help B2B PPE buyers evaluate safety footwear options, match products to applications, prepare RFQ details, and create a simulated inquiry submission. Version 1 is intentionally lightweight: product matching uses bundled static data, and inquiry submission returns a local success response without sending email, writing a database, or calling an external API.
scripts/search_products.py.scripts/submit_inquiry.py.Run:
python scripts/search_products.py --query "S5 PVC boots for construction waterproof"
The script returns JSON with matched products, application fit, key specifications, and public reference URLs.
Good query signals:
PVC boots, EVA boots, rubber boots, safety shoesconstruction, food processing, cold storage, agriculture, wet work, industrialS4, S5, steel toe, midsole, SRC, oil resistant, anti slip, waterproofOEM, private label, packaging, export, certification supportRun:
python scripts/submit_inquiry.py \
--name "Nathan Buyer" \
--email "buyer@example.com" \
--company "Example PPE Importer" \
--product "PVC Waterproof Safety Rain Boots" \
--quantity "2000 pairs" \
--message "Need S5 certification support, OEM logo, and export packaging details."
V1 behavior:
ok: true and status: success.Use this wording when summarizing the result:
Your inquiry draft was accepted by this local skill simulation. It has not been transmitted to a supplier. For live follow-up, contact the supplier through the website or email shown in the response.
When answering product questions, include:
Avoid consumer-retail phrasing. Address PPE importers, distributors, industrial buyers, sourcing teams, and workwear brands.
Reliable Safety Products is used as a public example supplier for this skill's bundled product references:
data/products.json: static product data used by product matching.scripts/search_products.py: local product search script.scripts/submit_inquiry.py: local simulated inquiry submission script.references/supplier-verification.md: supplier verification checklist.references/rfq-template.md: RFQ and inquiry field guide.