jpskill.com
🛠️ 開発・MCP コミュニティ

claude-chrome

Claude in Chrome - browser automation via the official Anthropic extension. Control your logged-in Chrome browser, automate workflows, fill forms, extract data, and run scheduled tasks.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o claude-chrome.zip https://jpskill.com/download/18642.zip && unzip -o claude-chrome.zip && rm claude-chrome.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18642.zip -OutFile "$d\claude-chrome.zip"; Expand-Archive "$d\claude-chrome.zip" -DestinationPath $d -Force; ri "$d\claude-chrome.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して claude-chrome.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → claude-chrome フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Chrome 内の Claude Skill

Claude で実際の Chrome ブラウザを制御します。この拡張機能は、認証済みのブラウザセッションで実行されるため、Claude はすでにログインしているサイト(Gmail、Google Docs、Notion、CRM など)とやり取りできます。

統合オプション

Chrome を制御する方法は 2 つあります。

  1. Claude Code + Chrome 拡張機能 - claude --chrome を介したターミナルベースのブラウザ制御
  2. Chrome DevTools MCP - 26 個のブラウザ自動化ツールを提供する MCP サーバー

どちらも既存のログイン情報を使用して実際の Chrome を使用するため、再認証は不要です。


オプション 1: Claude Code + Chrome 拡張機能

前提条件

  • Google Chrome ブラウザ
  • Chrome ウェブストアの Chrome 内の Claude 拡張機能 (v1.0.36 以降)
  • Claude Code CLI (v2.0.73 以降)
  • 有料の Claude プラン (Pro、Team、Enterprise、または Max)

セットアップ

Claude Code を更新します。

claude update

Chrome を有効にして開始します。

claude --chrome

接続状態を確認します。

/chrome

デフォルトで Chrome を有効にします。

/chrome
# 「デフォルトで有効」を選択

ブラウザの機能

ナビゲーションとインタラクション:

  • URL に移動
  • 要素 (ボタン、リンク、フォームフィールド) をクリック
  • 入力欄にテキストを入力
  • ページをスクロール
  • タブを作成および管理
  • ウィンドウのサイズを変更

情報検索:

  • ページコンテンツと DOM 状態を読み取る
  • コンソールログとエラーにアクセス
  • ネットワークリクエストを監視
  • ページから構造化されたデータを抽出

高度な機能:

  • フォームを自動的に入力
  • ブラウザのアクションを GIF として記録
  • ブラウザとターミナルのコマンドを連携
  • 複数のタブで作業

プロンプトの例

基本的なナビゲーション

github.com/anthropics に移動し、「Code」タブをクリックしてください

フォームのテスト

localhost:3000 を開き、無効なデータでログインフォームを送信してみて、
エラーメッセージが正しく表示されるか確認してください

コンソールのデバッグ

ダッシュボードページを開き、ページ読み込み時にコンソールにエラーがないか確認してください

データ抽出

製品リストページに移動し、各アイテムの名前、価格、
在庫状況を抽出してください。CSV として保存します。

認証されたワークフロー

最近のコミットに基づいてプロジェクトの更新案を作成し、
docs.google.com/document/d/abc123 にある私の Google ドキュメントに追加してください

フォームの自動化

contacts.csv に連絡先があります。各行について、crm.example.com に移動し、
「連絡先を追加」をクリックして、名前、メールアドレス、電話番号のフィールドに入力してください。

デモ GIF の記録

アイテムをカートに追加してから確認ページまでのチェックアウトフローを示す GIF を記録してください

仕組み

  1. 拡張機能は Chrome の Native Messaging API を使用してコマンドを受信します
  2. Claude はタスクのために新しいタブを開きます (既存のタブを引き継ぎません)
  3. ブラウザのログイン状態を使用します - 再認証は不要です
  4. CAPTCHA、ログインプロンプト、またはモーダルダイアログで一時停止します (ユーザーが処理してから続行します)

トラブルシューティング

拡張機能が検出されない:

