Install
openclaw skills install @fly0pants/safety-footwear-buyer-assistantProduct matching and RFQ intake for PPE buyers
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. The skill 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."
Simulation 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.
Use the most specific buyer resource for follow-up:
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.