Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

cmo-agent首席营销官 Agent

Agent Skill

cmo-agent 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

218

周安装

9

GitHub Stars

10

下载量

71
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:cmo-agent(首席营销官 Agent)
来源仓库:https://github.com/michaelboeding/skills
仓库路径:skills/cmo-agent
安装命令:
npx skills add https://github.com/michaelboeding/skills --skill cmo-agent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/michaelboeding/skills --skill cmo-agent

简介

cmo-agent 部署全链路营销团队自动化执行 SEO、GEO 和内容发布等增长任务。

  • 适用于网站流量提升和品牌曝光度建设,集成 Reddit、Hacker News 等多平台分发。
  • 输出终端格式化仪表盘、技术审计报告和市场机会分析等结构化成果物。
  • 需配置 API 密钥和访问权限,确保遵守各平台的内容政策和社区准则。
  • cmo-agent 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI CMO Agent

Your AI Chief Marketing Officer. Enter a website URL and get a full marketing team deployed across every growth channel.

This skill uses 6 specialized agents that work in parallel across SEO, GEO (AI search visibility), content writing, Reddit, Hacker News, and X/Twitter — then synthesizes everything into a prioritized action plan with ready-to-publish content.

What It Produces

OutputDescription
CMO DashboardTerminal-formatted overview with scores, opportunities, and action items
SEO AuditPage-by-page technical audit with exact HTML fix snippets
GEO AnalysisAI search visibility assessment with schema markup code
Full ArticlesComplete SEO-optimized articles ready to publish (1500-3000 words)
Reddit CommentsCopy-paste-ready comments for specific active threads
HN SubmissionShow HN post + founder comment + objection responses
Tweet ThreadsComplete threads + standalone tweets + 7-day calendar
Competitor IntelAuto-identified competitors with threat levels
Prioritized ActionsTop 3-5 highest-impact actions ranked by effort-to-impact ratio
Content CascadesCross-channel repurposing plan (article → thread → comments → HN post)

What This Replaces

Human RoleTypical CostWhat CMO Agent Covers
Marketing Hire$5,000/moStrategy, coordination, cross-channel planning
SEO Agency$4,000/moTechnical audit, on-page fixes, content gaps
Content Writer$1,500/moFull articles, blog posts, landing page copy
Social Media Manager$1,500/moTweet threads, content calendar, engagement
Community Manager$1,000/moReddit, Hacker News, community engagement
Total$13,000/moAll of the above, in one conversation

Prerequisites

  • Web access for research (WebSearch, WebFetch)
  • GOOGLE_API_KEY or GOOGLE_PSI_API_KEY — Optional, for PageSpeed Insights scores and Core Web Vitals (free from Google Cloud Console)
  • Lighthouse CLI — Optional, for full browser-based performance audit (npm install -g lighthouse)

Workflow

Step 1: Onboarding (REQUIRED — Maximum 2 Questions)

⚠️ DO NOT ask more than 2 questions. The CMO's intelligence replaces configuration.

⚠️ Use the AskUserQuestion tool for each question below.

CMO Introduction + Q1: Website URL

"Hi, I'm your AI CMO. Give me your website URL and I'll get to work. I'll crawl your site, audit your SEO, find distribution opportunities on Reddit, Hacker News, and X, identify content gaps, and come back with a prioritized action plan and ready-to-publish content. What's your website URL?"

*Wait for response.*

Q2: Additional Context (Optional)

"Got it. Anything else I should know? You can drop any of the following — or just say go and I'll figure it out: - Competitor names or URLs - Brand voice / tone guidelines - Product description or docs - Specific marketing goals - Existing social handles (@twitter, etc.)"

*Wait for response. If user says "go" or provides nothing, proceed immediately.*

Quick Reference

QuestionDetermines
URLEverything — site crawl, SEO audit, content analysis
Context (optional)Brand voice, competitors, goals, social handles

Step 2: Site Analysis & Context Gathering

This step runs BEFORE dispatching agents. The CMO gathers all context that agents will need.

2a: Run Site Audit

python3 ${SKILL_PATH}/skills/cmo-agent/scripts/site_audit.py \
  --url "USER_URL" \
  --output site_audit.json \
  --format both \
  --max-pages 15 \
  --depth 2 \
  --verbose

If user provided a GOOGLE_PSI_API_KEY or it's in the environment, add --psi-key KEY.

2b: Crawl Website Content

Use WebFetch to pull the homepage HTML and key pages (about, pricing, features, blog). Extract:

  • Product name and description
  • Brand voice indicators (tone, formality, messaging style)
  • Existing content inventory (blog posts, guides)
  • Pricing/offering structure
  • Target audience signals

2c: Auto-Identify Competitors

Use WebSearch to find competitors:

  • Search: "[product category] alternatives"
  • Search: "[product name] vs"
  • Search: "best [product category] tools 2026"

Extract top 3-5 competitors with URLs and positioning.

2d: Check for Existing Documents

Look in the working directory for:

  • brand_profile.json (from brand-research-agent)
  • competitor_analysis.json (from competitive-intel-agent)
  • product_info.md or similar product docs

If found, incorporate into agent context. If not, use what was gathered in 2b.

2e: Prepare Agent Context Bundle

Compile a context bundle that ALL agents receive:

CONTEXT BUNDLE:
- Website URL: [url]
- Product: [name and description from site crawl]
- Brand Voice: [tone indicators or user-provided guidelines]
- Target Audience: [inferred from site or user-provided]
- Competitors: [auto-identified or user-provided list]
- Site Audit Summary: [key scores and issues from site_audit.py]
- User Goals: [from Q2 or inferred — default: "maximize growth across all channels"]
- Social Handles: [if provided]

Step 3: Deploy 6 Specialized Agents in Parallel

Launch all 6 agents simultaneously, each receiving the full context bundle:

Agent 1: SEO Analyst

Focus: Technical SEO audit with exact fix snippets

Analyze the site_audit.py output plus the raw HTML.
For every issue found, provide the exact HTML/code fix.
Score: SEO, Accessibility, Performance, Best Practices.

Agent 2: GEO Analyst

Focus: AI search visibility optimization

Assess how the site appears in ChatGPT, Perplexity, Google AI Overview.
Provide exact JSON-LD schema code to add.
Identify content structure changes for better AI extraction.

Agent 3: Content Writer

Focus: Full articles and content calendar

Write at least one complete 1500-3000 word article.
Build a 4-week content calendar.
Identify keyword gaps and quick wins.
Include meta tags, heading structure, internal links.

Agent 4: Reddit Scout

Focus: Active threads and copy-paste comments

Find SPECIFIC active Reddit threads (with URLs).
Write complete comments for each (2-3 variations).
Identify subreddits to monitor with rules and risk levels.

Agent 5: Hacker News Scout

Focus: Show HN submission package

Draft a complete Show HN post with founder comment.
Pre-write 5+ objection responses.
Find relevant active threads for comments.
Assess content readiness for HN.

Agent 6: X Scout

Focus: Tweet threads, calendar, and engagement

Write complete tweet threads (5-12 tweets each).
Create 7-day content calendar.
Find reply opportunities with influencers.
Map relevant influencers and hashtags.

Step 4: Cross-Channel Synthesis

After all agents complete, the CMO synthesizes outputs into a coordinated strategy.

4a: Identify Narrative Spines

Extract 3-5 core product stories/angles from the combined agent outputs that can be atomized across channels:

Narrative Spine 1: "[Core value proposition angle]"
  → Article: "[Full article from content-writer]"
  → Thread: "[Tweet thread derived from article]"
  → Reddit: "[Comments referencing the article/product]"
  → HN: "[Show HN post if technically relevant]"