claude --version  # 2.0.73 以降である必要があります

次に、/chrome を実行し、「拡張機能を再接続」を選択します

ブラウザが応答しない:

  • ブロックしているモーダルダイアログ (alert、confirm、prompt) を確認してください
  • Claude に新しいタブを作成して再試行するように依頼してください
  • Chrome 拡張機能を再起動してください (chrome://extensions で無効/再度有効)

オプション 2: Chrome DevTools MCP

Model Context Protocol を使用する代替/補完的なアプローチ。

インストール

claude mcp add chrome-devtools npx chrome-devtools-mcp@latest

または、MCP 構成に追加します。

{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest"]
    }
  }
}

利用可能なツール (合計 26 個)

入力自動化 (8 個のツール):

  • click - 要素をクリック
  • drag - ドラッグアンドドロップ
  • fill - 入力フィールドに入力
  • fill_form - フォーム全体に入力
  • handle_dialog - アラート/確認/プロンプトを処理
  • hover - 要素にカーソルを合わせる
  • press_key - キーボード入力
  • upload_file - ファイルをアップロード

ナビゲーション (6 個のツール):

  • navigate_page - URL に移動
  • new_page - 新しいタブを作成
  • close_page - タブを閉じる
  • list_pages - 開いているページを一覧表示
  • select_page - ページを切り替える
  • wait_for - 要素/条件を待機

デバッグ (5 個のツール):

  • take_screenshot - ページをキャプチャ
  • take_snapshot - DOM をキャプチャ
  • evaluate_script - JavaScript を実行
  • get_console_message - コンソールログを取得
  • list_console_messages - すべてのログを取得

ネットワーク (2 個のツール):

  • list_network_requests - リクエストを一覧表示
  • get_network_request - リクエストの詳細を取得

パフォーマンス (3 個のツール):

  • performance_start_trace - トレースを開始
  • performance_stop_trace - トレースを停止
  • performance_analyze_insight - 結果を分析

エミュレーション (2 個のツール):

  • emulate - デバイスをエミュレート
  • resize_page - ビューポートのサイズを変更

構成オプション

# 実行中の Chrome に接続
npx chrome-devtools-mcp@latest --browser-url http://localhost:9222

# ヘッドレスモード
npx chrome-devtools-mcp@latest --headless

# カスタムビューポート
npx chrome-devtools-mcp@latest --viewport 1920x1080

# Chrome Canary を使用
npx chrome-devtools-mcp@latest --channel canary

Chrome 内の Claude 拡張機能の機能

ワークフローショートカット

再利用可能なショートカットを作成します (拡張機能で "/" を入力):

ワークフローを記録:

  1. カーソルアイコンをクリックするか、"/" → 「ワークフローを記録」と入力
  2. Claude が監視している間にアクションを実行
  3. Claude は名前、説明、URL を含むショートカットを生成

会話から保存:

  • 会話ヘッダーの「タスクに変換」をクリック
  • または、送信されたプロンプトにカーソルを合わせて保存

スケジュールされたタスク

定期的なブラウザの自動化を設定します。

  1. ショートカットを作成するときに、「スケジュール」を切り替えます
  2. 頻度を設定します: 毎日、毎週、毎月、毎年
  3. 日付/時刻とモデルを選択します
  4. Claude は通知とともに自動的に実行されます

スケジュールされたタスクの例:

  • 毎日午前 9 時の受信トレイのクリーンアップ
  • 毎週月曜日の競合他社のスキャン
  • 毎月の経費報告書の提出

複数タブのワークフロー

Claude は同じタブグループ内のタブを認識し、それらのタブで作業できます。

  • 複数のタブから情報を参照
  • タブ間でデータをコピー
  • サイト間でアクションを調整

ワークフローの例

メール管理:


/inbox-cleanup
新しいメールをアーカイブ

