klaviyo

Enables programmatic access to Klayvio API for marketing automation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cgk-platform/cgk --skill klaviyo-cgk-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: klaviyo
Source: https://github.com/cgk-platform/cgk/tree/main/openclaw-skills/klaviyo
Command: npx skills add https://github.com/cgk-platform/cgk --skill klaviyo-cgk-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Centralizes access to Klaviyo's API surface for marketing automation, enabling programmatic queries, reads, and writes across accounts, campaigns, lists, segments, catalogs, and events.

Core Features & Use Cases

  • Comprehensive API reference coverage including accounts, profiles, lists, campaigns, flows, templates, catalogs, coupons, metrics, and more
  • Guidance for READ-only vs ACTION mode operations, batch jobs, and rate limits
  • Use cases spanning campaign creation, audience management, event tracking, and reporting

Quick Start

Query a sample profile or list campaigns to bootstrap automation work.

Frequently Asked Questions about klaviyo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Klaviyo marketing campaigns via API?

Automate Klaviyo marketing campaigns via API by programmatically creating campaigns, building flows, and managing audience segments. This skill enforces JSON:API structure and requires a KLAVIYO_API_KEY in the environment to handle operations across accounts.

What do I need to set up before querying Klaviyo API data?

Before querying Klaviyo API data, you need to configure a KLAVIYO_API_KEY in your environment. The skill uses this key to authenticate requests, enforces JSON:API structure, and honors the API revision header for secure programmatic access.

Can I manage Klaviyo lists, profiles, and catalogs programmatically?

Yes, you can manage Klaviyo lists, profiles, and catalogs programmatically. The skill enables comprehensive API reference coverage for audience management, event tracking, template creation, and coupon distribution across multiple accounts.

Does the Klaviyo API skill support read-only operations and batch jobs?

Yes, the Klaviyo API skill supports read-only operations and batch jobs. It provides specific guidance for READ-only versus ACTION mode operations, handles rate limits, and processes batch jobs for efficient marketing automation tasks.

What are the limitations when using Klaviyo API for marketing automation?

Limitations when using Klaviyo API for marketing automation include strict adherence to JSON:API structure, honoring the API revision header, and respecting established rate limits. The skill enforces these constraints during read and action operations.