agentsclimarketplace

Marketing automation

Skill a5c-ai/babysitter/library/specializations/domains/business/marketing/skills/marketing-automation

Marketing automation platform operations and workflow designFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill marketing-automation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

3.6 KB, 692 tokens by cl100k_base, as published. Nobody here has run it

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

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

ProcessIntegration Points
email-marketing-automation.jsAutomation execution
ab-testing-program.jsTesting automation
campaign-performance-analysis.jsPerformance 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

MetricDescriptionTarget
Automation CoverageLeads in nurture>70%
Engagement RateEmail engagement>20%
Conversion RateAutomation conversionsImproving
DeliverabilityEmail deliverability>95%

Related Skills

  • SK-013: Email Marketing (email operations)
  • SK-015: Customer Data Platform (data activation)
  • SK-018: CRM Integration (sales alignment)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.