数据与自动化 · marketing-loops

营销周期例行任务 Skill

把营销周期例行任务写成自动化工作流,明确触发条件、自检逻辑和停止开关。

需要按固定节奏跟踪竞品价格、广告素材效果或处理用户流失信号时,这套方法先读取设定的触发条件,接着调用对应的广告或内容技能执行具体任务,自检排除异常数据后,输出带操作建议的草稿或汇总报告,让团队直接审批后发布。

WHAT IT SOLVES

把营销周期例行任务写成自动化工作流,明确触发条件、自检逻辑和停止开关

把营销周期例行任务写成自动化工作流,明确触发条件、自检逻辑和停止开关。跑完你拿到的是包含当期指标数值、环比变化率以及异常数据根因排查记录的 Markdown 执行日志,中间一共 9 步。

最适合的真实场景

  • 01

    SEO 负责人每周一早上生成上周核心关键词排名变动与归因报告。

  • 02

    用户运营在发现高价值账号活跃度跌破阈值时收到带根因排查的提醒。

  • 03

    投放操盘手每三天检查 Meta 广告转化成本是否超标并暂存修改草稿。

  • 04

    内容编辑每月底扫描历史落地页自然流量下滑清单并输出更新草稿。

  • 05

    增长团队监控竞品定价页变动,每月抓取一次价格对照表与文案截图。

你要先准备的资料

  • 包含产品定位与目标用户画像的 Markdown 文件,文件名通常为 product-marketing.md。
  • 记录监控指标与对应触发数值的 CSV 或 Markdown 表格,例如单次转化目标成本 50 元。
  • 已授权读取的广告平台、Google Search Console 或客户后台的 API 密钥与读取权限。
  • 用于接收最终执行结果和草稿文件的 Webhook 链接或带有写入权限的文档库存储路径。
  • 人工审批人的联系方式或对接的项目管理工具状态看板 ID,用于流转待发布的修改草稿。

跑完你会拿到什么

  • 包含当期指标数值、环比变化率以及异常数据根因排查记录的 Markdown 执行日志。
  • 暂存等待人工审批的广告修改方案、邮件正文或历史页面内容更新草稿文件。
  • 包含各项营销指标当期数值与环比变化的数据看板截图或 JSON 格式结构化数据。
  • 带有时间戳和去重标识的运行状态记录,写明本次检查属于无事可做还是已触发动作。
  • 触发熔断机制时的错误通知,包含报错日志摘要、已停止的具体工作流名称和停止时间。

METHOD

读取业务背景 → 匹配监控目标 → 设定检查节奏 等 9 个环节

一共 9 步。其中 7 项能力决定了换个 AI 会不会更麻烦。

  1. 读取业务背景读取产品定位和目标用户画像的 Markdown 文件,提取业务指标定义,只询问文件里缺失的监控维度。
  2. 匹配监控目标从内置目录中选择对应的工作流,覆盖 SEO、广告损耗、流失预警等场景,根据业务阶段裁剪监控范围。
  3. 设定检查节奏按信号变化速度排期:排名和反链每周查,广告素材疲劳每两三天查,客户流失信号每日或触发即查。
  4. 配置动作阈值填入业务指标表格中的具体数值,例如转化成本上限或排名跌幅阈值,作为每次运行时的触发判断线。
  5. 运行降噪自检在采取动作前验证数据源,排除追踪代码异常、季节性波动或样本量不足带来的假性下跌。
  6. 状态去重控制记录上次运行时间戳和去重键值,设定冷却窗口,避免对同一个已处理的异常账号或页面反复发警报。
  7. 拦截高风险动作对涉及自动花钱或公开发布的动作强制拦截,只生成广告修改或邮件草稿,等待人工点击审批后才放行。
  8. 触发熔断停止设定停止开关,遇到连续报错、消耗超出每日上限或触发 CAN-SPAM 合规红线时,立刻停止运行并上报。
  9. 路由产出文件把包含异常归因的执行日志、环比数据看板和修改草稿文件,按配置推送到指定的 Webhook 或文档存储路径。

这个 Skill 用到的能力: 读本地资料MCP 与连接器定时任务中文办公文档运行脚本写本地文件页面预览 。不同 AI 对这些能力的支持程度不一样,所以同一个 Skill 换个 AI,有几步做法会变。

WORKED EXAMPLE

SaaS 团队的 Meta 广告成本监控

SaaS 团队的 Meta 广告成本监控