Narrative Spine 2: "[Technical differentiation angle]"
  → Article: "[Technical deep-dive]"
  → Thread: "[Thread about the technical approach]"
  → HN: "[Primary Show HN angle]"

4b: Create Content Cascades

For each narrative spine, define the publishing sequence:

Day 1: Publish the SEO article on the blog
Day 1: Submit to Hacker News (if Tuesday-Thursday, 8-10am ET)
Day 1-2: Post the Twitter thread with link to article
Day 2-3: Drop Reddit comments in relevant active threads
Day 3-7: Drip standalone tweets from the thread

4c: Prioritize Actions

Rank ALL outputs by impact-to-effort ratio. The top 3-5 become the "Do This Now" list:

Priority scoring:
- Effort: How long to execute (copy-paste = 1 min, publish article = 30 min, implement SEO fix = variable)
- Impact: Estimated traffic/visibility gain
- Urgency: Time-sensitive opportunities (active Reddit thread, trending topic)
- Risk: Likelihood of negative outcome (getting banned, negative reception)

Step 5: Generate CMO Dashboard

Present the synthesized results as a formatted dashboard. Use box-drawing characters for visual structure.

Dashboard output format:

╔══════════════════════════════════════════════════════════════════════════════╗
║                            AI CMO TERMINAL                                 ║
╠══════════════════════════════════════════════════════════════════════════════╣
║  [SEO]      Critical: Missing meta description on /pricing, /contact       ║
║  [Reddit]   r/SaaS: "Best tools for startup marketing?" (23 upvotes)       ║
║  [HN]       Show HN draft ready: "Show HN: [Product] – [description]"     ║
║  [X]        3 tweet threads generated, 2 reply opportunities found         ║
║  [GEO]      5 AI search visibility gaps identified                         ║
║  [Content]  1 SEO article drafted, 4-week calendar built                   ║
║                                                           +N more items    ║
╚══════════════════════════════════════════════════════════════════════════════╝

┌─── ANALYTICS OVERVIEW ─────────────────────────────────────────────────────┐
│                                                                            │
│  Page Speed      Accessibility     Best Practices      SEO                │
│  ┌───────┐       ┌───────┐         ┌───────┐          ┌───────┐          │
│  │  58   │       │  85   │         │  73   │          │  92   │          │
│  └───────┘       └───────┘         └───────┘          └───────┘          │
│   NEEDS WORK       GOOD             GOOD              EXCELLENT          │
│                                                                            │
│  Health: 18/24    Links: 42/42    AI/GEO: 3/8    Passed: 63/74          │
│                                                                            │
│  ── SEO Health Checklist ──────────────────────────────────────           │
│  [PASS] Meta Titles .................... 8/10 present                     │
│  [FAIL] Meta Descriptions .............. 7/10 present (3 missing)        │
│  [PASS] Mobile Friendly ................ Yes                              │
│  [WARN] Image Alt Tags ................. 42/50 (8 missing)               │
│  [FAIL] Core Web Vitals:                                                  │
│         LCP: 3.2s (target: <2.5s)                                        │
│         Total Blocking Time: 450ms (target: <200ms)                      │
│         Cumulative Layout Shift: 0.12 (target: <0.1)                     │
└────────────────────────────────────────────────────────────────────────────┘

┌─── DO THIS NOW (Top 3 Actions) ───────────────────────────────────────────┐
│                                                                            │
│  1. [FIX]  Add meta descriptions to 3 pages              ⏱ 15 min        │
│            Impact: HIGH | Copy-paste HTML provided below                  │
│                                                                            │
│  2. [REPLY] Reply to Reddit thread in r/SaaS              ⏱ 2 min        │
│            "Best tools for startup marketing?" (23 upvotes, 6h old)       │
│            Copy-paste comment ready below                                 │
│                                                                            │
│  3. [PUBLISH] Submit Show HN post                         ⏱ 5 min        │
│            Title + founder comment + objection responses ready            │
│                                                                            │
└────────────────────────────────────────────────────────────────────────────┘

┌─── AI CMO FEED ───────────────────────────────────────────────────────────┐
│                                                                            │
│  [!] Reddit Opportunities ─────────────────────────── N found             │
│      > "Thread title" (r/subreddit, X upvotes)                   [REPLY] │
│      > "Thread title" (r/subreddit, X upvotes)                   [REPLY] │
│      + N more threads ready for review                                    │
│                                                                            │
│  [!] SEO & GEO Issues ────────────────────────────── N found             │
│      > Missing meta descriptions on N pages                      [FIX]   │
│      > No FAQ schema markup on N pages                           [FIX]   │
│      + N more recommendations                                            │
│                                                                            │
│  [*] X/Twitter Ideas ─────────────────────────────── N generated          │
│      > Thread: "Hook tweet preview..."                          [REVIEW] │
│      > Reply to @influencer about [topic]                       [REVIEW] │
│      + N more ideas                                                       │
│                                                                            │
│  [*] Articles ────────────────────────────────────── N ready              │
│      > "[Article Title]" (target: keyword, ~2000 words)         [DRAFT]  │
│      + N more article topics in calendar                                  │
│                                                                            │
│  [-] Hacker News ─────────────────────────────────── 1 draft              │
│      > "Show HN: [Product] – [description]"                   [PUBLISH] │
│                                                                            │
└────────────────────────────────────────────────────────────────────────────┘

┌─── COMPETITORS ───────────────────────────────────────────────────────────┐
│                                                                            │
│  Monitored (N):                                                            │
│  HIGH   competitor1.com .... Positioning: "[their tagline]"               │
│  MED    competitor2.com .... Positioning: "[their tagline]"               │
│  LOW    competitor3.com .... Positioning: "[their tagline]"               │
│                                                                            │
│  Say "add competitor [url]" or "remove competitor [url]" to manage.       │
└────────────────────────────────────────────────────────────────────────────┘

┌─── KNOWLEDGE BASE ────────────────────────────────────────────────────────┐
│                                                                            │
│  [LOADED]  Site Audit ..................... site_audit.json                │
│  [LOADED]  Product Info .................. (extracted from site)           │
│  [STATUS]  Brand Profile ................. Not loaded (run /brand-research)│
│  [STATUS]  Competitor Analysis ........... Auto-identified (3 found)      │
│                                                                            │
│  Load documents: provide file paths or describe your product.             │
└────────────────────────────────────────────────────────────────────────────┘

─────────────────────────────────────────────────────────────────────────────
All analysis runs locally in your session. Your data is not stored or
shared externally.
─────────────────────────────────────────────────────────────────────────────

Populate each section with REAL data from agent outputs:

  • Terminal log: One line per agent with the most important finding
  • Analytics: Actual scores from site_audit.py (or agent estimates)
  • Do This Now: Top 3 actions ranked by impact-to-effort
  • Feed: Aggregated opportunities from all agents with preview text
  • Competitors: Auto-identified list with threat levels
  • Knowledge Base: Status of loaded documents/context

Step 6: Deliver & Enter Chat Mode

After displaying the dashboard, enter conversational mode:

Delivery message:

"Your AI CMO dashboard is ready. Top priority: [#1 action from Do This Now list] I can expand any section — just ask: - 'Show Reddit comments' — Full comments for all threads - 'Show SEO fixes' — Every fix with copy-paste HTML - 'Show the article' — Complete drafted article - 'Show HN post' — Full submission + founder comment - 'Show tweet threads' — All threads + calendar - 'Show GEO fixes' — AI search visibility recommendations - 'Write another article on [topic]' — Generate more content - 'Deep dive on [competitor]' — Detailed competitive analysis - 'Refresh' — Re-run the full analysis What would you like to tackle first?"

Chat interaction patterns:

