Skip to content

Sequenzy/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequenzy Skills

Agent Skill skills.sh Claude Code Codex Hermes

Versioned AI-agent skills for operating Sequenzy email marketing workflows from Claude Code, Codex, Hermes, and other SKILL.md-compatible agents.

Why this exists

Agents are increasingly asked to do real lifecycle marketing work, not just draft copy. This repo gives them a precise operating guide for Sequenzy so they can inspect account state, manage subscribers and segments, create campaigns or sequences and control their lifecycle (cancel, pause, resume), run A/B tests, enroll subscribers, invite teammates, triage inbox replies, manage outbound webhooks, generate email drafts, send transactional emails, and surface review URLs without guessing command names or API payloads.

The installable skills are:

  • sequenzy-email-marketing: primary skill for operating campaigns and their lifecycle (cancel, pause, resume, delete, duplicate), A/B tests, sequences and manual enrollment, subscribers, lists, tags, segments, templates, team members, inbox conversations, outbound webhooks, transactional sends, stats, websites, and API keys through Sequenzy's CLI/API surface.
  • sequenzy: concise compatibility alias for broad Sequenzy references; use the explicit email-marketing skill when both apply.

Install

Install the explicit email-marketing skill from GitHub:

npx skills add Sequenzy/skills --skill sequenzy-email-marketing

Or install the concise compatibility alias:

npx skills add Sequenzy/skills --skill sequenzy

Install for a specific agent when your skills CLI supports agent adapters:

# Claude Code
npx skills add Sequenzy/skills --skill sequenzy-email-marketing -a claude-code -y

# OpenAI Codex
npx skills add Sequenzy/skills --skill sequenzy-email-marketing -a codex -y

# Local checkout / development
npx skills add . --skill sequenzy-email-marketing -a codex -y

Hermes users can copy or sync the skill into their Hermes skills directory, then load it by name:

hermes skills list | grep sequenzy-email-marketing

Quick start for agents

  1. Load skills/sequenzy-email-marketing/SKILL.md.
  2. Read references/use-cases.md before non-trivial mutations.
  3. Authenticate with either:
sequenzy login
# or, for automation
export SEQUENZY_API_KEY=...
  1. Verify access before mutating anything:
sequenzy whoami
sequenzy account

Example agent tasks

Use Sequenzy to draft a 4-email onboarding sequence for new trial users, then give me the dashboard URL to review it.
Check last 30 days campaign stats, identify the weakest campaign, and suggest subject-line improvements without sending anything.
Add user@example.com as a subscriber with the tags beta and founder, then show the saved subscriber profile.
Create a saved segment for users who purchased Pro at least 3 times and preview its count before we use it in a campaign.
The April launch campaign was scheduled with the wrong date - cancel it, fix the schedule, and give me the review URL.
Triage unread inbox replies: summarize each open conversation, reply to the simple ones, and leave internal notes on anything that needs my input.

Discovery

This repo includes a machine-readable discovery file at .well-known/skills/index.json. Catalogs and agents can use it to find the canonical skill path, compatibility notes, and install command.

Repository layout

.well-known/skills/index.json
skills/
  sequenzy/
    SKILL.md
    agents/openai.yaml
    references/
  sequenzy-email-marketing/
    SKILL.md
    agents/openai.yaml
    references/
      command-reference.md
      use-cases.md

Contributing

Keep the installable skill inside skills/<skill-name>/ and treat SKILL.md as the source of truth for triggers, supported workflows, caveats, and verification steps. Reference files should contain longer command examples and decision trees so the main skill stays readable.

When adding a new skill, also update .well-known/skills/index.json so catalogs can discover it.

Email Agent Skill Directory

These provider-neutral email skills are also available as separate repos and landing pages. Install any single skill directly with the bare skill name when your skills CLI registry supports it, or from this collection with --skill.

  • emailworkflowskill: Workflow maps, lifecycle routing, trigger ownership, and agent-readable operating paths. Install: npx skills add Sequenzy/skills --skill emailworkflowskill or npx skills add emailworkflowskill.
  • openclawemailskill: Open, inspectable email campaign operations and provider-neutral playbooks for agents. Install: npx skills add Sequenzy/skills --skill openclawemailskill or npx skills add openclawemailskill.
  • hermesemailskill: Fast delivery decisions, message QA, launch coordination, and concise status handoffs. Install: npx skills add Sequenzy/skills --skill hermesemailskill or npx skills add hermesemailskill.
  • emaildesignskill: Responsive email design, component systems, dark-mode behavior, and accessibility checks. Install: npx skills add Sequenzy/skills --skill emaildesignskill or npx skills add emaildesignskill.
  • claudeemailskill: Claude-oriented email prompts, campaign drafting, critique loops, and human review. Install: npx skills add Sequenzy/skills --skill claudeemailskill or npx skills add claudeemailskill.
  • codexemailskill: Repo-aware email implementation workflows for codebases, content systems, templates, and tests. Install: npx skills add Sequenzy/skills --skill codexemailskill or npx skills add codexemailskill.
  • claudeemailmarketing: Claude-assisted positioning, segmentation, lifecycle content, and marketing review systems. Install: npx skills add Sequenzy/skills --skill claudeemailmarketing or npx skills add claudeemailmarketing.
  • emaildeliverabilityskill: Inbox placement, authentication, sender reputation, complaint control, and remediation workflows. Install: npx skills add Sequenzy/skills --skill emaildeliverabilityskill or npx skills add emaildeliverabilityskill.
  • newsletterskill: Editorial calendars, issue structure, sponsorship inventory, reader growth, and retention loops. Install: npx skills add Sequenzy/skills --skill newsletterskill or npx skills add newsletterskill.
  • dripcampaignskill: Time-based nurture streams, branching logic, lead scoring hooks, and conversion analysis. Install: npx skills add Sequenzy/skills --skill dripcampaignskill or npx skills add dripcampaignskill.
  • emailautomationskill: Behavioral triggers, lifecycle journeys, automation governance, and operational safeguards. Install: npx skills add Sequenzy/skills --skill emailautomationskill or npx skills add emailautomationskill.
  • emailagentskill: Agentic email planning, tool handoffs, safe execution, review loops, and multi-agent coordination. Install: npx skills add Sequenzy/skills --skill emailagentskill or npx skills add emailagentskill.
  • emailcampaignskill: Campaign briefs, audience logic, creative QA, launch readiness, and post-send analysis. Install: npx skills add Sequenzy/skills --skill emailcampaignskill or npx skills add emailcampaignskill.

About

Agent skills for operating Sequenzy lifecycle, campaign, and transactional email workflows from Claude Code, Codex, Hermes, and OpenClaw-compatible agents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors