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

If you are using the public skills repository, install the main Sequenzy skill with:
npx skills add Sequenzy/skills --skill sequenzy

What The Skill Covers

The current sequenzy skill helps your agent:
  • authenticate with Sequenzy
  • check identity and session state
  • read delivery stats
  • manage subscribers
  • 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

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

  • Use --skill sequenzy because the repository is designed as a collection repo, not a single-skill repo
  • After installing, restart your AI tool if it does not pick up the new skill immediately
  • As more Sequenzy skills are added, you can install them from the same repository without changing the repo name