記事一覧へ
## Claude Pluginsマスター完全ガイド(リソース付き) ほとんどの人はClaude Coworkを非常に賢いチャットボットとして使っている。フェラーリを買って低速レーンを走るようなものだ。 Pluginsこそが、Claudeを会話ツールからワークフロー全体をオーケストレーションし、ライブデータを取得し、並行タスクを実行し、完成した成果物を手渡してくれる専門エージェントに変えるものだ。コマンド一つ。手動作業なし。摩擦なし。 これは筆者がClaudeでの構築を始めたときに存在してほしかったガイドだ。Pluginsとは実際に何か・何を解き放つか・参考にすべきもの・自分でのビルド方法・使うべき正確なプロンプトを、すべてカバーしている。 --- ## Pluginsとは何か(そしてあなたが使い方を間違っている可能性が高い理由) Pluginは単一のものではない。バンドルだ。4つのものをまとめた職務記述書のようなものと考えてほしい: 1. **Skills**——Claudeに特定のタスクの方法を教える指示(自分の文体で書く・データを分析する・競合他社を調査する) 2. **Connectors**——外部ツールへのライブリンク(Google Drive・Gmail・Slack・Notion・Asana・Salesforce等) 3. **Slash Commands**——`/command`でトリガーしてワークフロー全体を実行するクイックアクション 4. **Sub-agents**——タスクの部分を同時並行で処理する並列ワーカー ツールを接続 → スキルをロード → どのプロンプトを使うか思い出す → 繰り返す、という各部分を個別にセットアップする代わりに、Pluginを一つインストールすれば即座に使える状態になる。 考え方はこうだ: - Skillsはレゴブロック(個別の機能) - Pluginsは完全に組み立てられたセット(完全なシステム) コマンド一つでエージェントプロセス全体が動く。中間的な出力ではなく、完成した成果物が手に入る。 --- ## SkillsとPlugins:ほとんどの人が混乱する部分 これが最もよく見る混乱ポイントだ。 **Skills**は単一目的の指示だ。1つのSkillがClaudeに自分の文体で書くことを教える。別のSkillが提案書のフォーマットを教える。Pluginなしでもスキルを使える。どこでも機能する。 **Plugins**は、完全なワークフローを実行するために必要なConnectorsとCommandsと一緒に複数のSkillsをバンドルしたものだ。 **例:** - Skill:「自分のコミュニケーションのトーンでステータス更新を書く」 - Plugin:Notionからアクティブなプロジェクトを取得 → コミュニケーションSkillを使って各クライアントのステータス更新を書く → Gmailにドラフトとしてそれぞれのメッセージとして入れる → 送信 Slash Command一つですべてが動く。 --- ## 11の公式Anthropic Plugins(無料・オープンソース) Anthropicは2026年1月30日にこれらをリリースした。すべて無料。すべてオープンソース。どれでもカスタマイズやフォークができる。 ### 1. Sales Plugin - 見込み客調査によるコール準備 - 競合インテリジェンスとポジショニング戦略 - アカウント計画と戦略 - 異論対応フレームワーク - コマンド:`/sales:call-prep`, `/sales:account-plan`, `/sales:objection-handling` ### 2. Marketing Plugin - 任意のURLのSEO監査分析 - マルチメールシーケンス生成 - 競合インテリジェンスブリーフ - コンテンツブリーフ作成 - コマンド:`/marketing:seo-audit`, `/marketing:email-sequence`, `/marketing:competitive-brief` ### 3. Legal Plugin - リスクフラグ付き契約書レビュー - 規制コンプライアンスチェック - 条項分析と推奨事項 - コマンド:`/legal:contract-review`, `/legal:compliance-check` ### 4. Finance Plugin - 財務モデリングと予測 - 予算分析と予測 - キャッシュフロー計画 - コマンド:`/finance:model`, `/finance:forecast` ### 5. Customer Support Plugin - チケット対応ドラフト作成 - エスカレーションワークフロー自動化 - ナレッジベース検索 - コマンド:`/support:draft-response`, `/support:escalate` ### 6. Product Management Plugin - PRD(製品要件定義書)生成 - ロードマップ計画と優先順位付け - ユーザーリサーチの統合 - コマンド:`/product:write-prd`, `/product:prioritize-roadmap` ### 7. Data Analysis Plugin - データセットのクリーニングと標準化 - ダッシュボード作成 - チャートと可視化の生成 - コマンド:`/data:clean-dataset`, `/data:visualize` ### 8. Enterprise Search Plugin - すべての会社ツールをまたぐクロスプラットフォーム検索 - 統合検索インデックス - スマートフィルタリングとランキング - コマンド:`/search:company-wide` ### 9. Biology Research Plugin - 文献レビューの自動化 - 実験設計支援 - 研究論文分析 - コマンド:`/research:literature-review` ### 10. Productivity Plugin - タスク管理と整理 - ミーティング準備の自動化 - スケジューリングインテリジェンス - コマンド:`/productivity:prepare-meeting` ### 11. Plugin Create Plugin - ゼロから自分のPluginを構築 - テンプレート生成 - Commandのスキャフォールド - コマンド:`/plugin:create-new` すべてをブラウズ:[github.com/anthropics/knowledge-work-plugins] --- ## Pluginのインストール方法(3ステップ) 1. Claude Coworkを開く 2. サイドバーの「Plugins」をクリック 3. 「+」→「利用可能なPluginを閲覧」→「Pluginを追加」をクリック 完了。追加したPluginはローカルマシンに保存される。 PluginのSkillを使うには、チャットで「/」を入力して利用可能なCommandを確認するか、「+」ボタンをクリックしてインストール済みPluginから選択する。 --- ## ブックマークすべき最も便利なSlash Commands **Marketing Pluginコマンド:** - `/marketing:seo-audit` — 任意のURLのSEO問題(キーワードギャップ・技術的問題・競合ポジショニング)を分析 - `/marketing:email-sequence` — マルチメールキャンペーン全体(フック・ペインポイント・解決策・CTA)を生成 - `/marketing:competitive-brief` — 競合他社を調査して構造化された競合分析を出力 **Sales Pluginコマンド:** - `/sales:call-prep` — 見込み客を調査してコールブリーフ(背景・会社・最近のニュース・トーキングポイント・異論対応)を作成 - `/sales:account-plan` — 戦略的アカウント計画(ステークホルダー・予算・意思決定プロセス・異論)を構築 - `/sales:objection-handling` — よくある異論への対応を生成 **Legal Pluginコマンド:** - `/legal:contract-review` — 契約書のリスク(責任・解約・支払条件・IP問題)を分析 - `/legal:compliance-check` — 規制要件に対する合意書の確認 **Data Pluginコマンド:** - `/data:clean-dataset` — 乱雑なデータを標準化(重複削除・フォーマット修正・null値の処理) - `/data:visualize` — 生データからチャートとダッシュボードを作成 --- ## Connectorsの仕組み(そしてなぜ重要か) ConnectorsはClaudeを外部ツールに接続する。Connectorsなしでは、Claudeはあなたが貼り付けたものとしか作業できない。Connectorsがあれば、ライブデータを取得してそれに基づいてアクションを起こせる。 利用可能なConnectors: - Google Drive, Gmail, Google Calendar - Slack, Notion, Asana - Salesforce, HubSpot, Pipedrive - DocuSign, Linear, Monday.com - その他数十種類 **接続方法:** 1. 設定 → Connectorsをクリック 2. Connectorsをブラウズ → ツールを検索 3. 接続をクリック(OAuthフロー) 接続すると、ClaudeはDriveを検索し、メールを読み、カレンダーを確認し、ライブデータに基づいてアクションを起こせる。 **例:** PluginはNotionからアクティブなプロジェクトを取得し、各クライアントのステータス更新を書き、Gmailにドラフトとして投入できる——あなたがコピー/ペーストを一切しなくても。 --- ## Pluginのカスタマイズ方法(自分仕様にする) デフォルトのPluginsは出発点だ。インストール済みPluginの「カスタマイズ」をクリックすると、Claudeが調整のガイドをしてくれる。 **カスタマイズできること:** - Connectorsを自分のツールスタックに合わせて入れ替える - 会社の用語とトーンを追加する - チームが実際に運用している方法に合わせてワークフローを調整する - プロセス固有のカスタムSkillsを追加する **カスタマイズ用プロンプト:** ``` Customize this plugin to match how my team actually works. We use: [list your tools] Our process for [workflow type] is: [describe it] Our tone/terminology: [examples] Update all the skills and commands accordingly. ``` --- ## ゼロから自分のPluginを構築する方法 Plugin Create pluginを使う(メタだが)。または以下の構造でゼロから構築する: ``` my-plugin/ ├── plugin.json # マニフェストファイル ├── commands/ # Slash commands │ └── my-command.md ├── skills/ # 個別スキル │ └── my-skill/ │ └── SKILL.md └── .mcp.json # Connector設定 ``` **スターターはこのプロンプト:** ``` I want to build a plugin for [your workflow]. Walk me through creating the plugin structure, skills, and commands. My workflow involves: 1. [Step 1] 2. [Step 2] 3. [Step 3] The end result should be [what you want delivered]. ``` --- ## よくあるPluginを構築するためのコピペ可能プロンプト ### クライアント管理Pluginを構築する ``` Build me a client management plugin that: 1. Pulls active projects from Notion (status, timeline, owner) 2. Writes weekly status updates using my communication style 3. Drafts them in Gmail as individual messages ready to send Include a /send-updates command that runs all steps in parallel. ``` ### コンテンツ再利用Pluginを構築する ``` Build a content repurposing plugin with skills for: - Turning podcast transcripts into LinkedIn posts - Creating Twitter threads from articles - Extracting clip suggestions and timestamps from video scripts Include commands: /repurpose:podcast, /repurpose:article, /repurpose:video ``` ### 競合調査Pluginを構築する ``` Build a competitive research plugin that: 1. Searches the web for competitor updates 2. Organizes findings into a structured brief (pricing, features, marketing, team) 3. Saves the brief to my Google Drive 4. Sends me a Slack summary Include commands: /research:company and /market-analysis ``` ### 営業自動化Pluginを構築する ``` Build a sales automation plugin that: 1. Pulls open deals from Salesforce 2. Writes personalized follow-up emails for each deal (based on deal stage and history) 3. Analyzes objections and generates response strategies 4. Saves drafts to Gmail Include a /follow-up:all command. ``` ### 提案書生成Pluginを構築する ``` Build a proposal plugin that: 1. Takes project scope, client name, and timeline as input 2. Generates a professional proposal (executive summary, scope, timeline, pricing, terms) 3. Saves to Google Drive as a document 4. Sends a preview link to the client via email Include /proposal:generate command. ``` --- ## Pluginsが実際に何を解き放つか 主なメリットはこうだ:Pluginsが登場する以前は、各部分を手動で管理する必要があった。 ツールを接続 → スキルをロード → どのプロンプトを使うか思い出す → 手動で実行 → すべてのタスクで繰り返す **Pluginsがあれば:** 一度セットアップ → 永続的に動く → コマンド一つでエージェントワークフロー全体がトリガー → 必要な場所に完成した成果物が届く **Plugins登場前:** 手動作業に30分かける。Claudeは実際の作業を5分で行う。 **Pluginsがあれば:** コマンドを一つ打つ。Claudeがすべてを処理する。完成した成果物が受信トレイに届く。 これを最初に理解した人は、10人のチームがいるかのように動ける。理解しない人は、なぜ周りが皆あんなに速く動けるのかと不思議がることになる。 --- ## Pluginsをマスターするためのリソース **公式ドキュメント:** - Anthropic Plugin GitHub:[github.com/anthropics/knowledge-work-plugins] - Claude Coworkセットアップガイド:https://claude.ai/cowork **コミュニティ:** - Build With AI($500k〜5M事業者がAI/エージェントで週10時間以上を取り戻すためのコミュニティ):https://www.skool.com/buildwithai/about **学ぶべきスキル:** - MCP(Model Context Protocol)——カスタムConnectorsの構築方法 - Slash commands——ワークフローのトリガー方法 - Sub-agents——タスクの並列化方法 - Data passing——Skillsを連鎖させる方法 --- ## 次のステップ 1. 公式Anthropic Pluginを1つ選んでインストールする 2. そのPluginのSlash Commandsを3つ試す 3. 接続済みツールの一つからライブデータを取得するコマンドを1つ実行する 4. 上記のプロンプトの一つを使って最初のカスタムPluginを構築する Pluginsを使う人と使わない人の差は、2026年末までに大きくなるだろう。今すぐ始めよう。

