Best use case
marketing-automation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Marketing automation platform operations and workflow design
Teams using marketing-automation 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/marketing-automation/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How marketing-automation Compares
| Feature / Agent | marketing-automation | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Marketing automation platform operations and workflow design
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.
Related Guides
SKILL.md Source
# Marketing Automation Platform Skill
## Overview
The Marketing Automation Platform skill provides marketing automation platform operations and workflow design capabilities. This skill enables sophisticated lead nurturing, behavioral automation, and marketing campaign orchestration.
## Capabilities
### Platform Operations
- HubSpot workflow builder
- Marketo smart campaign configuration
- Pardot automation setup
- Salesforce Marketing Cloud journeys
- Cross-platform orchestration
### Lead Nurturing
- Lead nurturing sequence design
- Drip campaign creation
- Lead scoring configuration
- Lifecycle stage automation
- Sales handoff workflows
### Personalization
- Behavioral trigger configuration
- Dynamic content personalization
- Segmentation-based targeting
- Real-time personalization
- Multi-channel coordination
### Testing and Optimization
- A/B testing automation
- Multivariate testing
- Send time optimization
- Subject line testing
- Workflow performance analysis
## Usage
### Automation Workflow
```javascript
const automationWorkflow = {
platform: 'HubSpot',
name: 'Lead Nurture - Demo Request',
trigger: {
event: 'form_submission',
form: 'demo-request'
},
enrollment: {
criteria: { lifecycleStage: 'lead', country: 'US' },
suppressions: ['existing_customers', 'competitors']
},
steps: [
{ delay: '0h', action: 'send_email', template: 'demo-confirmation' },
{ delay: '2h', action: 'assign_owner', method: 'round-robin' },
{ delay: '24h', action: 'send_email', template: 'resource-followup', condition: 'not_replied' },
{ delay: '72h', action: 'send_email', template: 'case-study', condition: 'not_engaged' },
{ delay: '7d', action: 'update_property', property: 'nurture_status', value: 'completed' }
],
exitCriteria: [
{ event: 'became_customer' },
{ event: 'replied_to_email' },
{ event: 'booked_meeting' }
],
scoring: {
emailOpen: 5,
emailClick: 10,
pageVisit: 3,
contentDownload: 15
}
};
```
## Process Integration
| Process | Integration Points |
|---------|-------------------|
| email-marketing-automation.js | Automation execution |
| ab-testing-program.js | Testing automation |
| campaign-performance-analysis.js | Performance tracking |
## Best Practices
1. **Journey Mapping**: Design automations around customer journeys
2. **Segmentation**: Target the right audiences
3. **Testing Culture**: Always test and optimize
4. **Deliverability Focus**: Maintain email sender reputation
5. **Sales Alignment**: Coordinate handoffs with sales
## Metrics and KPIs
| Metric | Description | Target |
|--------|-------------|--------|
| Automation Coverage | Leads in nurture | >70% |
| Engagement Rate | Email engagement | >20% |
| Conversion Rate | Automation conversions | Improving |
| Deliverability | Email deliverability | >95% |
## Related Skills
- SK-013: Email Marketing (email operations)
- SK-015: Customer Data Platform (data activation)
- SK-018: CRM Integration (sales alignment)Related Skills
pymeasure-automation
PyMeasure laboratory automation skill for instrument control and automated measurement sequences
hil-test-automation
Hardware-in-the-loop test development and automation expertise
procurement-automation-orchestrator
Procurement process automation skill for P2P workflow optimization
marketing-project-management
Marketing workflow and project management integration
marketing-analytics
Integration with marketing analytics and measurement platforms
email-marketing
Email marketing platform operations and deliverability management
video-marketing
Video platform optimization and analytics for YouTube and other video channels
rollback-automation-skill
Automate rollback procedures with state snapshots, rollback scripts, and verification automation
Test Automation
Execute Vitest and Playwright test suites with result collection and failure analysis.
process-builder
Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.
babysitter
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
yolo
Run Babysitter autonomously with minimal manual interruption.