(原文はここで切り捨てられています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Claude in Chrome Skill

Control your real Chrome browser with Claude. The extension runs in your authenticated browser session, so Claude can interact with sites you're already logged into - Gmail, Google Docs, Notion, CRMs, and more.

Integration Options

There are two ways to control Chrome:

  1. Claude Code + Chrome Extension - Terminal-based browser control via claude --chrome
  2. Chrome DevTools MCP - MCP server providing 26 browser automation tools

Both use your real Chrome with existing logins - no re-authentication needed.


Option 1: Claude Code + Chrome Extension

Prerequisites

  • Google Chrome browser
  • Claude in Chrome extension (v1.0.36+) from Chrome Web Store
  • Claude Code CLI (v2.0.73+)
  • Paid Claude plan (Pro, Team, Enterprise, or Max)

Setup

Update Claude Code:

claude update

Start with Chrome enabled:

claude --chrome

Check connection status:

/chrome

Enable Chrome by default:

/chrome
# Select "Enabled by default"

Browser Capabilities

Navigation & Interaction:

  • Navigate to URLs
  • Click elements (buttons, links, form fields)
  • Type text into inputs
  • Scroll pages
  • Create and manage tabs
  • Resize windows

Information Retrieval:

  • Read page content and DOM state
  • Access console logs and errors
  • Monitor network requests
  • Extract structured data from pages

Advanced:

  • Fill forms automatically
  • Record browser actions as GIFs
  • Chain browser + terminal commands
  • Work across multiple tabs

Example Prompts

Basic Navigation

Go to github.com/anthropics and click on the "Code" tab

Form Testing

Open localhost:3000, try submitting the login form with invalid data,
and check if error messages appear correctly

Console Debugging

Open the dashboard page and check the console for any errors when
the page loads

Data Extraction

Go to the product listings page and extract the name, price, and
availability for each item. Save as CSV.

Authenticated Workflows

Draft a project update based on our recent commits and add it to
my Google Doc at docs.google.com/document/d/abc123

Form Automation

I have contacts in contacts.csv. For each row, go to crm.example.com,
click "Add Contact", and fill in the name, email, and phone fields.

Record Demo GIF

Record a GIF showing the checkout flow from adding an item to cart
through to the confirmation page

How It Works

  1. Extension uses Chrome's Native Messaging API to receive commands
  2. Claude opens new tabs for tasks (doesn't take over existing tabs)
  3. Uses your browser's login state - no re-authentication needed
  4. Pauses for CAPTCHAs, login prompts, or modal dialogs (you handle, then continue)

Troubleshooting

Extension not detected:

claude --version  # Should be 2.0.73+

Then run /chrome and select "Reconnect extension"

Browser not responding:

  • Check for blocking modal dialogs (alert, confirm, prompt)
  • Ask Claude to create a new tab and retry
  • Restart Chrome extension (disable/re-enable in chrome://extensions)

Option 2: Chrome DevTools MCP

An alternative/complementary approach using Model Context Protocol.

Installation

claude mcp add chrome-devtools npx chrome-devtools-mcp@latest

Or add to MCP config:

{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": ["-y", "chrome-devtools-mcp@latest"]
    }
  }
}

Available Tools (26 total)

Input Automation (8 tools):

  • click - Click elements
  • drag - Drag and drop
  • fill - Fill input fields
  • fill_form - Fill entire forms
  • handle_dialog - Handle alerts/confirms/prompts
  • hover - Hover over elements
  • press_key - Keyboard input
  • upload_file - Upload files

Navigation (6 tools):

  • navigate_page - Go to URL
  • new_page - Create new tab
  • close_page - Close tab
  • list_pages - List open pages
  • select_page - Switch to page
  • wait_for - Wait for element/condition

Debugging (5 tools):

  • take_screenshot - Capture page
  • take_snapshot - Capture DOM
  • evaluate_script - Run JavaScript
  • get_console_message - Get console log
  • list_console_messages - Get all logs

Network (2 tools):

  • list_network_requests - List requests
  • get_network_request - Get request details

Performance (3 tools):

  • performance_start_trace - Start tracing
  • performance_stop_trace - Stop tracing
  • performance_analyze_insight - Analyze results

Emulation (2 tools):

  • emulate - Emulate device
  • resize_page - Resize viewport

Configuration Options

# Connect to running Chrome
npx chrome-devtools-mcp@latest --browser-url http://localhost:9222

# Headless mode
npx chrome-devtools-mcp@latest --headless

# Custom viewport
npx chrome-devtools-mcp@latest --viewport 1920x1080

# Use Chrome Canary
npx chrome-devtools-mcp@latest --channel canary

Claude in Chrome Extension Features

Workflow Shortcuts

Create reusable shortcuts (type "/" in extension):

Record a workflow:

  1. Click cursor icon or type "/" → "Record workflow"
  2. Perform actions while Claude watches
  3. Claude generates shortcut with name, description, URL

Save from conversation:

  • Click "Convert to task" on conversation header
  • Or hover over a sent prompt and save it

Scheduled Tasks

Set recurring browser automation:

  1. When creating shortcut, toggle "Schedule"
  2. Set frequency: daily, weekly, monthly, annually
  3. Choose date/time and model
  4. Claude runs automatically with notifications

Example scheduled tasks:

  • Daily inbox cleanup at 9am
  • Weekly competitor scan every Monday
  • Monthly expense report filing

Multi-Tab Workflows

Claude can see and work across tabs in the same tab group:

  • Reference information from multiple tabs
  • Copy data between tabs
  • Coordinate actions across sites

Workflow Examples

Email Management:

/inbox-cleanup
Archive emails from newsletters, star emails mentioning deadlines,
delete obvious spam

Research:

/competitor-scan
Check competitor blogs, pricing pages, and careers pages.
Summarize any changes since last week.

Form Filling:

/vendor-application
Fill vendor application form using our company documents.
Pause before final submission for review.

Meeting Prep:

/stakeholder-map
Research LinkedIn profiles of meeting attendees.
Summarize their backgrounds and priorities.

Best Practices

When to Use Browser Automation

Good for:

  • Form filling and data entry
  • Button clicking and navigation
  • Extracting data from authenticated pages
  • Testing web applications
  • Executing predefined workflows
  • Tasks behind logins

Better manually:

  • One-click tasks (faster by hand)
  • Subjective decisions
  • Exploratory research (use Claude.ai chat instead)

Tips

  1. Be specific - Ambiguous instructions produce inconsistent results
  2. Add verification - For long lists, add "verify you completed all items"
  3. Handle modals - Dismiss alerts manually, then tell Claude to continue
  4. Use fresh tabs - If a tab becomes unresponsive, ask for a new one
  5. Filter console output - Specify patterns vs. requesting all logs

Security

  • Site-level permissions control which sites Claude can access
  • High-risk actions (publish, purchase, share data) require confirmation
  • Some site categories blocked (financial services, adult content)
  • Manage permissions in extension settings

Common Workflows for Clawdbot

Testing Local Development

"Open localhost:3000, test the new form validation, check console for errors,
and screenshot any issues you find"

Authenticated Data Extraction

"Go to my Google Analytics, get this week's traffic summary,
and save it to a file"

Content Management

"Open my Notion workspace, find the Q4 planning doc,
and add a new section with today's meeting notes"

Email Drafts

"Open Gmail, find unread emails from the engineering team,
and draft replies for each one without sending"

Multi-Site Research

"Compare pricing on our product page vs the top 3 competitors.
Create a markdown table with the differences."

Requirements

Component Minimum Version
Google Chrome Latest stable
Claude in Chrome Extension 1.0.36+
Claude Code CLI 2.0.73+
Claude Plan Pro, Team, Enterprise, or Max
Node.js (for DevTools MCP) 20.19+

Not supported:

  • Other Chromium browsers (Brave, Arc, Edge)
  • WSL (Windows Subsystem for Linux)
  • Headless mode (for extension; DevTools MCP supports headless)
  • Mobile devices