一家提供团队协作软件的 SaaS 公司在 Meta 渠道每月跑量两万美元。增长团队发现广告素材跑出三天后转化成本容易飘高,人工盯着表格改出价太慢。团队需要一套按天跑的自动化检查机制,在成本超标时自动暂停广告组并暂存新的出价建议,最后把结果汇总到飞书群里。

  1. 从内置目录挑选广告成本漂移工作流,导入目标成本与监控的广告组 ID。
  2. 按 Meta 算法反馈周期把检查节奏设定为每三天跑一次。
  3. 运行时先排除周末流量波动和追踪代码掉线等干扰因素。
  4. 成本超标则调取出价技能生成调价草稿,禁止直接改动线上广告。
  5. 把带根因排查的日志和调价草稿推送到飞书 Webhook 等待人工审批。

预期结果:每三天输出一份包含各广告组实际转化成本与目标差额的 Markdown 日志。对于超标广告组,生成包含建议出价和日预算调整数值的草稿文件。所有动作停留在草稿阶段,需要增长负责人在飞书审批通过后才会实际生效。如果期间发生 Meta API 授权失效,工作流会自动停止并在日志中标注中断。

PITFALLS · VERIFICATION

排名和反链这种慢信号设成每日检查,全是噪音数据且浪费 API 额度

最常踩的坑

  • 排名和反链这种慢信号设成每日检查,全是噪音数据且浪费 API 额度。
  • 没设冷却窗口,对同一个流失预警账号反复发提醒邮件造成骚扰。
  • 没跑自检就直接降预算,把统计代码掉线造成的假性转化下跌当成真实现象。
  • 对自动发布和花钱的动作没设人工审批闸口,导致错误文案直接上线或预算被误耗。
  • 一次性铺开十几个工作流,产出报表没人看,最后变成无效的虚荣指标监控。

怎么确认这次跑对了

  • 已经形成可检查的包含当期指标数值、环比变化率以及异常数据根因排查记录的 Markdown 执行日志,关键判断能回到输入资料或过程证据。
  • 已经形成可检查的暂存等待人工审批的广告修改方案、邮件正文或历史页面内容更新草稿文件,关键判断能回到输入资料或过程证据。
  • 已经形成可检查的包含各项营销指标当期数值与环比变化的数据看板截图或 JSON 格式结构化数据,关键判断能回到输入资料或过程证据。
  • 已逐项检查「排名和反链这种慢信号设成每日检查,全是噪音数据且浪费 API 额度」等高频问题,并记录需要人工确认的下一步。
营销周期例行任务 Skill适合哪些岗位使用?

增长团队、投放操盘手、SEO 负责人、用户运营。典型场景包括SEO 负责人每周一早上生成上周核心关键词排名变动与归因报告;用户运营在发现高价值账号活跃度跌破阈值时收到带根因排查的提醒;投放操盘手每三天检查 Meta 广告转化成本是否超标并暂存修改草稿。

开始前需要准备什么资料?

至少需要包含产品定位与目标用户画像的 Markdown 文件,文件名通常为 product-marketing.md、记录监控指标与对应触发数值的 CSV 或 Markdown 表格,例如单次转化目标成本 50 元、已授权读取的广告平台、Google Search Console 或客户后台的 API 密钥与读取权限。资料越具体,结果越能直接用于决策。

最后能得到什么可检查的结果?

包含当期指标数值、环比变化率以及异常数据根因排查记录的 Markdown 执行日志、暂存等待人工审批的广告修改方案、邮件正文或历史页面内容更新草稿文件、包含各项营销指标当期数值与环比变化的数据看板截图或 JSON 格式结构化数据。每项都可以逐条核对来源和数字。

哪些情况下结果会不可靠?

排名和反链这种慢信号设成每日检查,全是噪音数据且浪费 API 额度;没设冷却窗口,对同一个流失预警账号反复发提醒邮件造成骚扰。出现这些情况时需要人工复核。

支持哪些 AI Agent?

已适配 WorkBuddy、OpenClaw、Hermes Agent、Codex、Claude Code、TRAE、ZCode 共 7 种,每种都有独立的安装说明和能力对照。

ORIGINAL SOURCE

8 个原始文件,93 个文档章节,固定在 7868cb92

上游原文完整保留在加搜服务器上,可逐节查看,也可以直接下载。 当前镜像共 8 个文件、80.4 KB。

原始 Skill 文档 上游原文完整保留,中文概述已转换为营销任务、输入资料和交付结果。

Marketing Loops