When user asks to expand a section, output the FULL agent data for that section:

  • Reddit: Every thread URL + all comment variations
  • SEO: Every issue with exact HTML fix snippet
  • Article: Full markdown article text
  • HN: Title + founder comment + all objection responses
  • Tweets: Every thread + standalone tweets + calendar
  • GEO: Every recommendation with schema code

When user asks to write more content:

  • Use the same context bundle to generate additional content
  • Maintain brand voice consistency
  • Cross-reference existing outputs

State Persistence

After the initial run, save state for future re-runs:

Save cmo_state.json in the working directory:

{
  "last_run": "2026-03-16T14:30:00Z",
  "website_url": "https://example.com",
  "product_name": "Product Name",
  "product_description": "Brief description",
  "brand_voice": {"tone": ["Confident", "Approachable"], "formality": "professional casual"},
  "competitors": ["competitor1.com", "competitor2.com"],
  "social_handles": {"twitter": "@handle"},
  "content_generated": ["article-topic-1"],
  "reddit_threads_targeted": ["url1", "url2"],
  "hn_submitted": false,
  "seo_scores": {"seo": 82, "accessibility": 65, "performance": 48, "best_practices": 73}
}

On re-run, operate in delta mode:

  • Skip re-crawling if site hasn't changed (check Last-Modified header)
  • Find NEW Reddit threads only (filter out already-targeted)
  • Generate NEXT article in the content calendar
  • Report SEO score CHANGES since last run
  • Update competitor tracking with recent moves

Integration with Other Skills

SkillUse Case
brand-research-agentDeep brand analysis → feeds brand voice to all agents
competitive-intel-agentDetailed 4-agent competitive deep-dive
copywriter-agentAdditional marketing copy (ads, landing pages, emails)
chart-generationSEO score gauges, opportunity breakdown charts
image-generationSocial media graphics, blog post images
social-producer-agentFull social media asset creation (images + videos)
media-utilsPDF report generation from CMO dashboard

Generate PDF Report:

python3 ${CLAUDE_PLUGIN_ROOT}/skills/media-utils/scripts/report_to_pdf.py \
  --input cmo_report.md \
  --output cmo_report.pdf \
  --title "AI CMO Report" \
  --style business

Future Expansion

These channels are planned for future agent additions:

  • LinkedIn Agent — Thought leadership posts, company page content
  • Email Agent — Welcome sequences, newsletter templates, re-engagement
  • Product Hunt Agent — Launch strategy, asset preparation, timing
  • YouTube Agent — Video topic ideas, SEO optimization, thumbnail concepts
  • Link Building Agent — Backlink opportunities, outreach templates
  • Influencer Agent — Influencer identification, outreach, collaboration ideas

Agents

AgentFileFocus
SEO Analystseo-analyst.mdTechnical audit with exact fix snippets
GEO Analystgeo-analyst.mdAI search visibility optimization
Content Writercontent-writer.mdFull articles + content calendar
Reddit Scoutreddit-scout.mdThread discovery + copy-paste comments
HN Scouthackernews-scout.mdShow HN submission package
X Scoutx-scout.mdTweet threads + 7-day calendar

Example Prompts

Full CMO analysis:

"Be my AI CMO for https://myproduct.com"

Specific channel focus:

"Find Reddit opportunities for my SaaS product at https://myapp.io"

Content generation:

"Write SEO articles for https://mysite.com — I want to rank for AI marketing tools"

SEO audit only:

"Run a full SEO audit on https://mysite.com and give me exact fixes"

Competitive analysis:

"Analyze my marketing position vs Competitor1 and Competitor2 for https://myproduct.com"

Re-run / refresh:

"Refresh my CMO dashboard — find new opportunities since last run"

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.12%
按下载量换算24

Claude

31.39%
按下载量换算22

Cursor

16.59%
按下载量换算12

Gemini CLI

8.72%
按下载量换算6

安全审计

Gen Agent Trust Hub

未通过

Socket

未通过

Snyk

未通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills