LaunchKit · 2026
Back to Skills

kvcore-mcp-cli

Use this skill when users need KVcore CRM actions through MCP/CLI (contacts, tags, notes, calls, email, text.

0
471 downloads
by @danielfoch

Setup & Installation

openclaw skills install @danielfoch/kvcore-mcp-cli

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install kvcore-mcp-cli

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.

INPUT

User asks: 'Send a follow-up email to contact 123 about their listing inquiry'

AGENT
  1. 1Search for contact 123 using kvcore_contact_get to confirm identity
  2. 2Compose subject and body based on the user's request
  3. 3Call kvcore_email_send with contact_id, subject, and body
  4. 4Log the interaction using kvcore_note_add for CRM record-keeping
OUTPUT

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.

KVCORE_API_TOKEN environment variableTWILIO_ACCOUNT_SID environment variable (optional, for outbound calls)TWILIO_AUTH_TOKEN environment variable (optional, for outbound calls)TWILIO_FROM_NUMBER environment variable (optional, for outbound calls)