/ 目錄 / 演練場 / ai-marketing-claude-code-skills
● 社群 BrianRWagner ⚡ 即開即用

ai-marketing-claude-code-skills

作者 BrianRWagner · BrianRWagner/ai-marketing-claude-code-skills

AI 實際執行的行銷框架——定位、活動規劃、內容運營——適用於 Claude Code 及類似的 AI 代理。

AI Marketing Skills 封裝了可執行的行銷框架:定位文件、ICP 與使用者輪廓、活動計畫、內容行事曆及簡報。少一點高談闊論的策略,多一點實際落地執行。專為 Claude Code 打造,亦相容於 OpenClaw 及其他支援 SKILL.md 的 AI 代理。

為什麼要用

核心特性

即時演示

實際使用效果

ai-marketing-claude-code-skill.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ai-marketing-claude-code-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/BrianRWagner/ai-marketing-claude-code-skills",
        "~/.claude/skills/ai-marketing-claude-code-skills"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "ai-marketing-claude-code-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/BrianRWagner/ai-marketing-claude-code-skills",
        "~/.claude/skills/ai-marketing-claude-code-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "ai-marketing-claude-code-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/BrianRWagner/ai-marketing-claude-code-skills",
        "~/.claude/skills/ai-marketing-claude-code-skills"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ai-marketing-claude-code-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/BrianRWagner/ai-marketing-claude-code-skills",
        "~/.claude/skills/ai-marketing-claude-code-skills"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "ai-marketing-claude-code-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/BrianRWagner/ai-marketing-claude-code-skills",
        "~/.claude/skills/ai-marketing-claude-code-skills"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "ai-marketing-claude-code-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/BrianRWagner/ai-marketing-claude-code-skills",
          "~/.claude/skills/ai-marketing-claude-code-skills"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add ai-marketing-claude-code-skill -- git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills ~/.claude/skills/ai-marketing-claude-code-skills

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: ai-marketing-claude-code-skills

如何端到端規劃產品上市計畫

👤 正在規劃上市的行銷人員與創辦人行銷人員 ⏱ ~90 min intermediate

何時使用: 產品已就緒;上市還有 3 週;你需要的是計畫,而不只是戰術。

前置條件
  • 已安裝技能 — git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills ~/.claude/skills/ai-marketing-skills
步驟
  1. 先做定位
    Use ai-marketing skill. Our product: AI observability for Rails. Write positioning: category, alternatives, unique value, proof.✓ 已複製
    → 以 April Dunford 風格產出定位文件
  2. 活動計畫
    3-week launch campaign: pre-launch teasers, launch week, post-launch amplification. Channels: email, LinkedIn, community.✓ 已複製
    → 按週列出各管道的具體行動節點
  3. 內容簡報
    Write briefs for the 3 most important pieces: launch post, customer story, founder tweet thread.✓ 已複製
    → 每篇各一頁簡報

結果: 一份真正可執行的上市計畫。

注意事項
  • 計畫預設了一個根本不存在的受眾 — 鎖定特定社群或媒體——不要針對「廣大開發者」來規劃
搭配使用: goose-skill · startup-skill

建立季度內容行事曆

👤 提前規劃的內容主管 ⏱ ~45 min beginner

何時使用: 你有一整季要填滿,但手上沒有主題積壓清單。

步驟
  1. 產生主題群組
    Generate 3 pillar topics + 8 subtopics each for a Rails observability audience.✓ 已複製
    → 產出 3×9 的支柱主題與子主題表格
  2. 排期
    Turn into a 12-week calendar, 2 posts per week, alternating depth (tutorial vs opinion).✓ 已複製
    → 附有文章類型標籤的 12 週排程

結果: 一份兼顧多樣性與支柱覆蓋率的完整內容行事曆。

搭配使用: notebooklm-skill

草擬具備真實訊息層級的登陸頁

👤 撰寫第一個登陸頁的創辦人 ⏱ ~60 min intermediate

何時使用: 你已有定位文件,但還沒有登陸頁。

步驟
  1. 首屏區塊
    Using our positioning doc, write the hero: headline, subhead, primary CTA, social-proof strip. Headline under 12 words.✓ 已複製
    → 提供 3 組首屏方案
  2. 捲動以下區塊
    Now the 3 value-prop blocks, 1 objection handler, 1 FAQ block (6 Qs).✓ 已複製
    → 附文案的結構化區塊

結果: 一份具備真實訊息主軸的登陸頁草稿。

注意事項
  • 標題試圖說太多 — 要求提供 5 個備選標題,每個不超過 10 個詞;選最具體的那個
搭配使用: smart-illustrator-skill

組合

與其他 MCP 搭配,撬動十倍槓桿

ai-marketing-claude-code-skill + goose-skill

Goose 負責 GTM/業務,AI-Marketing 負責需求創造

Define ICP with goose, drive demand gen with ai-marketing.✓ 已複製
ai-marketing-claude-code-skill + startup-skill

Startup 驗證想法,行銷技能負責上市

Pressure-test the idea with startup-skill, then launch plan with ai-marketing.✓ 已複製
ai-marketing-claude-code-skill + smart-illustrator-skill

行銷技能草擬內容,Smart Illustrator 進行視覺化

Draft the launch post with ai-marketing, then illustrate with smart-illustrator.✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
Positioning product + audience 在所有活動開始之前 Claude tokens
Campaign plan goals + channels 上市與推廣衝刺時 Claude tokens
Content calendar audience + pillars 季度規劃時 Claude tokens
Brief writing topic 交付給撰稿人時 Claude tokens
Copy patterns type 撰寫廣告、標題、登陸頁時 Claude tokens

成本與限制

運行它的成本

API 配額
None
每次呼叫 Token 數
10-40k per full plan
費用
Free
提示
在單一對話中一次完成整個計畫——跨對話重新摘要上下文會浪費大量 tokens。

安全

權限、密鑰、影響範圍

憑證儲存: 無需憑證
資料出站: 計畫內容會傳送給 Claude 進行推論

故障排查

常見錯誤與修復

Plans sound generic and marketing-speak

提供 3 篇過去表現良好的文章作為文風錨點

Skill picks audience too broadly

明確指定社群、媒體或 Slack 頻道——不要讓 Claude 自行泛化受眾範圍

替代方案

ai-marketing-claude-code-skills 對比其他方案

替代方案何時用它替代權衡
goose-skill你更需要業務/GTM 的深度,而非行銷的廣度內容與活動規劃的聚焦度較低
Hiring a contractor你需要人類的策略判斷力速度較慢,成本較高

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills