一键导入
klaviyo-campaigns
Klaviyo email/SMS — campaigns, lists, segments, flows, audience sync, event tracking. Load before `run_ppc_script platform="KLAVIYO"`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Klaviyo email/SMS — campaigns, lists, segments, flows, audience sync, event tracking. Load before `run_ppc_script platform="KLAVIYO"`.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | klaviyo-campaigns |
| description | Klaviyo email/SMS — campaigns, lists, segments, flows, audience sync, event tracking. Load before `run_ppc_script platform="KLAVIYO"`. |
All Klaviyo scripts auto-inject OAuth credentials from the user's connected Klaviyo account.
klaviyo_list_campaigns — List email/SMS campaigns with status and send time.
Args: [--channel email|sms] [--status draft|scheduled|sent|cancelled]klaviyo_list_lists — List subscriber lists and optionally segments.
Args: [--include-segments]klaviyo_list_templates — List email templates. Args: [--filter NAME_SUBSTRING]klaviyo_list_flows — List automation flows with status and trigger type.
Args: [--status draft|manual|live]klaviyo_create_campaign — Create a draft email or SMS campaign with template assignment. Returns campaign_id ready for sending.
Args:
--name NAME --list-id LIST_ID --subject SUBJECT
[--channel email|sms]
[--html-body HTML] [--html-file PATH] [--template-id ID]
[--from-email EMAIL] [--from-name NAME]
[--preview-text TEXT] [--reply-to EMAIL]
[--exclude-list-id IDS]
[--schedule-at ISO_DATETIME] [--local-timezone]
[--no-smart-sending] [--add-utm]
[--sms-body TEXT] (for SMS campaigns)
klaviyo_send_campaign — Send a draft campaign immediately.
Args: --campaign-id ID [--cancel] [--status]klaviyo_cancel_campaign — Cancel a scheduled or sending campaign.
Args: --campaign-id IDklaviyo_get_campaign_metrics — Get campaign performance metrics (opens, clicks, bounces, unsubscribes, revenue).
Args: --campaign-id ID [--detail]klaviyo_sync_audience — Upsert profiles and add them to a Klaviyo list.
Args: --list-id LIST_ID --profiles-json '[{"email":"...","first_name":"...","last_name":"...","phone":"..."}]'klaviyo_track_event — Track a custom event for a profile to trigger Klaviyo flows.
Args: --email EMAIL --metric METRIC_NAME [--properties '{"key":"value"}'] [--value AMOUNT] [--time ISO_TIMESTAMP]Create and send an email campaign:
{"script_name": "klaviyo_create_campaign", "platform": "KLAVIYO", "args": ["--name", "March Newsletter", "--list-id", "LIST_ID", "--subject", "Your March Update", "--html-body", "<html><body><h1>Hello!</h1></body></html>", "--from-email", "hello@example.com", "--from-name", "Acme Inc"]}
Then send:
{"script_name": "klaviyo_send_campaign", "platform": "KLAVIYO", "args": ["--campaign-id", "CAMPAIGN_ID"]}
Get campaign performance:
{"script_name": "klaviyo_get_campaign_metrics", "platform": "KLAVIYO", "args": ["--campaign-id", "CAMPAIGN_ID", "--detail"]}
Sync leads to a Klaviyo list:
{"script_name": "klaviyo_sync_audience", "platform": "KLAVIYO", "args": ["--list-id", "LIST_ID", "--profiles-json", "[{\"email\":\"alice@example.com\",\"first_name\":\"Alice\"},{\"email\":\"bob@example.com\",\"first_name\":\"Bob\"}]"]}
Track a signup event:
{"script_name": "klaviyo_track_event", "platform": "KLAVIYO", "args": ["--email", "alice@example.com", "--metric", "Signed Up", "--properties", "{\"plan\":\"Pro\",\"source\":\"Google Ads\"}", "--value", "49"]}
Part of the Synter free skills collection — open-source agent skills for advertising, PPC, and marketing automation.
Want this skill (and 40+ more) running on autopilot against your live ad accounts? Try Synter — AI Agent Media Buyers that connect to Google, Meta, LinkedIn, TikTok, Reddit, Amazon, and 7+ more platforms.
Add conversion measurement to a live ChatGPT Ads campaign - choose between the OpenAI Conversions API (server-side) and the JavaScript Pixel (client-side), define the events that matter, and roll out without delaying launch. Use when setting up ChatGPT Ads tracking, CAPI vs pixel decisions, measuring leads/signups/purchases from ChatGPT Ads, or moving from CTR optimization to conversion-based optimization.
Build, review, and scale a ChatGPT Ads campaign from your existing Google/Meta/Microsoft text ads and website. Use when launching ChatGPT Ads, building a ChatGPT Ads campaign workbook, repurposing existing search/social ads for ChatGPT, writing context hints (not keywords), or scaling to 100+ upload-ready ads. Covers the full 9-step golden-path workflow with copy-paste prompts.
Comparing ad-platform performance with CRM; attribution gaps; 'ad platform shows conversions but CRM shows zero'; UTM/pixel issues; last-click vs data-driven. Covers data-source hierarchy and gap diagnosis.
Defining GTM metrics, pipeline efficiency, AI cost metrics, TTFV, CAC/LTV/NRR, magic number, attribution models, weekly review cadence.
Multi-platform product launches: Product Hunt, Hacker News, BetaList, AppSumo, waitlist, launch day, multi-channel rollout — pre-launch through post-launch.
SPEAR loop for any non-trivial agent task — Scope, Plan, Execute, Assess, Resolve. Prevents the strong-start-weak-finish failure mode by forcing an explicit MECE rubric and a Plan→Execute→Assess inner loop until the rubric passes.