campaign-automation
Intelligent marketing campaign automation system for AI agents with multi-channel orchestration and performance optimization capabilities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Intelligent marketing campaign automation system for AI agents with multi-channel orchestration and performance optimization capabilities
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A library of 150 brand and aesthetic design systems (Apple, Stripe, Linear, Vercel, Notion, GitHub, Figma, Spotify, Tesla, and more, plus styles like brutalism, glassmorphism, neumorphism, editorial, minimal). Use when the user wants a UI to look like a brand, match a brand's style or vibe, or adopt a named aesthetic. Read references/<brand>.md for that brand's colors, typography, spacing, radii, and component style before generating any UI.
Apply Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards. A reference for shaping your own.
Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, illustrations, and static pieces.
Frontend design and UI/UX development tools for shipping production-ready interfaces with strong typographic and layout discipline.
Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
Orchestrates UI and page design. Use when the user asks to design a page, screen, UI, landing page, dashboard, login flow, pricing page, invoice, resume, FAQ, article, slide deck, social card, or any web layout; to make it look like a brand (Apple, Stripe, Linear, Vercel, Notion, ...); or to build a mockup, prototype, wireframe, or HTML preview. Picks a matching layout skill, optionally adopts a brand design system, then writes a single self-contained HTML file to <project>/.devspace/preview/ so DevSpace can preview it.
| name | campaign-automation |
| description | Intelligent marketing campaign automation system for AI agents with multi-channel orchestration and performance optimization capabilities |
This built-in skill provides intelligent marketing campaign automation capabilities for AI agents to create, manage, and optimize multi-channel marketing campaigns with advanced targeting and personalization.
tool: campaign-automation
action: create_campaign
campaign:
name: "Q1 Product Launch"
objective: "lead_generation"
channels:
- type: "email"
template: "product_launch_email"
subject: "Introducing Our New AI Platform"
send_time: "2026-03-15T09:00:00Z"
- type: "linkedin"
template: "sponsored_content"
headline: "Revolutionize Your Workflow with AI"
targeting:
job_titles: ["CTO", "Engineering Manager", "DevOps Engineer"]
industries: ["technology", "software", "saas"]
company_size: "50-500"
- type: "google_ads"
template: "search_campaign"
keywords: ["ai platform", "workflow automation", "developer tools"]
budget_daily: 500
audience_segments:
- name: "tech_leaders"
conditions:
- "job_title contains 'CTO' or 'VP Engineering'"
- "company_size > 50"
- "industry in ['technology', 'software']"
- name: "developers"
conditions:
- "job_title contains 'Developer' or 'Engineer'"
- "github_activity > 0"
- "tech_stack contains 'python' or 'javascript'"
tool: campaign-automation
action: create_ab_test
test:
name: "Email Subject Line Test"
campaign_id: "q1_product_launch"
variants:
- name: "original"
subject: "Introducing Our New AI Platform"
sample_size: 10
- name: "benefit_focused"
subject: "Boost Your Productivity by 300% with AI"
sample_size: 45
- name: "curiosity_driven"
subject: "The Secret Tool Top Developers Are Using"
sample_size: 45
primary_metric: "open_rate"
secondary_metrics: ["click_rate", "conversion_rate"]
duration: "7d"
winner_criteria: "statistical_significance"
tool: campaign-automation
action: create_journey
journey:
name: "Lead Nurturing Journey"
trigger:
event: "form_submission"
form_id: "product_demo_request"
steps:
- delay: "0h"
action: "send_email"
template: "welcome_thanks"
- delay: "24h"
action: "send_email"
template: "product_overview"
condition: "email_opened = true"
- delay: "48h"
action: "send_sms"
template: "demo_reminder"
condition: "email_clicked = false"
- delay: "7d"
action: "assign_to_sales"
condition: "engagement_score > 0.5"
- delay: "14d"
action: "send_email"
template: "re_engagement"
condition: "no_response = true"
tool: campaign-automation
action: optimize_budget
campaign_id: "q1_product_launch"
optimization_rules:
- channel: "google_ads"
min_performance: "roas > 2.0"
max_spend: 1000
- channel: "linkedin"
min_performance: "cpc < 5.0"
max_spend: 800
- channel: "email"
min_performance: "open_rate > 0.25"
max_spend: 200
allocation_strategy: "performance_based"
frequency: "daily"
The campaign-automation skill can be configured with the following parameters:
default_channels: Default marketing channels (email, social, sms, display)compliance_regions: Enabled compliance regions (can_spam, gdpr, ccpa)max_daily_budget: Maximum daily budget per campaign (default: 1000)personalization_level: Personalization level (basic, moderate, advanced)optimization_frequency: Budget optimization frequency (hourly, daily, weekly)This skill is essential for any agent that needs to execute multi-channel marketing campaigns, automate customer journeys, optimize campaign performance, or ensure compliance with marketing regulations.