ClaudePluginsSkillsclaude-workflow
Claude Pluginsマスター完全ガイド——Skillsからカスタムビルドまで全解説
♥ 148↻ 21
原文を表示 / Show original
Corey Ganim
@coreyganim
Master Claude Plugins: The Ultimate Guide (RESOURCES INCLUDED)
23
148
65K
Most people use Claude Cowork like a really smart chatbot. That's like buying a Ferrari and driving it in the slow lane.
Plugins are what turn Claude from a conversational tool into a specialized agent that orchestrates entire workflows, pulls live data, executes parallel tasks, and hands you back finished work. One command. No manual steps. No friction.
This is the guide I wish existed when I started building with Claude. It covers everything: what plugins actually are, what they unlock, which ones to steal, how to build your own, and the exact prompts to use.
PS: Every week I break down workflows like this inside the Build With AI newsletter. Agents, automations, and step-by-step setups you can run yourself or sell to clients.
Join (free) here.
----------------------------------
What Plugins Actually Are (And Why You're Probably Using Them Wrong)
A plugin is not a single thing. It's a bundle. Think of it like a job description that packages four things together:
1. Skills - Instructions that teach Claude how to do specific tasks (write in your voice, analyze data, research competitors)
2. Connectors - Live links to external tools (Google Drive, Gmail, Slack, Notion, Asana, Salesforce, etc.)
3. Slash Commands - Quick actions you trigger with /command that run entire workflows
4. Sub-agents - Parallel workers that handle pieces of a task simultaneously
Instead of setting up each piece individually (connect tool → load skill → remember which prompt to use → repeat), you install one plugin and immediately have a ready-to-go setup.
Think of it this way:
Skills are Lego blocks (individual capabilities)
Plugins are the fully assembled set (complete system)
One command runs the entire agentic process. You get finished work, not intermediate output.
Skills vs Plugins: Where Most People Get Confused
This is the biggest point of confusion I see.
Skills are single-purpose instructions. One skill teaches Claude to write in your voice. Another teaches it to format a proposal. You can use skills without a plugin. They work anywhere.
Plugins bundle multiple skills together with the connectors and commands needed to run a complete workflow.
Example:
Skill: "Write status update in my communication tone"
Plugin: Pull active projects from Notion → Write status update for each client using your communication skill → Drop drafts into Gmail as individual messages → Send
One slash command runs all of it.
The 11 Official Anthropic Plugins (Free, Open Source)
Anthropic shipped these on January 30, 2026. All are free. All are open source. You can customize or fork any of them.
1. Sales Plugin
Call prep with prospect research
Competitive intelligence and positioning strategy
Account planning and strategy
Objection handling framework
Commands: /sales:call-prep, /sales:account-plan, /sales:objection-handling
2. Marketing Plugin
SEO audit analysis for any URL
Multi-email sequence generation
Competitive intelligence briefs
Content brief creation
Commands: /marketing:seo-audit, /marketing:email-sequence, /marketing:competitive-brief
3. Legal Plugin
Contract review with risk flagging
Regulatory compliance checking
Clause analysis and recommendations
Commands: /legal:contract-review, /legal:compliance-check
4. Finance Plugin
Financial modeling and projections
Budget analysis and forecasting
Cash flow planning
Commands: /finance:model, /finance:forecast
5. Customer Support Plugin
Ticket response drafting
Escalation workflow automation
Knowledge base search
Commands: /support:draft-response, /support:escalate
6. Product Management Plugin
PRD (Product Requirement Document) generation
Roadmap planning and prioritization
User research synthesis
Commands: /product:write-prd, /product:prioritize-roadmap
7. Data Analysis Plugin
Dataset cleaning and standardization
Dashboard creation
Chart and visualization generation
Commands: /data:clean-dataset, /data:visualize
8. Enterprise Search Plugin
Cross-platform search across all company tools
Unified search index
Smart filtering and ranking
Commands: /search:company-wide
9. Biology Research Plugin
Literature review automation
Experiment design assistance
Research paper analysis
Commands: /research:literature-review
10. Productivity Plugin
Task management and organization
Meeting prep automation
Scheduling intelligence
Commands: /productivity:prepare-meeting
11. Plugin Create Plugin
Build your own plugins from scratch
Template generation
Command scaffolding
Commands: /plugin:create-new
Browse all of them: github.com/anthropics/knowledge-work-plugins
How to Install a Plugin (3 Steps)
Open Claude Cowork
Click Plugins in the sidebar
Click "+" → Browse available plugins → Click "Add plugin"
Done. Plugins you add are saved locally to your machine.
To use a skill from your plugin, type "/" in the chat to see available commands, or click the "+" button and select from your installed plugins.
The Most Useful Slash Commands to Bookmark
Marketing Plugin Commands:
/marketing:seo-audit — Analyzes any URL for SEO issues (keyword gaps, technical issues, competitive positioning)
/marketing:email-sequence — Generates full multi-email campaigns (hooks, pain points, solution, CTA)
/marketing:competitive-brief — Researches competitors and outputs structured competitive analysis
Sales Plugin Commands:
/sales:call-prep — Researches a prospect and creates a call brief (background, company, recent news, talking points, objection handling)
/sales:account-plan — Builds a strategic account plan (stakeholders, budget, decision process, objections)
/sales:objection-handling — Generates responses to common objections
Legal Plugin Commands:
/legal:contract-review — Analyzes a contract for risks (liability, termination, payment terms, IP issues)
/legal:compliance-check — Checks agreements against regulatory requirements
Data Plugin Commands:
/data:clean-dataset — Standardizes messy data (removes duplicates, fixes formatting, handles nulls)
/data:visualize — Creates charts and dashboards from raw data
How Connectors Work (And Why They Matter)
Connectors link Claude to external tools. Without them, Claude can only work with what you paste in. With them, Claude can pull live data and act on it.
Available connectors include:
Google Drive, Gmail, Google Calendar
Slack, Notion, Asana
Salesforce, HubSpot, Pipedrive
DocuSign, Linear, Monday.com
And dozens more
To connect:
Click Settings → Connectors
Browse connectors → Search for your tool
Click to connect (OAuth flow)
Once connected, Claude can search your Drive, read emails, check your calendar, and take actions based on live data.
Example: A plugin can now pull active projects from Notion, write status updates for each client, and drop drafts into Gmail—all without you copying/pasting anything.
How to Customize a Plugin (Make It Yours)
Default plugins are starting points. Click "Customize" on any installed plugin and Claude walks you through adjusting it:
You can customize:
Swap connectors to match your tool stack
Add your company's terminology and tone
Adjust workflows to how your team actually operates
Add custom skills specific to your process
Prompt to customize:
Customize this plugin to match how my team actually works.
We use: [list your tools]
Our process for [workflow type] is: [describe it]
Our tone/terminology: [examples]
Update all the skills and commands accordingly.
How to Build Your Own Plugin From Scratch
Use the Plugin Create plugin (meta, I know). Or build from scratch with this structure:
my-plugin/
├── plugin.json # Manifest file
├── commands/ # Slash commands
│ └── my-command.md
├── skills/ # Individual skills
│ └── my-skill/
│ └── SKILL.md
└── .mcp.json # Connector config
Starter prompt:
I want to build a plugin for [your workflow].
Walk me through creating the plugin structure, skills, and commands.
My workflow involves:
1. [Step 1]
2. [Step 2]
3. [Step 3]
The end result should be [what you want delivered].
Copy-Paste Prompts for Building Common Plugins
Build a Client Management Plugin
Build me a client management plugin that:
1. Pulls active projects from Notion (status, timeline, owner)
2. Writes weekly status updates using my communication style
3. Drafts them in Gmail as individual messages ready to send
Include a /send-updates command that runs all steps in parallel.
Build a Content Repurposing Plugin
Build a content repurposing plugin with skills for:
- Turning podcast transcripts into LinkedIn posts
- Creating Twitter threads from articles
- Extracting clip suggestions and timestamps from video scripts
Include commands: /repurpose:podcast, /repurpose:article, /repurpose:video
Build a Competitive Research Plugin
Build a competitive research plugin that:
1. Searches the web for competitor updates
2. Organizes findings into a structured brief (pricing, features, marketing, team)
3. Saves the brief to my Google Drive
4. Sends me a Slack summary
Include commands: /research:company and /market-analysis
Build a Sales Automation Plugin
Build a sales automation plugin that:
1. Pulls open deals from Salesforce
2. Writes personalized follow-up emails for each deal (based on deal stage and history)
3. Analyzes objections and generates response strategies
4. Saves drafts to Gmail
Include a /follow-up:all command.
Build a Proposal Generation Plugin
Build a proposal plugin that:
1. Takes project scope, client name, and timeline as input
2. Generates a professional proposal (executive summary, scope, timeline, pricing, terms)
3. Saves to Google Drive as a document
4. Sends a preview link to the client via email
Include /proposal:generate command.
What Plugins Actually Unlock
Here's the main benefit: Before plugins, you had to manage each piece manually.
Connect your tool
Load your skill
Remember which prompt to use
Execute manually
Repeat for every task
With plugins:
Set up once
Run forever
One command triggers an entire agentic workflow
Finished work delivered where you need it
Before plugins: You spend 30 minutes on manual steps. Claude does 5 minutes of actual work.
With plugins: You type one command. Claude handles everything. Finished work appears in your inbox.
The people who figure this out first will operate like they have a team of 10. The people who don't will wonder why everyone else is moving so fast.
Resources to Master Plugins
Official Docs:
Anthropic Plugin GitHub: github.com/anthropics/knowledge-work-plugins
Claude Cowork Setup Guide: https://claude.ai/cowork
Communities:
Build With AI (my community where we help $500k-5M operators reclaim 10+ hours per week with AI/agents): https://www.skool.com/buildwithai/about
Skills to Learn:
MCP (Model Context Protocol) - How to build custom connectors
Slash commands - How to trigger workflows
Sub-agents - How to parallelize tasks
Data passing - How to chain skills together
Your Next Step
Pick one official Anthropic plugin and install it
Try three slash commands from that plugin
Run one command that pulls live data from one of your connected tools
Build your first custom plugin using one of the prompts above
The gap between who uses plugins and who doesn't will be massive by end of 2026.
Start now.
PS: Every week I break down workflows like this inside the Build With AI newsletter. Agents, automations, and step-by-step setups you can run yourself or sell to clients.
Join (free) here.
Want to publish your own Article?
Upgrade to Premium
10:20 PM · Apr 16, 2026
·
65.4K
Views
23
148
335