Claude
Agent
marketing-agent
Deploy an AI marketing agent for SEO monitoring, campaign analytics, content performance, competitive intelligence, and social scheduling. Complete Hermes blueprint with cron and connectors.
What vetted this — trust report
Download
CorpusIQ-corpusiq-docs-hermes_agents_marketing-agent.md-06dcbed.zip · 3 KB
Install
skills CLI
npx skills add https://github.com/CorpusIQ/corpusiq-docs/tree/main/hermes/agents/marketing-agent.md
Git
git clone https://github.com/CorpusIQ/corpusiq-docs.git
The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.
Files (corpusiq-docs)
-
marketing-agent.md 8.3 KB
--- title: "Hermes Marketing Agent - CorpusIQ Docs" description: Deploy an AI marketing agent for SEO monitoring, campaign analytics, content performance, competitive intelligence, and social scheduling. Complete Hermes blueprint with cron and connectors. category: Agents tags: - marketing-agent - seo-monitoring - campaign-analytics - content-automation - ai-marketing-assistant last_updated: 2026-09-17 canonical: "https://www.corpusiq.io/docs/hermes/agents/marketing-agent/" robots: "index,follow" --- # Hermes Marketing Agent -- Autonomous SEO, Content & Campaign Analytics The **Hermes Marketing Agent** is your **autonomous content and campaign operations assistant**. It monitors **SEO performance**, schedules and analyzes social media content, tracks **email campaign metrics**, generates content briefs, and surfaces **competitive intelligence** -- all on autopilot. Whether you're a solo marketer or leading a growth team, this agent handles the recurring work: weekly performance reports, ranking drop alerts, content refresh suggestions, and competitor domain comparisons. This agent connects to your analytics, SEO tools, email platforms, and project boards through [CorpusIQ MCP connectors](/docs/hermes/mcp/connectors) to create a unified marketing command center. ## Overview **The Marketing Agent replaces manual marketing operations** with scheduled monitoring, reporting, and alerting. Instead of checking GA4, Search Console, Ahrefs, and Klaviyo individually, your team receives consolidated reports and automated alerts delivered to Slack or email. | Capability | What It Does | |-----------|-------------| | **SEO monitoring** | Rank tracking, keyword cannibalization alerts, featured snippet opportunities, Core Web Vitals | | **Content performance** | Top pages by traffic, engagement, and conversions; content decay detection | | **Campaign analytics** | Cross-channel performance (email, social, paid) with ROAS calculation | | **Competitive intelligence** | Competitor content audits, gap analysis, share-of-voice tracking | | **Social scheduling** | Content calendar management, best-time-to-post analysis, engagement reporting | > **See also:** [Agent Library Overview](/docs/hermes/agents) · [Sales Agent](/docs/hermes/agents/sales-agent) · [Research Agent](/docs/hermes/agents/research-agent) ## How It Works 1. **Connect your marketing stack** -- GA4, Search Console, Ahrefs, Klaviyo, Meta Ads via [CorpusIQ connectors](/docs/hermes/mcp/connectors) 2. **Define your competitors and KPIs** -- Store target competitors, brand keywords, and conversion events in canonical facts 3. **Load the skills** -- SEO monitor, content performance, campaign analytics, competitive brief 4. **Schedule the crons** -- Weekly SEO reports, daily anomaly checks, monthly competitive audits 5. **Receive in Slack/Email** -- Traffic alerts, ranking changes, campaign wrap-ups ## Key Features - **Weekly SEO reports** every Monday with ranking changes, CTR shifts, and indexing issues - **Daily traffic anomaly detection** -- alerts when organic traffic drops >20% on key pages - **Content decay scanning** -- identifies pages losing traffic over 6+ months for refresh prioritization - **Cross-channel campaign analytics** with ROAS calculation across email, social, and paid - **Monthly competitive audits** covering keyword gaps, backlink opportunities, and share-of-voice - **Email health monitoring** -- list growth, deliverability, unsubscribe spikes, A/B test results ## Recommended Model **Claude Sonnet 4** or **GPT-4o** -- strong natural language generation for content briefs, copy suggestions, and competitive narratives. Use **Claude Haiku** for always-on monitoring and alerts. ## MCP Connectors Needed | Connector | Purpose | |-----------|---------| | **GA4** | Web traffic, conversions, user behavior | | **Google Search Console** | Search queries, CTR, rankings, indexing | | **Ahrefs / Semrush** | Domain authority, backlinks, keyword research | | **Klaviyo / Mailchimp / ActiveCampaign** | Email campaigns, flows, list health | | **Meta Ads / Google Ads / LinkedIn Ads** | Paid campaign performance, ROAS | | **YouTube / TikTok** | Video content performance | | **Airtable / Notion** | Content calendars, campaign planning | | **Slack** | Performance alerts, report distribution | ## Sample Cron Schedule ```cron # Weekly SEO performance report every Monday at 8:00 AM 0 8 * * 1 hermes skill seo-monitor --period last_7_days --format slack # Daily traffic anomaly check at 9:00 AM 0 9 * * 1-5 hermes skill content-performance --anomaly-detect --threshold 20pct # Monthly competitive audit on the 1st at 10:00 AM 0 10 1 * * hermes skill competitive-brief --competitors config # Email campaign wrap-up every Friday at 4:00 PM 0 16 * * 5 hermes skill campaign-analytics --channel email --period this_week # Content decay scan every Wednesday at 2:00 PM 0 14 * * 3 hermes skill content-performance --decay-scan --older-than 6m ``` ## Quick-Start Command ```bash hermes agent create marketing \ --model claude-sonnet-4 \ --skills content-performance,seo-monitor,campaign-analytics,competitive-brief,social-scheduler,email-health \ --connectors ga4,search_console,ahrefs,klaviyo,meta_ads,google_ads,slack \ --profile marketing \ --description "Marketing analytics and content operations agent" ``` ## Configuration Notes - Define **target competitors, brand keywords, and key conversion events** in canonical facts - Set **alert thresholds** (traffic drop %, CPC spike %, unsubscribe rate) - The agent pulls content calendars from **Airtable or Notion** -- ensure read access - Configure **report distribution channels** -- Slack channels, email recipients ## Extending - Add `ab-test-analysis` for landing page and email subject line testing - Integrate with **Webflow or WordPress API** for content publishing - Add **LLM-based content brief generation** pulling top-ranking competitor pages for outlines, headings, and keyword targets ## FAQ ### What does the Hermes Marketing Agent do? The **Hermes Marketing Agent** autonomously monitors SEO rankings, tracks content performance, analyzes email and paid campaigns, generates competitive intelligence briefs, and alerts on traffic anomalies -- all on scheduled crons delivered to Slack or email. ### How does the marketing agent monitor SEO? The agent connects to **Google Search Console** and **Ahrefs/Semrush** to track keyword rankings, detect cannibalization, monitor Core Web Vitals, and surface featured snippet opportunities. Weekly reports highlight ranking changes and indexing issues. ### Can the marketing agent detect traffic drops automatically? Yes. The **daily anomaly detection skill** checks organic traffic for key pages against historical baselines. If traffic drops more than 20%, the agent alerts your Slack channel with the affected URL, suspected cause, and recommended action. ### How does competitive intelligence work with this agent? The agent runs **monthly competitive audits** that compare your domain against configurable competitors -- covering keyword gaps, backlink opportunities, content strategy differences, and share-of-voice changes over time. ### Which marketing tools does the marketing agent integrate with? The agent integrates with **GA4, Google Search Console, Ahrefs, Semrush, Klaviyo, Mailchimp, ActiveCampaign, Meta Ads, Google Ads, LinkedIn Ads, YouTube, TikTok, Airtable, Notion, and Slack** via CorpusIQ MCP connectors. ## Related Pages - [Agent Library -- All 9 Role Configurations](/docs/hermes/agents) - [Sales Agent -- Pipeline & Outreach Automation](/docs/hermes/agents/sales-agent) - [Research Agent -- Competitive Intelligence](/docs/hermes/agents/research-agent) - [CorpusIQ MCP Connectors -- 40+ Business Tools](/docs/hermes/mcp/connectors) - [Cron Scheduling Guide](/docs/hermes/governance/scheduling) - [Content Operations Guide](/docs/hermes/content-ops) *Curated in the [Hermes Community Hub](https://github.com/CorpusIQ/corpusiq-docs/tree/main/hermes) -- 406+ tools, skills, and agents. Powered by [CorpusIQ](https://www.corpusiq.io).* --- *This Hermes repo is one of the largest structured collections of public AI, automation, business, and technology documentation. Content remains attributed to original authors and repositories. Indexed and organized by [www.CorpusIQ.io](https://www.corpusiq.io).*
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.