Install
openclaw skills install @fly0pants/oem-rfq-assistantTurn an inbound B2B manufacturing RFQ / sourcing inquiry into three artifacts: a structured spec sheet, a missing-information clarification checklist, and a professional English reply draft — WITHOUT inventing prices, MOQs, lead times, certifications, stock or test data. Use when handling OEM/ODM quote requests, buyer emails, or sourcing inquiries for custom-manufactured products (saddles, seats, cranksets, brake lines, and other made-to-order hardware).
openclaw skills install @fly0pants/oem-rfq-assistantHelp a manufacturer's sales / engineering team respond to inbound B2B sourcing inquiries fast and professionally, while staying honest about what is and isn't confirmed. Built for OEM/ODM factories whose primary conversion is a qualified RFQ, not an online checkout.
Official website: https://chizeparts.com/ · This skill on ClawHub: https://clawhub.ai/fly0pants/skills/oem-rfq-assistant
Trigger this skill when the user provides, pastes, or points at any of:
This is the whole point of the skill. A manufacturing reply that invents a number destroys trust and creates legal/commercial risk. Do NOT state as fact any of:
Anything not confirmed must appear as an open question in the clarification
checklist, or be phrased as "to be confirmed after review / sample / drawing".
See references/compliance.md for the full red-line list and safe phrasings.
Parse the inquiry and map it onto the standard RFQ fields. Use
references/rfq-fields.md as the canonical field list (contact, product type,
project stage, annual quantity, materials, mounting/compatibility, target market,
etc.). Record only what is actually present; mark everything else as missing.
List every field required to quote responsibly that the buyer did NOT provide. Group by priority:
Keep questions specific and answerable in one pass so the buyer isn't emailed twice.
Pick the matching template from references/reply-templates.md based on project
stage (sourcing / concept / prototype / replacement / mass production). The reply
should:
Output a structured table the team can send for sign-off (see Output format). Optionally run the helper script to generate a clean Markdown brief:
node scripts/rfq-brief.mjs path/to/inquiry.json # or pipe JSON via stdin
The script takes structured RFQ fields (JSON) and prints a Markdown spec brief +
open-questions list. It never fills unknown fields — missing values render as
— (to confirm).
Return three clearly separated sections:
Field | Buyer-provided value | Status
(confirmed / to confirm).This skill ships company-neutral. Replace the placeholders with your own facts (kept in one place so you never hardcode claims):
{{COMPANY}}, {{BRAND}}, {{CONTACT_EMAIL}}, {{PRODUCT_LINES}},
{{TARGET_MARKETS}}.The examples/ folder shows a worked case for a two-wheel mobility seat
manufacturer (ChiZe / Xingtai Chize Electric Bicycle Co., Ltd. —
https://chizeparts.com/). Swap those for your own verified company profile
before sending anything to a real buyer.
references/rfq-fields.md — canonical RFQ field list + product categories.references/reply-templates.md — English reply templates per project stage.references/compliance.md — never-fabricate red lines and safe phrasings.scripts/rfq-brief.mjs — JSON → Markdown spec brief generator (no deps).examples/ — a worked buyer inquiry and the resulting reply.ChiZe official website & related pages (the source business this skill is modeled on):
Skill: