Claude-skill-registry klaviyo
Manage e-commerce email and SMS marketing with Klaviyo's data-driven platform.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/klaviyo-andrejones92-canifi-life-os" ~/.claude/skills/majiayu000-claude-skill-registry-klaviyo && rm -rf "$T"
manifest:
skills/data/klaviyo-andrejones92-canifi-life-os/SKILL.mdsource content
Klaviyo Skill
Manage e-commerce email and SMS marketing with Klaviyo's data-driven platform.
Quick Install
curl -sSL https://canifi.com/skills/klaviyo/install.sh | bash
Or manually:
cp -r skills/klaviyo ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed: # curl -sSL https://canifi.com/install.sh | bash canifi-env set KLAVIYO_API_KEY "your_api_key" canifi-env set KLAVIYO_PRIVATE_KEY "your_private_key"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email" canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Profile Management: Create and manage customer profiles with event data
- Campaign Creation: Build and send email and SMS campaigns
- Flow Automation: Create automated marketing flows
- Segmentation: Build dynamic segments based on behavior
- Analytics: Access detailed performance metrics and revenue tracking
Usage Examples
Add Profile
User: "Add a new customer profile to Klaviyo" Assistant: Creates profile with provided details
Create Campaign
User: "Create a product launch email campaign in Klaviyo" Assistant: Creates campaign with template and settings
Build Segment
User: "Create a segment of customers who purchased in the last 30 days" Assistant: Creates segment with purchase criteria
View Analytics
User: "Show me Klaviyo revenue attribution for last month" Assistant: Returns revenue metrics by campaign and flow
Authentication Flow
- Get API keys from Klaviyo account settings
- Public key for tracking and subscriptions
- Private key for full API access
- Use appropriate key based on operation
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify private key |
| 403 Forbidden | Insufficient permissions | Check key access |
| 404 Not Found | Resource not found | Verify ID |
| 429 Rate Limited | Too many requests | Implement backoff |
Notes
- Built for e-commerce businesses
- Deep Shopify integration
- Predictive analytics included
- SMS marketing support
- Revenue attribution tracking
- Free tier up to 250 contacts