Standardize and format phone numbers with international support, validation, and multiple output formats.
Scanned 2/12/2026
Install via CLI
openskills install dkyazzentwatwa/chatgpt-skills---
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
```bash
python phone_number_formatter.py --input phones.csv --column phone --format international --output formatted.csv
```
## Dependencies
- phonenumbers>=8.13.0
- pandas>=2.0.0
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.