crm-integration

Deep integration with CRM platforms for customer data and actions

509 stars

Best use case

crm-integration is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Deep integration with CRM platforms for customer data and actions

Teams using crm-integration should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/crm-integration/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/business/customer-experience/skills/crm-integration/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/crm-integration/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How crm-integration Compares

Feature / Agentcrm-integrationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Deep integration with CRM platforms for customer data and actions

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# CRM Integration Skill

## Overview

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.

## Capabilities

### Customer Record Management
- Query customer records and account history
- Create and update accounts, contacts, and opportunities
- Retrieve customer interaction timelines
- Access relationship hierarchies and org charts
- Manage custom fields and record types

### Activity and Interaction Logging
- Log activities and customer interactions automatically
- Track touchpoint history across channels
- Record meeting notes and call summaries
- Document customer communications
- Sync interaction data from external systems

### Health Data Synchronization
- Sync customer health scores to CRM records
- Update risk indicators and health trends
- Propagate health alerts to account teams
- Maintain health score history
- Correlate health data with CRM activities

### Reporting and Dashboards
- Generate CRM reports for customer segments
- Build account health dashboards
- Create pipeline and renewal reports
- Extract customer analytics data
- Produce executive summary views

### Workflow Automation
- Trigger CRM workflows and automations
- Initiate approval processes
- Execute playbook actions
- Manage task assignments
- Coordinate multi-step processes

### Multi-Platform Support
- Salesforce integration (REST and SOAP APIs)
- HubSpot integration (CRM and Marketing)
- Microsoft Dynamics 365 integration
- Custom CRM adapter framework
- API authentication management

## Usage

### Basic Customer Query
```yaml
skill: crm-integration
action: query-customer
parameters:
  platform: salesforce
  account_id: "0015000000ABC123"
  include:
    - contacts
    - opportunities
    - activities
    - health_score
```

### Log Customer Interaction
```yaml
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
```

### Sync Health Score
```yaml
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
```

### Trigger Workflow
```yaml
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"
```

## Process Integration

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 |

## Dependencies

- CRM platform API credentials (OAuth 2.0 or API keys)
- Network access to CRM endpoints
- Rate limiting awareness for API quotas
- Field mapping configuration per CRM instance
- Custom object schema definitions

## Best Practices

1. **Authentication Security**: Store CRM credentials securely and use refresh tokens appropriately
2. **Rate Limiting**: Implement exponential backoff for API rate limits
3. **Data Validation**: Validate data before CRM updates to prevent field errors
4. **Bulk Operations**: Use bulk APIs for large data syncs to improve performance
5. **Error Handling**: Implement comprehensive error handling for API failures
6. **Audit Trail**: Maintain logs of all CRM modifications for compliance

## Shared Potential

This skill is a strong candidate for extraction to a shared library with applicability to:
- Sales Operations
- Marketing Automation
- Revenue Operations
- Account Management

Related Skills

Debugger Integration Skill

509
from a5c-ai/babysitter

Advanced debugging integration for vulnerability research

ros-integration

509
from a5c-ai/babysitter

Deep integration with ROS/ROS2 middleware for node development, launch files, package management, and robot communication. Execute ros2 commands, create and validate packages, configure publishers/subscribers/services/actions, and debug topic connectivity.

maya-integration

509
from a5c-ai/babysitter

Maya to engine pipeline skill for FBX export and rigging workflows.

blender-integration

509
from a5c-ai/babysitter

Blender to engine pipeline skill for GLTF/FBX export.

freertos-integration

509
from a5c-ai/babysitter

Expert skill for FreeRTOS configuration, debugging, and optimization

mixed-methods-integration

509
from a5c-ai/babysitter

Design and execute convergent, explanatory sequential, and exploratory sequential mixed methods research designs

health-data-integration

509
from a5c-ai/babysitter

Facilitate interoperability between health IT systems including EHR, HIE, and clinical decision support through HL7, FHIR, and other healthcare data standards

avionics-integration

509
from a5c-ai/babysitter

Skill for avionics architecture design and system integration

ats-integration

509
from a5c-ai/babysitter

Integration with Applicant Tracking Systems and automated recruitment workflow management

support-platform-integration

509
from a5c-ai/babysitter

Integration with support and ticketing platforms

amplitude-desktop-integration

509
from a5c-ai/babysitter

Integrate Amplitude analytics with privacy controls for desktop applications

wallet-integration

509
from a5c-ai/babysitter

Wallet connection and transaction management for dApps using wagmi and viem. Supports multiple connectors, chain switching, EIP-712 signing, and hardware wallet integration.