Vcard

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

metadist e7b3883 2 files · 2.0 KB Updated

File contents

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.

metadist/synaplan-desktop/tree/main/skills/bundled/vcard commit e7b3883e63

Frequently asked questions

npx skillmds@latest add metadist/vcard