Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects KVcore CRM to chat interfaces and the command line via MCP tools and a CLI. Covers contacts, tags, notes, calls, email, text, and campaign management. Includes a raw endpoint tool for API paths not yet wrapped, plus optional Twilio fallback for outbound calls.
Lets agents and CLI scripts drive KVcore without switching to the web app or writing one-off API scripts each time.
When to use it
- Search and update a contact record mid-conversation
- Send a follow-up text to a lead without opening KVcore
- Schedule a call with a contact from the command line
- Add a tag to a contact after a qualifying conversation
- Trigger a campaign refresh after bulk contact changes
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: 'Send a follow-up email to contact 123 about their listing inquiry'
- 1Search for contact 123 using kvcore_contact_get to confirm identity
- 2Compose subject and body based on the user's request
- 3Call kvcore_email_send with contact_id, subject, and body
- 4Log the interaction using kvcore_note_add for CRM record-keeping
Email sent to contact 123 and a note added to their CRM timeline
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.