Install
openclaw skills install @wxt-ai/supplier-name-resolution-identifierReconcile vendor aliases into a canonical supplier name using registration data and suffix-aware matching.
openclaw skills install @wxt-ai/supplier-name-resolution-identifierUse this guide when invoices, purchase requests, and vendor records refer to the same supplier with different spellings. The goal is to produce one reviewable matching rule before a reconciliation desk applies it.
Read the matching_request supplied by the user. Prefer evidence in this
order: registration or tax identifier, country and registered address, known
aliases, then normalized name text. Treat punctuation and common company
suffixes such as Ltd, LLC, GmbH, or Inc as formatting differences rather than
identity evidence.
Return matching_guidance as a concise string naming the canonicalization
rule, the strongest evidence to use, and the condition that requires review.
The guide prepares a rule only; it does not edit vendor master data.
For an observed name such as Northwind Trading, L.L.C. with a matching
registration number, the guidance can direct the reconciliation desk to retain
the registered canonical name, record the observed spelling as an alias, and
flag any registration-number conflict for review.
Input field: matching_request. Supplier-name reconciliation request and matching preference.
Accepted value: object.
Output field: matching_guidance; the returned value is a
string.
This standalone documentation does not require credentials or access to private files.