Agent skill
crm-integration
Deep integration with CRM platforms for customer data and actions
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/domains/business/customer-experience/skills/crm-integration
Metadata
Additional technical details for this skill
- id
- SK-010
- domain
- business
- category
- Integration
- specialization
- customer-experience
SKILL.md
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
skill: crm-integration
action: query-customer
parameters:
platform: salesforce
account_id: "0015000000ABC123"
include:
- contacts
- opportunities
- activities
- health_score
Log Customer Interaction
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
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
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
- Authentication Security: Store CRM credentials securely and use refresh tokens appropriately
- Rate Limiting: Implement exponential backoff for API rate limits
- Data Validation: Validate data before CRM updates to prevent field errors
- Bulk Operations: Use bulk APIs for large data syncs to improve performance
- Error Handling: Implement comprehensive error handling for API failures
- 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?