# Vcard

> Create a .vcf contact card (name, email, phone, organization, title) that imports into any address book.

- Skill: `metadist/vcard` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add metadist/vcard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/metadist/vcard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: metadist (https://skillmd.com/u/metadist)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/metadist/vcard

---


# vcard

Write a standard vCard (`.vcf`) the user can import into their contacts.

## How to run

```
python3 <skill_dir>/run.py <output.vcf> <full_name> [email] [phone] [org] [title]
```

- `<output.vcf>` — a path **inside the out-box**.
- `<full_name>` — e.g. `"Jane Doe"`.
- `[email]`, `[phone]`, `[org]`, `[title]` — optional.

Standard library only. After running, tell the user the saved path.

