From loops
Use this skill whenever the user wants to integrate Loops from application code, backend services, webhook handlers, or server-side automation. This includes the Loops HTTP API and official SDKs for server-side contact, contact-property, mailing-list, event, API-key-validation, transactional-email, content editing (campaigns, campaign groups, transactional groups, audience segments, email messages, themes, and components), and workflow graph/node inspection and mutation. Trigger on phrases like "Loops API", "Loops SDK", "create a campaign via API", "update email message LMX", "create a workflow via API", "add a workflow node", "send a Loops event from my app", "add a contact to Loops in a webhook", "send a transactional email from backend code", or any time the user wants to integrate Loops into their app, backend, webhook, or automation. Do not trigger for CLI or shell-only requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/loops:loops-apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps with Loops implementation workflows from application code. Use it for backend integrations, exact request guidance, and SDK or HTTP decisions.
This skill helps with Loops implementation workflows from application code. Use it for backend integrations, exact request guidance, and SDK or HTTP decisions.
Use this skill when the user needs to:
This skill is for implementation and operational usage, not broad email strategy or deliverability review.
When this skill is active:
references/http-api.md; the LMX design policy lives in the loops-lmx skill.loops-cli skill.Official references:
https://loops.so/docshttps://loops.so/docs/api-reference/introhttps://loops.so/docs/api-reference/examples/campaignshttps://loops.so/docs/sdks/javascripthttps://app.loops.so/openapi.jsonreferences/http-api.mdIf the user is working from the terminal instead of writing application code, use the loops-cli skill.
references/http-api.mdreferences/http-api.md. For LMX markup itself, also use the loops-lmx skill.Aim to leave the user with:
npx claudepluginhub loops-so/skills --plugin loopsInstalls, authenticates, and runs Loops CLI commands for contacts, campaigns, email messages, themes, components, and uploads from the terminal.
Builds lifecycle email programs (welcome, nurture, win-back, abandoned-cart) across Klaviyo, Resend, Beehiiv, and Gmail. Use when setting up sequences, broadcasts, or audience management.
Integrates Klaviyo email/SMS marketing API for customer profiles, event tracking, campaigns, flows, and segmentation. Includes setup examples for Node.js and Python.