@arkone_ai/contact-create
v1.0.0
Published
Claude Code skill: create a new CRM contact from any input format (business card, email, LinkedIn URL, free text)
Maintainers
Readme
@arkone_ai/contact-create
A Claude Code skill that creates a new CRM contact from any input format — business card, email signature, LinkedIn URL, or free text — with duplicate detection, deal association, and confirmation before writing.
Install
npm install -g @arkone_ai/contact-createOr via Vercel Skills CLI:
npx skills add arkone-ai/skills --skill contact-createUsage
In any Claude Code session:
/contact-createWhat it does
- Parses contact details from any format (business card paste, email signature, LinkedIn URL, or free text) and checks CRM for duplicates before creating
- Creates the contact in HubSpot / Salesforce / Pipedrive with optional deal association and notes; shows a preview and requires confirmation before writing
- Falls back to a local vCard-style log at
./contacts-{date}.mdif no CRM is configured
License
MIT
