Skip to main content

Sequenzy Skills

You can install Sequenzy as a reusable skill for AI agents that support the skills ecosystem. This gives your agent a versioned workflow guide for operating Sequenzy safely instead of relying on ad hoc prompting.

Install

Install the Sequenzy email marketing skill with:
npx skills add Sequenzy/skills --skill sequenzy-email-marketing

What The Skill Covers

The sequenzy-email-marketing skill helps your agent:
  • authenticate with Sequenzy
  • check identity and session state
  • read delivery stats
  • manage subscribers
  • create, update, enable, disable, and cancel sequence enrollments
  • send one-off transactional emails
  • recognize when a workflow is not fully supported in the current CLI and should move to the dashboard or direct API use
For sequence cancellation, the skill guides agents to require a sequence ID, then target either one subscriberId or matching entry-event field values. Field-value cancellation should be previewed as a dry run before applying it.

Why Use A Skill

Without a skill, your agent has to infer Sequenzy workflows from scratch each time. With a skill, you give it:
  • a stable command reference
  • use-case driven guidance
  • explicit caveats for unsupported or partial CLI flows
  • a versioned source of truth you can update as Sequenzy evolves

Repository

The public source lives here:

Install Notes

  • After installing, restart your AI tool if it does not pick up the new skill immediately
  • Pair it with MCP or the CLI when you want the agent to both understand Sequenzy workflows and execute them directly