📈 Marketing Skills:29k Stars 的 AI Agent 营销技能包,让 Claude Code 帮你做增长
项目地址:coreyhaines31/marketingskills | ⭐ 28,963 | 🛠 JavaScript | 作者 Corey Haines
老实说,让 Claude Code 写代码它很在行,但让它搞营销、写文案、做 SEO?简直是让它下厨房。市面上不缺 AI 营销工具,但缺的是直接能在你的 AI Coding Agent 里跑的营销能力。
Marketing Skills 就是干这个的。29k Stars,一个 npx 命令装好,你的 Coding Agent 瞬间变成你的 CMO。
一、不是什么 SaaS,是 Skills
这玩意儿不是又一个营销 SaaS 平台。它是一套遵循 Agent Skills 标准 的 Markdown 技能包,直接装进 Claude Code / Codex / Cursor 里。
装好之后,你跟 Agent 说"帮我优化这个落地页",它自己就知道去加载 CRO 技能,给你的页面做转化分析。
# 一行命令装所有营销技能
npx skills add coreyhaines31/marketingskills
# 或者只装你需要的
npx skills add coreyhaines31/marketingskills --skill cro copywriting seo-audit
装完就生效,不需要配置 API 密钥,不需要开浏览器。
二、最骚的操作:技能之间互相协作
所有技能围绕一个 product-marketing 核心上下文文件工作。你先把产品信息写进去,其他技能都会先读这个文件再做动作。
# 创建产品营销上下文
cat > .agents/product-marketing.md << 'EOF'
# Product: My SaaS
## Target Audience
- 中小型企业主
- 非技术背景创始人
- 月营收 $10k-$100k
## Value Proposition
用 AI 自动化客户支持,节省 60% 运营成本
## Key Differentiators
- 无需代码配置
- 支持中文客服
- 15 分钟部署
EOF
然后你让 Agent "写一封 cold email 给 SaaS 创始人"——它会自动读你的产品上下文,结合 copywriting 和 cold-email 两个技能,写出跟你的产品定位精准匹配的邮件。
三、最实用的几个技能
这套包一共 40+ 个技能,挑几个最实用的说:
cro — 转化率优化。给个页面 URL,它从标题到 CTA 按钮帮你分析一遍。
ai-seo — AI 搜索优化。ChatGPT Search / Perplexity 这些 AI 搜索引擎怎么才能 cite 你的内容?这个技能专治这个。
copywriting — 写营销文案。首页、落地页、定价页面,一句 prompt 搞定。
# 直接在聊天里用
/cro "https://mysite.com/pricing — 为什么转化率只有 2%?"
/ai-seo "帮我优化这篇博文,让 AI 搜索更容易 cite 它"
/copywriting "写三段 landing page hero section,针对 SaaS 创始人"
analytics — 帮你设 GA4 事件追踪,不用自己翻文档。
competitors — 给个竞品 URL,它自动生成对比页面,适合 SEO 的 alternative 页面。
四、装在哪都能用
不只是 Claude Code。Cursor、Windsurf、GitHub Copilot、Codex,只要支持 Agent Skills 标准,这套技能通用。
还有个叫 SkillKit 的工具,可以一站装到多个 Agent 上:
npx skillkit install coreyhaines31/marketingskills --skill cro copywriting
五、踩坑记录
- v1.x 升 v2.0 要手动清理 — 17 个技能改过名,旧的文件夹不会自动删除。迁移脚本在上面的 README 里有,照做就行。
- 产品上下文文件位置 — v2.0 从
.claude/product-marketing-context.md移到了.agents/product-marketing.md。旧位置的仍是后备方案,但建议放新位置。 - 不是一键生成营销策略 — 这些技能是辅助,不是替代。你得告诉它你的产品是什么、目标用户是谁,才能产出有价值的东西。
六、总结
- 一套 Agent Skills 标准营销技能包,40+ 技能覆盖 CRO、SEO、文案、广告、分析
npx skills add一行命令装好,跟 Claude Code / Codex / Cursor 等兼容- 技能之间通过
product-marketing上下文文件协作,信息互通 - 免费开源,MIT 协议,CIO 可以直接用在自己的团队里
- 作者 Corey Haines 本身就是做增长出身的,内容很实战
如果你用 AI Coding Agent 写代码,却不给它装营销技能,那你只用了它一半的能力。
标签:#AI #Marketing #ClaudeCode #AgentSkills #Growth #SEO
📈 Marketing Skills: 29k Stars — Turn Your Claude Code into a CMO with AI Agent Marketing Skills
Repo: coreyhaines31/marketingskills | ⭐ 28,963 | 🛠 JavaScript | Author: Corey Haines
Let's be honest — Claude Code writes great code, but marketing copy? SEO audits? Conversion optimization? That's like asking a chef to fix your car.
Marketing Skills solves this. 29k stars, one npx command, and your coding agent suddenly knows CRO, copywriting, SEO, analytics, and growth engineering.
What It Is
Not another SaaS platform. It's a collection of Agent Skills (markdown files) that plug directly into Claude Code, Codex, Cursor, Windsurf — any agent supporting the Agent Skills spec.
# One-liner install
npx skills add coreyhaines31/marketingskills
# Or pick specific ones
npx skills add coreyhaines31/marketingskills --skill cro copywriting
The Coolest Part: Skills Talk to Each Other
Every skill reads a shared product-marketing context file first. Set it up once, and all 40+ skills understand your product, audience, and positioning:
cat > .agents/product-marketing.md << 'EOF'
# Product: My SaaS
## Target Audience
- SMB owners, non-technical founders
- Monthly revenue $10k-$100k
## Value Proposition
AI-powered customer support, 60% cost reduction
EOF
Then just say "Write a cold email for SaaS founders" — the agent reads your context, pulls in copywriting + cold-email skills, and delivers on-brand copy.
Top Skills
cro— Conversion optimization for pages and formsai-seo— Get cited by ChatGPT Search, Perplexity, Geminicopywriting— Landing pages, pricing, emailsanalytics— Set up GA4 tracking without reading docscompetitors— Auto-generate comparison/alternative pages
Quick Start
/ai-seo "Optimize this blog post for AI search engines"
/cro "https://mysite.com/pricing — 2% conversion, why?"
TL;DR
- 40+ marketing skills for AI coding agents
- Free, MIT-licensed, works with Claude Code / Codex / Cursor
- Skills cross-reference shared product context for coherent outputs
- One command install, zero config
If you're using AI coding agents without giving them marketing skills, you're leaving half their potential on the table.