Normalize international phone numbers into E.164 before CRM imports or messaging workflows
Use libphonenumber-js when an agent needs to clean messy phone-number input, validate it against country rules, and return a stable E.164 value before storing contacts or triggering downstream messaging. The skill is about normalization and validation, not telephony delivery, call routing, or campaign orchestration.
Normalize international phone numbers into E.164 before CRM imports or messaging workflows
Use libphonenumber-js when an agent needs to clean messy phone-number input, validate it against country rules, and return a stable E.164 value before storing contacts or triggering downstream messaging. The skill is about normalization and validation, not telephony delivery, call routing, or campaign orchestration.
Installation
Method 1, Agent Skill Exchange
- Install from the marketplace listing: https://agentskillexchange.com/skills/normalize-international-phone-numbers-into-e164-before-crm-imports-or-messaging-workflows/
Method 2, Git clone
git clone https://github.com/agentskillexchange/skills.git && cd skills/skills/normalize-international-phone-numbers-into-e164-before-crm-imports-or-messaging-workflows
Method 3, Download ZIP
- Download the repository ZIP and extract
skills/normalize-international-phone-numbers-into-e164-before-crm-imports-or-messaging-workflows.
Method 4, Manual copy
- Copy this skill folder into your local skills directory, then reload your agent tooling.
Method 5, Fork and sync
- Fork the repository if you want to maintain local edits while syncing upstream changes.