Deep integration with CRM platforms for customer data and actions
Integrates with CRM platforms to manage customer records, log activities, and sync health scores.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The CRM Integration skill provides deep integration capabilities with major Customer Relationship Management platforms including Salesforce, HubSpot, and Microsoft Dynamics. This skill enables automated customer data access, record management, activity logging, and workflow triggering across CRM systems to support customer success and support operations.
skill: crm-integration
action: query-customer
parameters:
platform: salesforce
account_id: "0015000000ABC123"
include:
- contacts
- opportunities
- activities
- health_score
skill: crm-integration
action: log-activity
parameters:
platform: hubspot
contact_id: "123456"
activity_type: call
subject: "Quarterly check-in call"
description: "Discussed product roadmap and upcoming renewal"
outcome: positive
skill: crm-integration
action: sync-health-score
parameters:
platform: salesforce
account_id: "0015000000ABC123"
health_score: 78
risk_level: medium
indicators:
engagement: declining
support_tickets: elevated
nps_response: promoter
skill: crm-integration
action: trigger-workflow
parameters:
platform: dynamics
workflow_name: "At-Risk Account Playbook"
record_id: "account-guid-123"
context:
trigger_reason: "Health score dropped below 60"
assigned_csm: "user-guid-456"
This skill integrates with the following customer experience processes:
| Process | Integration Points |
|---|---|
| customer-onboarding.js | Customer record creation, milestone tracking, activity logging |
| customer-health-scoring.js | Health score sync, risk indicator updates, alert propagation |
| qbr-preparation.js | Customer data retrieval, activity history, renewal pipeline |
| churn-prevention.js | Risk account identification, intervention tracking, save workflow |
This skill is a strong candidate for extraction to a shared library with applicability to:
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.