marketing-skills
42 marketing agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more coding agents. 7 pods: content, SEO, CRO, channels, growth, intelligence, sales. Foundation context + orchestration router. 27 Python tools (stdlib-only).
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o marketing-skills.zip https://jpskill.com/download/21914.zip && unzip -o marketing-skills.zip && rm marketing-skills.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/21914.zip -OutFile "$d\marketing-skills.zip"; Expand-Archive "$d\marketing-skills.zip" -DestinationPath $d -Force; ri "$d\marketing-skills.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
marketing-skills.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
marketing-skillsフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
マーケティングスキル部門
42種類のすぐに使えるマーケティングスキルが、コンテキスト基盤とオーケストレーション層を備えた7つの専門ポッドに整理されています。
クイックスタート
Claude コード
/read marketing-skill/marketing-ops/SKILL.md
ルーターが適切な専門スキルに誘導します。
Codex CLI
codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]"
OpenClaw
スキルはリポジトリから自動的に検出されます。エージェントにマーケティングのヘルプを依頼すると、marketing-ops 経由でルーティングされます。
アーキテクチャ
marketing-skill/
├── marketing-context/ ← 基盤: ブランドボイス、オーディエンス、目標
├── marketing-ops/ ← ルーター: 適切なスキルにディスパッチ
│
├── Content Pod (8) ← 戦略 → 制作 → 編集 → ソーシャル
├── SEO Pod (5) ← 従来型 + AI SEO + スキーマ + アーキテクチャ
├── CRO Pod (6) ← ページ、フォーム、サインアップ、オンボーディング、ポップアップ、ペイウォール
├── Channels Pod (5) ← メール、広告、コールドメール、広告クリエイティブ、ソーシャル管理
├── Growth Pod (4) ← A/Bテスト、紹介、無料ツール、チャーン
├── Intelligence Pod (4) ← 競合、心理学、分析、キャンペーン
└── Sales & GTM Pod (2) ← 価格設定、ローンチ戦略
初回セットアップ
marketing-context を実行して marketing-context.md ファイルを作成してください。他のすべてのスキルは、ブランドボイス、オーディエンスペルソナ、競合状況のためにこのファイルを読み込みます。これを一度実行するだけで、すべてが改善されます。
ポッドの概要
| ポッド | スキル数 | Pythonツール数 | 主な機能 |
|---|---|---|---|
| 基盤 | 2 | 2 | ブランドコンテキストの取得、スキルルーティング |
| コンテンツ | 8 | 5 | 戦略 → 制作 → 編集 → 人間化 |
| SEO | 5 | 2 | テクニカルSEO、AI SEO (AEO/GEO)、スキーマ、アーキテクチャ |
| CRO | 6 | 0 | ページ、フォーム、サインアップ、オンボーディング、ポップアップ、ペイウォールの最適化 |
| チャネル | 5 | 2 | メールシーケンス、有料広告、コールドメール、広告クリエイティブ |
| グロース | 4 | 2 | A/Bテスト、紹介プログラム、無料ツール、チャーン防止 |
| インテリジェンス | 4 | 4 | 競合分析、マーケティング心理学、分析、キャンペーン |
| セールス & GTM | 2 | 1 | 価格戦略、ローンチ計画 |
| スタンドアロン | 4 | 9 | ASO、ブランドガイドライン、PMM戦略、プロンプトエンジニアリング |
Pythonツール (27スクリプト)
すべてのスクリプトはstdlibのみ(pipインストール不要)、CLIファーストでJSON出力、デモモード用の埋め込みサンプルデータを含んでいます。
# コンテンツスコアリング
python3 marketing-skill/content-production/scripts/content_scorer.py article.md
# AIライティング検出
python3 marketing-skill/content-humanizer/scripts/humanizer_scorer.py draft.md
# ブランドボイス分析
python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py copy.txt
# 広告コピー検証
python3 marketing-skill/ad-creative/scripts/ad_copy_validator.py ads.json
# 価格シナリオモデリング
python3 marketing-skill/pricing-strategy/scripts/pricing_modeler.py
# トラッキングプラン生成
python3 marketing-skill/analytics-tracking/scripts/tracking_plan_generator.py
ユニークな機能
- AI SEO (AEO/GEO/LLMO) — ランキングだけでなく、AI引用のために最適化します
- Content Humanizer — AIライティングパターンをスコアリングで検出・修正します
- Context Foundation — 1つのブランドコンテキストファイルが42のすべてのスキルに供給されます
- Orchestration Router — キーワードと複雑度スコアリングによるスマートルーティング
- Zero Dependencies — すべてのPythonツールはstdlibのみを使用します
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Marketing Skills Division
42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer.
Quick Start
Claude Code
/read marketing-skill/marketing-ops/SKILL.md
The router will direct you to the right specialist skill.
Codex CLI
codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]"
OpenClaw
Skills are auto-discovered from the repository. Ask your agent for marketing help — it routes via marketing-ops.
Architecture
marketing-skill/
├── marketing-context/ ← Foundation: brand voice, audience, goals
├── marketing-ops/ ← Router: dispatches to the right skill
│
├── Content Pod (8) ← Strategy → Production → Editing → Social
├── SEO Pod (5) ← Traditional + AI SEO + Schema + Architecture
├── CRO Pod (6) ← Pages, Forms, Signup, Onboarding, Popups, Paywall
├── Channels Pod (5) ← Email, Ads, Cold Email, Ad Creative, Social Mgmt
├── Growth Pod (4) ← A/B Testing, Referrals, Free Tools, Churn
├── Intelligence Pod (4) ← Competitors, Psychology, Analytics, Campaigns
└── Sales & GTM Pod (2) ← Pricing, Launch Strategy
First-Time Setup
Run marketing-context to create your marketing-context.md file. Every other skill reads this for brand voice, audience personas, and competitive landscape. Do this once — it makes everything better.
Pod Overview
| Pod | Skills | Python Tools | Key Capabilities |
|---|---|---|---|
| Foundation | 2 | 2 | Brand context capture, skill routing |
| Content | 8 | 5 | Strategy → production → editing → humanization |
| SEO | 5 | 2 | Technical SEO, AI SEO (AEO/GEO), schema, architecture |
| CRO | 6 | 0 | Page, form, signup, onboarding, popup, paywall optimization |
| Channels | 5 | 2 | Email sequences, paid ads, cold email, ad creative |
| Growth | 4 | 2 | A/B testing, referral programs, free tools, churn prevention |
| Intelligence | 4 | 4 | Competitor analysis, marketing psychology, analytics, campaigns |
| Sales & GTM | 2 | 1 | Pricing strategy, launch planning |
| Standalone | 4 | 9 | ASO, brand guidelines, PMM strategy, prompt engineering |
Python Tools (27 scripts)
All scripts are stdlib-only (zero pip installs), CLI-first with JSON output, and include embedded sample data for demo mode.
# Content scoring
python3 marketing-skill/content-production/scripts/content_scorer.py article.md
# AI writing detection
python3 marketing-skill/content-humanizer/scripts/humanizer_scorer.py draft.md
# Brand voice analysis
python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py copy.txt
# Ad copy validation
python3 marketing-skill/ad-creative/scripts/ad_copy_validator.py ads.json
# Pricing scenario modeling
python3 marketing-skill/pricing-strategy/scripts/pricing_modeler.py
# Tracking plan generation
python3 marketing-skill/analytics-tracking/scripts/tracking_plan_generator.py
Unique Features
- AI SEO (AEO/GEO/LLMO) — Optimize for AI citation, not just ranking
- Content Humanizer — Detect and fix AI writing patterns with scoring
- Context Foundation — One brand context file feeds all 42 skills
- Orchestration Router — Smart routing by keyword + complexity scoring
- Zero Dependencies — All Python tools use stdlib only