/ 目录 / 演练场 / marketing-skill-pack
● 社区 AgriciDaniel ⚡ 即开即用

marketing-skill-pack

作者 AgriciDaniel · AgriciDaniel/marketing-skill-pack

One-command installer bundling Claude SEO, Claude Blog, Skill Forge, and WP MCP Ultimate into a single marketing pack under ~/.claude/packs/.

AgriciDaniel's marketing-skill-pack is a meta-installer. It clones and wires up four separate marketing skills — Claude SEO (audits, schema), Claude Blog (post creation), Skill Forge (skill creator), WP MCP Ultimate (WordPress automation) — plus a VS Code extension baseline. Platform-specific scripts handle macOS/Linux (bash) and Windows (PowerShell); updates run git pull across packs.

为什么要用

核心特性

实时演示

实际使用效果

marketing-skill-pack-skill.replay ▶ 就绪
0/0

安装

选择你的客户端

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

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

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

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

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

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

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

格式与 Claude Desktop 相同。重启 Windsurf 生效。

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

Continue 使用服务器对象数组,而非映射。

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

加入 context_servers。Zed 保存后热重载。

claude mcp add marketing-skill-pack-skill -- git clone https://github.com/AgriciDaniel/marketing-skill-pack ~/.claude/skills/marketing-skill-pack

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: marketing-skill-pack

Bootstrap a full marketing Claude environment on a new machine

👤 Solo marketers or agency teams standing up Claude Code ⏱ ~15 min beginner

何时使用: Fresh laptop, want to skip the 30-minute manual clone-and-wire routine.

前置条件
  • git + Claude Code installed — brew install git && follow Claude Code install guide
步骤
  1. Run the installer
    bash <(curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/marketing-skill-pack/main/install.sh)✓ 已复制
    → Four packs clone into ~/.claude/packs/, VS Code extensions install
  2. Verify in Claude Code
    Which marketing-pack skills are available right now?✓ 已复制
    → Claude lists Claude SEO, Claude Blog, Skill Forge, WP MCP Ultimate
  3. Pin the WordPress MCP
    Configure WP MCP Ultimate to point at https://mysite.com — give me the env var block.✓ 已复制
    → Step-by-step auth setup

结果: A working Claude marketing environment in 10 minutes.

注意事项
  • Installer continues past a failure you actually needed — Re-run and watch each line — tolerance for failure doesn't mean 'ignore errors forever'

Update every skill in the pack with one command

👤 Existing pack users ⏱ ~5 min beginner

何时使用: It's been a month and you want the latest prompts without manually git-pulling four repos.

步骤
  1. Re-run the installer in update mode
    Re-run the marketing-skill-pack installer — it should do git pull on each sub-pack.✓ 已复制
    → Pulls report up-to-date or new commits per pack

结果: All four skills updated, VS Code extensions re-checked.

注意事项
  • Local edits to a pack get overwritten — Fork the pack you edit rather than modifying ~/.claude/packs/ in-place

组合

与其他 MCP 搭配,撬动十倍杠杆

marketing-skill-pack-skill + claude-code-marketing-skill

Overlap with Cogny's pack — pick the one that matches your workflow, don't run both blindly

Compare marketing-skill-pack's Claude SEO against claude-code-marketing-skills /seo-audit — which covers my stack?✓ 已复制
marketing-skill-pack-skill + github

Fork each pack so your team's customizations survive updates

Fork Claude SEO into our org, redirect ~/.claude/packs/claude-seo to the fork.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
install_all none (detects OS) First-time setup on a machine 0
update_all none Monthly refresh 0
install_single pack name You only want one of the four 0

成本与限制

运行它的成本

API 配额
None
每次调用 Token 数
Varies per sub-skill
费用
Free — skills are local files; WP MCP Ultimate is the author's own plugin and may have its own licensing
提示
Install only the packs you'll actually use — each adds context overhead when Claude auto-loads them.

安全

权限、密钥、影响范围

凭据存储: No credentials — pure prompts. WP MCP Ultimate needs WordPress creds if used.
数据出站: None from the installer. Sub-packs may call external services (WordPress, SEO APIs).

故障排查

常见错误与修复

Skill not invoked — Claude doesn't see the packs

Claude Code reads ~/.claude/skills/. If the installer put packs in ~/.claude/packs/, symlink or move them.

验证: ls ~/.claude/skills/ ~/.claude/packs/
SKILL.md frontmatter wrong in a sub-pack

Go into the specific pack's folder and inspect.

验证: head ~/.claude/packs/claude-seo/SKILL.md
Wrong trigger keywords — installer ran but nothing triggers

Each sub-pack has its own trigger; reference by name ('use claude-seo to audit...').

替代方案

marketing-skill-pack 对比其他方案

替代方案何时用它替代权衡
claude-code-marketing-skill (Cogny)You prefer slash-command UX and optional paid OAuth dataDifferent UX model; Cogny has live data tier, this pack is all local
Hand-pick individual skillsYou only need one of the four and don't want a packManual setup, no auto-update orchestration

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills