marketing-loops

Designs and schedules recurring marketing workflows with cadence, state tracking, and human checkpoints.

1|Updated Aug 17, 2026
One-click install
npx skills add https://github.com/Marshal-Nguyen/Skill_Claude_Agent --skill marketing-loops-marshal-nguyen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marketing-loops
Source: https://github.com/Marshal-Nguyen/Skill_Claude_Agent/tree/main/claude/skills/marketing-loops
Command: npx skills add https://github.com/Marshal-Nguyen/Skill_Claude_Agent --skill marketing-loops-marshal-nguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Marketing tasks like SEO monitoring, ad-fatigue checks, and churn watches get forgotten when done manually. This Skill turns them into repeatable loops an AI agent runs on a schedule, each with a defined trigger, self-check, state handling, and stop condition. ## Core Features & Use Cases - Loop Catalog: 43 ready-to-adapt marketing loops covering SEO, paid ads, social, activation, retention, revenue, and referrals, each specified with a nine-part anatomy. - Guardrails & Compliance: A two-tier action model separating autonomous-safe drafting from gated actions that spend, send, or publish, plus CAN-SPAM/GDPR/FTC rules and a kill switch. - State & Idempotency: Patterns for cursors, dedupe keys, and cooldowns so loops never double-act or re-contact the same people. - Use Case: A B2B SaaS team sets up a weekly ranking-drop watch that checks priority keywords, diagnoses regressions, and stages a fix report — skipping quietly when nothing changed. ## Quick Start Ask the agent to set up a weekly marketing loop that watches your SEO rankings and stages a report of anything that needs action.

Frequently Asked Questions about marketing-loops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a recurring marketing automation workflow?▼

Pick a loop from the catalog matching your goal, tune its cadence to how fast the underlying signal changes, define its trigger and stop condition, then schedule it via cron or an agent-native scheduler. Start with one loop and prove it earns its keep before adding more.

How often should an SEO or ad monitoring loop run?▼

Match cadence to signal speed: rankings and backlinks weekly, ad creative fatigue every 2-3 days, churn signals daily, and content decay monthly. Over-frequent loops generate noise and train you to ignore the output.

Can a marketing loop publish posts or shift ad budget automatically?▼

By default no. Actions that spend money, send messages, or publish content are gated behind human approval unless you explicitly authorize them with hard spend caps and an allowlist. Drafting and staging always run autonomously.

When should I not automate a marketing task as a loop?▼

Skip loops for strategy, positioning, and creative direction, which require human judgment each time. Also avoid loops on sparse signals that lack statistical significance, and delete any loop whose output nobody acts on.

How do scheduled loops avoid repeating the same actions?▼

Each loop persists state between runs: a cursor watermark, dedupe keys for handled items, per-entity cooldown windows, and in-flight guards. State lives in a file per loop so restarts never cause double-acting or re-contacting the same people.