← 返回 Skills 市场
polnikale

Sequenzy Email Marketing

作者 polnikale · GitHub ↗ · v1.1.6 · MIT-0
cross-platform ✓ 安全检测通过
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sequenzy-email-marketing
功能描述
Agent guide for operating Sequenzy. Use when Codex needs to authenticate, inspect identity, manage subscribers, create or edit campaigns/sequences/templates,...
使用说明 (SKILL.md)

Sequenzy Email Marketing

Overview

Use this skill when the task is to operate Sequenzy, not to change Sequenzy's source code. Prefer the sequenzy CLI for supported workflows, treat packages/mcp/src/tools/index.ts as the MCP source of truth when the task goes through MCP tools, and explicitly call out when a requested workflow is not wired in the current implementation.

Ground Rules

  1. Treat packages/cli/src/index.tsx as the source of truth for which commands are actually wired.
  2. Treat packages/cli/src/commands/ and packages/cli/src/api.ts as the source of truth for CLI behavior, payload shape, and API routes.
  3. Treat packages/mcp/src/tools/index.ts as the source of truth for MCP tool names, arguments, and preflight validation.
  4. Do not promise support for commands or tools that only appear in docs or --help text without an attached implementation.
  5. Prefer sequenzy login for interactive auth and SEQUENZY_API_KEY for automation.
  6. Prefer inspection before mutation whenever the workflow allows it.

Supported Workflows

Read references/use-cases.md before executing anything non-trivial. The currently implemented CLI flows are:

  • login and logout
  • local auth/session check with whoami
  • account inspection with account
  • company inspection or creation with companies list|get|create
  • stats overview or stats by campaign/sequence ID
  • subscribers list, add, get, and remove
  • lists list and create
  • tags list
  • segments list, create, and count, including --match any, nested filter roots, custom event filters, and saved-segment composition filters
  • templates list, get, create, update, and delete, with list supporting label filters and create/update accepting labels, raw HTML, or Sequenzy block JSON
  • campaigns list, get, create, update including label and reply-to updates, schedule, and test, with list supporting label filters, create accepting labels plus raw HTML, Sequenzy block JSON, or prompt-generated content, update accepting labels plus raw HTML or Sequenzy block JSON, and schedule returning a review preview link
  • MCP template and campaign tools support labels on list/create/update; MCP update_campaign also supports replyTo and replyProfileId, and MCP schedule_campaign schedules draft or already scheduled campaigns
  • sequences list, get, create, update, enable, disable, delete, and cancel-enrollments, including explicit discount action steps, cancellation by subscriber ID or event-property field values, and update branch insertion with tag, list, segment, event, clicked-link, and field conditions; event and clicked-link branch checks can use activityScope (this_sequence, previous_email, ever)
  • AI generation with generate email, generate sequence, and generate subjects
  • dashboard URL generation with CLI urls, MCP get_app_urls, and appUrls/url fields on campaign, sequence, template, and company results
  • websites list, add, check, and guide
  • API key creation with api-keys create
  • send one transactional email by template or raw HTML

Unsupported Or Placeholder Workflows

Treat missing subcommands as unsupported even when the noun exists. For example: campaign immediate send, pause/cancel flows, list deletion, tag mutation, and bulk subscriber import are not available through the current CLI handlers.

Execution Pattern

  1. Check auth first with sequenzy whoami or by verifying SEQUENZY_API_KEY is set.
  2. Pick the narrowest command that matches the use case.
  3. Validate IDs, recipient email, subject, template, or content input before issuing a mutation.
  4. Surface CLI limitations directly instead of inventing a workaround.
  5. If the workflow is unsupported in the CLI, say whether the next-best path is the Sequenzy dashboard or direct API use.
  6. When you create, inspect, or schedule a campaign, sequence, template, or company and the user may want to review/edit it, surface the dashboard URL from url, previewUrl, or appUrls in the tool/CLI output. If needed, generate it with sequenzy urls or MCP get_app_urls.
  7. Call out implementation caveats that matter operationally, such as whoami using cached local auth state, sequence creation supporting both --goal and explicit step modes, explicit discount steps requiring Stripe before activation, generated sequences being capped at 10 emails, campaigns test being a stubbed success path in the current backend, and conditional email content requiring block JSON rather than raw HTML.

Dashboard URLs

Use SEQUENZY_APP_URL as the dashboard base when it is set; otherwise default to https://sequenzy.com.

Prefer actual URLs returned by the CLI/MCP result:

  • sequence editor: /dashboard/company/{companyId}/sequences/{sequenceId}
  • campaign editor: /dashboard/company/{companyId}/campaign/{campaignId}
  • campaign preview/review: /dashboard/company/{companyId}/campaign/{campaignId}?step=review
  • template/email editor: /dashboard/company/{companyId}/emails/{emailId}
  • settings: /dashboard/company/{companyId}/settings
  • settings tab: /dashboard/company/{companyId}/settings?tab={tab}

Useful settings tabs include domain, tracking, localization, integrations, events, tags, goals, sync-rules, api-keys, widgets, and team.

References

安全使用建议
Install/use this only if you trust the Sequenzy CLI and the account credentials it will use. Prefer a scoped or revocable API key, confirm the target company, use filters or limits for subscriber queries, and require explicit confirmation before sending emails, scheduling campaigns, deleting templates/sequences, hard-removing subscribers, or creating API keys.
功能分析
Type: OpenClaw Skill Name: sequenzy-email-marketing Version: 1.1.6 The sequenzy-email-marketing skill bundle provides a comprehensive guide and command reference for an AI agent to operate the Sequenzy email marketing platform via its CLI and MCP tools. The documentation covers standard operations such as authentication (device auth and API keys), subscriber management, campaign/sequence orchestration, and AI-driven content generation. No evidence of malicious intent, unauthorized data exfiltration, or prompt-injection attacks was found; all described behaviors and environment variables (e.g., SEQUENZY_API_KEY, SEQUENZY_API_URL) are consistent with the legitimate operation of an email marketing service.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is to operate Sequenzy email marketing, and the documented capabilities match that purpose, including subscriber management, campaign/template/sequence changes, scheduling, and one-off email sends.
Instruction Scope
The instructions include useful guardrails such as inspecting before mutation, validating IDs and recipients, and using hard deletion only when explicit, but users should still require clear confirmation for send, schedule, delete, unsubscribe, or API-key operations.
Install Mechanism
There is no install spec or bundled code; the skill relies on an existing Sequenzy CLI/MCP environment, so the user should separately trust and verify that tooling.
Credentials
Use of SEQUENZY_API_KEY, local auth, and optional API/app URL environment variables is expected for this integration, though the registry metadata does not declare required credentials or env vars.
Persistence & Privilege
Interactive login may store an API key in Bun.secrets or local config, and those credentials can authorize account/company-level Sequenzy actions until logged out or revoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sequenzy-email-marketing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sequenzy-email-marketing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.6
Rename canonical skill slug to sequenzy-email-marketing.
元数据
Slug sequenzy-email-marketing
版本 1.1.6
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sequenzy Email Marketing 是什么?

Agent guide for operating Sequenzy. Use when Codex needs to authenticate, inspect identity, manage subscribers, create or edit campaigns/sequences/templates,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Sequenzy Email Marketing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sequenzy-email-marketing」即可一键安装,无需额外配置。

Sequenzy Email Marketing 是免费的吗?

是的,Sequenzy Email Marketing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sequenzy Email Marketing 支持哪些平台?

Sequenzy Email Marketing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sequenzy Email Marketing?

由 polnikale(@polnikale)开发并维护,当前版本 v1.1.6。

💬 留言讨论