You help set up marketing loops — repeatable marketing workflows an AI agent runs on a cadence, each with a defined trigger, a bounded set of steps, a self-check, and an explicit stopping condition. A loop turns a marketing task you'd otherwise do manually (and forget) into an always-on system: the weekly SEO opportunity scan, the ad-fatigue refresh, the churn-signal watch.

This is the operational cousin of marketing-ideas. Ideas tell you what to try once. Loops tell you what to keep doing on a schedule — and wire the other marketing skills together to do it.

How to Use This Skill

Check for product marketing context first: if .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md), read it before asking questions. Use that context and only ask for what's missing.

Then:

  1. Clarify the job. What outcome should this loop protect or grow? (rankings, ad efficiency, activation, retention, revenue, referrals)
  2. Pick a loop from the catalog in references/loop-catalog.md — or adapt the closest one.
  3. Tune the cadence to how fast the underlying signal actually changes (see the cadence rule below).
  4. Confirm the human checkpoint. Decide what the loop does autonomously vs. what it stages for human approval before publishing or spending — see references/loop-guardrails.md.
  5. Schedule it (see "Scheduling a loop" below).

Building more than one loop, or a whole marketing operating system? See references/loop-orchestration.md for how loops compose and the order to adopt them (start with tracking + a weekly review; don't build 43 at once).

Anatomy of a Marketing Loop

Every loop in the catalog has these nine parts. When you author or adapt one, fill all of them — a loop missing a stop condition, a self-check, or its state handling is a liability, not an asset.

Part What it defines
Check cadence How often the loop looks (weekly / daily / on-trigger). Match it to signal speed.
Acts when The action condition — what must be true to actually do something, vs. just check and skip. Most runs of a good loop are "checked, nothing to do."
Purpose The one outcome this loop exists to move.
Skills used Which marketing skills the loop orchestrates each iteration.
Loop body The ordered steps run each iteration.
Self-check The verification done before acting — so the loop doesn't act on noise, seasonality, or a tracking bug.
State / idempotency What the loop remembers between runs: last-run marker, dedupe key, cooldown window, "already handled" set. Without this, loops double-act, re-nag the same people, or re-alert the same thing. Non-negotiable for anything scheduled — see references/loop-state.md for where state lives and the idempotency patterns.
Stop / bail-out When the loop skips, halts, escalates to a human, or disables itself — plus what it does on error. Every loop needs one, including heartbeat loops (their stop is "manual disable + error-halt," never "n/a").
Output Where results go: a file, a PR, a staged draft, a notification, a report.

The Check cadence / Acts when split matters: a churn-signal loop might check daily but only act when an account crosses a risk threshold it hasn't been contacted about inside the cooldown window. Conflating the two produces loops that either miss the window or spam.

The cadence rule

Match cadence to how fast the signal actually changes — not to how often you'd like an update.

Signal Realistic cadence Why
Rankings, backlinks, domain authority Weekly Move slowly; daily checks are noise
Ad creative fatigue, CPA drift Every 2–3 days Meta/Google feedback loops are days, not hours
Activation / onboarding funnel Weekly Needs enough signups to be significant
Churn signals Daily or on-trigger Early intervention window is short
Content / copy decay Monthly Traffic erosion is gradual
Competitor changes Weekly Pricing/positioning shifts are infrequent but matter
Social listening / mentions Daily Engagement windows close fast

Over-frequent loops are the most common failure mode: they generate busywork, burn budget, and train you to ignore the output.

When NOT to loop

Not everything should be automated on a cadence. Skip a loop — or add a mandatory human checkpoint — when:

  • Strategy or creative direction is the real work. Loops maintain and optimize; they don't set positioning, invent campaigns, or make brand calls.
  • The action publishes or spends without review. Auto-drafting an ad, email, or post is fine. Auto-publishing or auto-shifting budget needs a human checkpoint unless the user has explicitly authorized autonomous action and set guardrails (caps, allowlists).
  • The signal is too sparse to be significant. A weekly conversion-rate loop on 40 visitors/week is measuring noise.
  • It's a vanity loop. If nobody acts on the output, delete the loop. A loop that emails a dashboard nobody reads is worse than nothing.

For any loop that sends, spends, publishes, or touches personal data, apply references/loop-guardrails.md — the two-tier action model (autonomous-safe vs. gated), spend/send caps, CAN-SPAM/GDPR/FTC/ToS rules, the always-escalate list, and a required kill switch.

Scheduling a loop

These loops are agent-agnostic — the body works in any agent. The scheduling depends on your environment:

  • Claude Code — native options: /loop (self-paced, until a condition), ScheduleWakeup (dynamic pacing that reacts to state), and CronCreate (fixed cron schedule). If you have a loop-mechanics skill such as loopify installed, use it to choose between them and tune delays; otherwise the guidance below is enough.
  • Any agent + cron — wrap the loop body as a scheduled prompt/script (0 9 * * 1 for Mondays 9am, etc.).
  • Manual cadence — for high-judgment loops, "run this skill every Monday" is a perfectly good loop. The value is the repeatable body, not the automation.

Default to time-of-day cron for review-style loops (weekly review, ranking watch) and dynamic pacing for monitor-until-threshold loops (churn watch, launch-day tracking).

The Catalog

references/loop-catalog.md holds the full library — 43 marketing loops with thorough funnel coverage: SEO & Content, Paid, Earned/Social/Partnerships, Activation, Retention, Revenue, Referral & Advocacy, and Ongoing Ops. Each is a complete, adaptable spec. Start there, pick the closest match, and tune it to the user's product, stage, and tooling.

Authoring a new loop

When nothing in the catalog fits, author a new loop from references/loop-template.md — a copy-paste template with fill-in prompts, a worked before/after example, and a ship checklist. Fill all nine anatomy parts; if you can't answer the self-check, state/idempotency, and stop/bail-out concretely, the loop isn't ready to run.

Anti-patterns

  • Looping without a stop condition → runaway spend or infinite churn.
  • Same cadence for every loop → most run too often and get ignored.
  • No self-check → the loop acts on noise, seasonality, or a tracking bug.
  • No human checkpoint on spend/publish actions.
  • Building 10 loops at once → start with one, prove it earns its keep, then add the next.

Banned vocabulary

Avoid: "set it and forget it," "fully autonomous marketing," "AI does everything," "10x on autopilot," "growth hacking machine." Loops are disciplined systems with checkpoints, not magic. Describe them honestly.

Related Skills

  • marketing-ideas — one-off tactics and inspiration (what to try). Loops operationalize the ones worth repeating.
  • ab-testing — the experimentation loop specifically (hypothesis → test → promote winner → repeat).
  • analytics — most loops read from analytics to decide whether to act.
  • Individual channel skills (ads, seo-audit, emails, social, churn-prevention, pricing, referrals) — the loop bodies orchestrate these.

来源与版本声明

本页面由加搜科技整理业务说明并托管安装文件。原始 Skill 来源渠道:GitHub; 原始项目名称:marketing-loops; 固定版本:7868cb9251fa; 许可证:MIT。技能包内保留完整出处和许可证说明。

各 Agent 能力说明参考对应官方文档。页面不提供外部跳转。

INSTALL

营销周期例行任务 Skill v1.0.0,ZIP 带 SHA256 校验

默认做法是把提示词复制给 AI Agent,让它自己下载并安装。提示词里已经写清要用完整 ZIP、装完报告目录、并先跑一个小任务验证。

METHOD 01 · 交给 AI 自己装

复制提示词

适合大多数情况。Agent 会下载 ZIP、解压、放到正确目录,并在缺少权限时告诉你需要手工做哪一步。

请帮我把「营销周期例行任务 Skill」安装到我正在使用的 AI Agent。
1. 下载完整 Skill ZIP:https://www.vibemarketing.work/packages/skill-marketing-loops/1.0.0/skill-marketing-loops.zip
   注意:网页 HTML 不能当作 Skill 文件安装,必须使用 ZIP 里的完整文件。
2. 解压后保留 SKILL.md 及全部配套文件,按你所用 Agent 的 Skill 目录规则安装。
3. 安装完成后告诉我实际安装目录。
4. 用一个只读小任务验证 Skill 已被识别。
5. 如果你没有联网、下载或写目录权限,请直接告诉我哪几步需要我手工完成。
参考:原始 SKILL.md https://www.vibemarketing.work/raw/skill-marketing-loops/SKILL.md;安装指南 https://www.vibemarketing.work/agent-install/skill-marketing-loops.md

FURTHER READING

营销周期例行任务 Skill 相关的实操文章

别人做同类任务时踩过的坑和总结,动手前后都值得翻一下。

自动发文出错了怎么回滚:按发布阶段拆分的恢复清单

自动发文失败后的回滚顺序是"先停、再读、后动":先停止后续任务,再读日志与后台回读确认现场,最后按失败发生的发布阶段执行对应恢复动作。盲目重发是扩大错误的最快方式。本文按阶段给出一张回滚动作表。 自动

  • 营销自动化
  • 增长策略
  • 营销分析

一人市场部如何用AI工作:最小可行工作流与三个人工关卡

一人市场部的问题不是“事情多到做不完”,而是“没有第二个人帮你把关”。所以用 AI 的正确姿势,不是追求全自动,而是把重复执行交给 AI,把方向、事实核验和发布决策留给自己。下面这套最小可行工作流,覆

  • Vibe Marketing
  • 营销自动化
  • 增长策略

推荐计划发了奖励仍没人转化,先把“分享”和“接受”分开看

推荐计划上线一个月,运营后台常会出现两种相反的尴尬:页面有人点,专属链接也发出去了,新客却没有完成注册或购买;另一种更早,老客户连分享按钮都懒得碰。团队往往把两种情况归到同一个原因——奖励不够大,于是

  • Vibe Marketing
  • 增长策略
  • 营销分析
  • 营销归因

营销团队用AI,别停在让它改几句文案

营销团队现在几乎都会把AI打开。写标题、改摘要、把会议记录压成纪要,这些都很快。可如果你问「上周那条投放测试现在做到哪了」,答案往往还在某个人的聊天记录里。用了AI,和营销动作真的跑完了,中间还差一层

  • Vibe Marketing
  • AI营销
  • 营销自动化

多Agent协作工作流:编排表、人工关卡与回滚设计

多 Agent 协作工作流的核心不是"同时用更多 Agent",而是把一条营销流水线拆成阶段,明确规定每个阶段由哪个 Agent 负责、拿什么输入、交出什么输出、在哪个人工关卡停下等批准。没有这套约定

  • AI Agent
  • Vibe Marketing
  • 营销自动化

AI内容自动发布工作流:从选题到CMS发布的完整编排方案

构建一套AI辅助的内容自动发布工作流,覆盖选题、生成、校验、发布和监控五个阶段。详细拆解每个阶段的人工检查点、失败回滚机制和质量指标,适用于TideFlow、WordPress等CMS平台。

  • VibeMarketing
  • AI文章发布
  • 内容工作流
  • AI内容自动发布

按这个 Skill 的产出能不能直接被下一个 Skill 用上来推荐,不是固定名单。多数情况下按顺序跑完一组,比单独用一个效果更好。

数据与自动化#01

营销归因分析 Skill

营销归因分析把各广告平台和 CRM 里相互冲突的转化数据,整理成一份带置信区间的渠道收入归因表。

来源项目热度 同步中
数据与自动化#02

营销数据追踪 Skill

设计 GA4 事件、转化、用户标识、CTA 归因和数据层,让关键营销动作可衡量。

来源项目 · kostja94/marketing-skills ★ 742 · Fork 108
数据与自动化#03

新用户激活与留存 Skill

新用户激活与留存优化把注册后流失的行为数据,梳理成带漏斗节点和文案的首次体验方案,缩短用户达到价值的时间。

来源项目热度 同步中
SEO 与 GEO#05

AI 搜索流量分析 Skill

在 GA4 与 Search Console 中识别来自 ChatGPT、Perplexity 和 AI 搜索体验的访问与转化。

来源项目 · kostja94/marketing-skills ★ 742 · Fork 108
  • 01

    营销归因分析 Skill

    这个 Skill 产出的tracking_plan、workflow,正好是它需要的输入,可以直接接着跑

  • 02

    营销数据追踪 Skill

    这个 Skill 产出的tracking_plan、workflow,正好是它需要的输入,可以直接接着跑

  • 03

    新用户激活与留存 Skill

    这个 Skill 产出的tracking_plan、workflow,正好是它需要的输入,可以直接接着跑

  • 04

    联盟营销 Skill

    这个 Skill 产出的tracking_plan,正好是它需要的输入,可以直接接着跑

  • 05

    AI 搜索流量分析 Skill

    这个 Skill 产出的tracking_plan,正好是它需要的输入,可以直接接着跑

  • 06

    海外 App 投放 Skill

    这个 Skill 产出的tracking_plan,正好是它需要的输入,可以直接接着跑

VibeMKT COMMUNITY

加入 VibeMKT 社群

微信扫码,交流营销 Skill 的选择、安装、试用与业务化改造。

加入 VibeMKT 社群的微信二维码

二维码会持续显示,关闭弹窗后返回当前页面。