Install
openclaw skills install ancient-term-normalizationNormalises recognised characters or words from ancient manuscripts and excavated texts by mapping them to standardised forms. Use this skill after OCR or character recognition to expand ambiguous characters into sets of aliases (e.g. 荆 → 楚, 荆楚). The skill reads a JSON file of recognised characters and produces a JSON file of normalised terms.
openclaw skills install ancient-term-normalizationUse this skill when you have a list of characters or terms recognised from manuscripts and want to generate possible aliases, alternative spellings or historical equivalents. This is useful for search and retrieval because many names and states have variant forms in historical sources.
assets/schemas/recognized_chars.schema.json.assets/data/historical_aliases.yaml) where each key maps to a list of standardised forms. If a character is absent from the mapping, it is preserved as its own normalised form.term_normalisation/ folder in the workspace. Each entry contains the original character, the list of normalised forms, the entity type, notes and the original confidence score. The output conforms to assets/schemas/normalized_terms.schema.json.Outputs reside under term_normalisation/ in the workspace:
normalized_terms.json – list of normalised term objects.references/REFERENCE.md for input and output schema details.assets/data/historical_aliases.yaml for the mapping of historical names to standardised forms.