convertkit-automation
自动化 Kit 邮件营销任务
无需手动调用 API,即可简化 ConvertKit (Kit) 邮件营销工作流程。此技能通过 Rube MCP 集成处理订阅者管理、标签、广播和分析功能。
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "convertkit-automation". 列出状态为 'active' 的订阅者,限制 5 条结果
Résultat attendu:
找到 5 个活跃订阅者。订阅者 ID 范围为 3887204700 到 3887204736。使用这些 ID 进行标签操作或其他操作。
Utilisation de "convertkit-automation". 获取广播 ID 987654 的广播统计
Résultat attendu:
广播发送于 2025-02-15。打开率:42.3%。点击率:8.7%。总收件人:1,250。
Audit de sécurité
SûrStatic analysis detected 72 patterns but all are false positives. The SKILL.md file is documentation-only with no executable code. Detected 'external_commands' are markdown-formatted tool names (e.g., KIT_LIST_SUBSCRIBERS), not shell execution. The hardcoded URL is the legitimate Rube MCP server endpoint. No cryptographic code or reconnaissance patterns exist.
Score de qualité
Ce que vous pouvez construire
邮件列表细分
根据注册来源或参与度自动为新订阅者添加标签,实现定向营销。
订阅者清理
搜索不活跃的订阅者并取消其订阅,以维护列表质量并降低成本。
活动效果回顾
获取广播统计数据,分析过去活动的打开率和参与度指标。
Essayez ces prompts
搜索邮箱地址为 user@example.com 的订阅者,显示其当前状态和标签。
查找 2025-01-01 之后加入的所有活跃订阅者,并使用标签 ID 12345 为其标记为我们新客户细分群体。
列出过去一个月的所有广播并获取每个广播的统计数据。总结打开率并找出表现最佳的活动。
Bonnes pratiques
- 始终先调用 RUBE_SEARCH_TOOLS 获取当前工具架构,然后再运行工作流
- 需要跟踪分页进度时,将 include_total_count 设置为 'true'(字符串,而非布尔值)
- 删除前验证广播 ID,因为此操作是永久性的,无法撤销
Éviter
- 不要尝试通过 API 创建标签——标签必须先在 Kit 网页界面创建
- 不要对 include_total_count 使用布尔值 true——必须是字符串 'true'
- 未经确认不要取消订阅,因为这会使他们永久无法接收所有通讯