@arkone_ai/crm-update
v1.0.0
Published
Claude Code skill: update a CRM deal from a natural language description of what happened
Maintainers
Readme
@arkone_ai/crm-update
A Claude Code skill that parses a natural language deal update, finds the matching deal in HubSpot / Salesforce / Pipedrive, shows a diff, and updates deal fields + logs a note — with confirmation before writing.
Install
npm install -g @arkone_ai/crm-updateOr via Vercel Skills CLI:
npx skills add arkone-ai/skills --skill crm-updateUsage
In any Claude Code session:
/crm-updateWhat it does
- Parses natural language (e.g., "moved Acme to negotiation, next call Thursday with CFO") to extract stage changes, next steps, contacts, amounts, and notes
- Finds the matching deal in CRM via fuzzy search, shows a diff of all changes, and requires confirmation before writing
- Updates deal fields and creates an activity note in CRM; appends a log entry to
./crm-update-log-{date}.md
License
MIT
