/install ancient-term-normalization
Ancient Term Normalisation Skill
When to use
Use 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.
How it works
- Input – Provide a path to a JSON file containing recognised characters and their confidence scores. The input must follow the schema defined in
assets/schemas/recognized_chars.schema.json. - Lookup – The script loads a YAML file of alias rules (
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. - Output – A JSON file is written to the
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 toassets/schemas/normalized_terms.schema.json.
Files produced
Outputs reside under term_normalisation/ in the workspace:
normalized_terms.json– list of normalised term objects.
References
- See
references/REFERENCE.mdfor input and output schema details. - See
assets/data/historical_aliases.yamlfor the mapping of historical names to standardised forms.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ancient-term-normalization - After installation, invoke the skill by name or use
/ancient-term-normalization - Provide required inputs per the skill's parameter spec and get structured output
What is ancient-term-normalization?
Normalises recognised characters or words from ancient manuscripts and excavated texts by mapping them to standardised forms. Use this skill after OCR or cha... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.
How do I install ancient-term-normalization?
Run "/install ancient-term-normalization" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ancient-term-normalization free?
Yes, ancient-term-normalization is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ancient-term-normalization support?
ancient-term-normalization is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ancient-term-normalization?
It is built and maintained by Shan Mu (@aricgamma); the current version is v1.0.4.