dkyazzentwatwa

phone-number-formatter

7
0
# Install this skill:
npx skills add dkyazzentwatwa/chatgpt-skills --skill "phone-number-formatter"

Install specific skill from multi-skill repository

# Description

Standardize and format phone numbers with international support, validation, and multiple output formats.

# SKILL.md


name: phone-number-formatter
description: Standardize and format phone numbers with international support, validation, and multiple output formats.


Phone Number Formatter

Standardize and format phone numbers with validation.

Features

  • Format Standardization: Convert to E.164, national, international
  • Validation: Check valid phone numbers
  • Country Detection: Auto-detect country codes
  • Batch Processing: Format multiple numbers
  • Carrier Info: Extract carrier/type information
  • CSV Support: Process phone columns

CLI Usage

python phone_number_formatter.py --input phones.csv --column phone --format international --output formatted.csv

Dependencies

  • phonenumbers>=8.13.0
  • pandas>=2.0.0

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.