Use vobject when an agent receives .vcf contact exports and needs reliable parsing into names, emails, phone numbers, organizations, and addresses before import or cleanup. This skill is for vCard normalization and serialization, not contact sync, outreach, or CRM management.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Normalize vCard contact exports into structured contact records before CRM imports or dedup jobs"
slug: "normalize-vcard-contact-exports-into-structured-contact-records-before-crm-imports-or-dedup-jobs"
description: "Use vobject when an agent receives .vcf contact exports and needs reliable parsing into names, emails, phone numbers, organizations, and addresses before import or cleanup. This skill is for vCard normalization and serialization, not contact sync, outreach, or CRM management."
github_stars: 50
verification: "security_reviewed"
source: "https://github.com/py-vobject/vobject"
author: "py-vobject"
publisher_type: "GitHub Organization"
category: "Integrations & Connectors"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "py-vobject/vobject"
github_stars: 50
---
# Normalize vCard contact exports into structured contact records before CRM imports or dedup jobs
Use vobject when an agent receives .vcf contact exports and needs reliable parsing into names, emails, phone numbers, organizations, and addresses before import or cleanup. This skill is for vCard normalization and serialization, not contact sync, outreach, or CRM management.
## Prerequisites
Python, pip
## Installation
Use the upstream install or setup path that matches your environment:
- pip install vobject
Requirements and caveats from upstream:
- [](https://pypi.python.org/pypi/vobject)
- [](https://pypi.python.org/pypi/vobject)
- VObject is intended to be a full-featured Python package for parsing and
Basic usage or getting-started notes:
- Or download the package and run:
- # Running tests
- To run all tests, use:
- Source: https://github.com/py-vobject/vobject
- Extracted from upstream docs: https://raw.githubusercontent.com/py-vobject/vobject/HEAD/README.md
## Documentation
- http://py-vobject.github.io/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/normalize-vcard-contact-exports-into-structured-contact-records-before-crm-imports-or-dedup-jobs/)
No comments yet. Be the first to comment!