AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
MarkTechPost·2026年6月12日 06:30·約8分で読める

xAI、Grok Build プラグインマーケットプレースを MongoDB や Vercel などと共にローンチ

#xAI#Grok Build#MCP#LSP#ターミナル AI
TL;DR

xAI がターミナルベースのコーディングエージェント「Grok Build」向けの公式プラグインマーケットプレイスを公開し、MongoDB や Vercel などの主要ツールを安全に統合する機能を強化した。

AI深層分析2026年6月12日 07:03
4
重要/ 5段階
深度40%
4
関連度30%
5
実用性20%
5
革新性10%
3

キーポイント

1

統合型プラグインエコシステムの確立

Grok Build のターミナル内で直接検索・インストールできる公式カタログが公開され、開発者が個別に設定を組む手間を省き、スキルやコマンド、エージェント機能をパッケージ化して提供している。

2

主要開発ツールとのネイティブ連携

ローンチ時点で MongoDB(データ管理)、Vercel(デプロイ)、Sentry(エラー分析)、Chrome DevTools(ブラウザ制御)、Cloudflare などの主要プラットフォームをカバーするプラグインが提供されている。

3

セキュリティモデルの強化

外部リポジトリからのコード実行リスクを回避するため、すべてのプラグインに 40 文字の SHA ハッシュピンning を義務付け、インストール時に改ざんや不正なフォースプッシュを検知する仕組みを導入している。

4

構造化されたプラグイン構成

スキル、スラッシュコマンド、サブエージェント、フック、MCP サーバー、LSP サーバーの 6 つコンポーネントをディレクトリ構造で定義し、単一インストールで多角的な機能を拡張可能にしている。

5

コミットSHAによるサプライチェーンセキュリティ

すべてのリモートプラグインには40文字のコミットSHAが固定され、インストール時に再検証されるため、フォースプッシュやリポジトリ侵害によるコードの静かな変更を防ぎます。

6

包括的な機能バンドルとオープンなカタログ

単一のインストールでスキル、コマンド、エージェント、フック、MCP、LSPをまとめて利用可能であり、プルリクエストによる公開カタログの投稿が許可されています。

7

サードパーティ製プラグインの責任と制限

xAIはサードパーティ製プラグインの作成や検証を行わず「現状有姿」で提供するため、インストールリスクはユーザー自身にあり、また機能は有料プラン限定です。

影響分析・編集コメントを表示

影響分析

この発表は、ターミナルベースの AI エージェントが単なるチャットインターフェースから、実際の開発ツールチェーンと深く統合された自律的なエンジニアリングパートナーへと進化することを示しています。特に SHA ピンニングによるセキュリティ保証は、サードパーティ製プラグインを大規模に展開する際の信頼性を高め、オープンソースコミュニティとの連携を加速させる重要なステップとなります。

編集コメント

ターミナル環境での AI エージェント利用における「セキュリティ」と「拡張性」のバランスを、SHA ピンニングという技術的アプローチで解決した点は評価できます。これにより、開発者が外部ツールと安全に連携しながら生産性を最大化できる基盤が整いました。

本日、xAI は Grok Build プラグインマーケットプレースをリリースしました。これは同社のターミナルコーディングエージェントである Grok Build 向けのビルトインカタログです。プラグインは、スキル、スラッシュコマンド、エージェント、フック、MCP サーバー、LSP(Language Server Protocol)を一つのパッケージに統合したものです。これらのパッケージは、ターミナルから離れることなく閲覧、インストール、更新が可能です。

プラグインマーケットプレース

Grok Build はソフトウェアエンジニアリング作業のための xAI のコーディングエージェントおよび CLI です。このマーケットプレースは、その上に発見と配布のレイヤーを追加するものです。これまでは開発者が各統合を手動で一つずつ接続していましたが、現在は単一のコマンドで完全なバンドルをエージェントに引き込むことができます。カタログは GitHub 上のオープンリポジトリ xai-org/plugin-marketplace に存在します。このリポジトリはインデックスであり、Grok Build がプラグインを取得できるよう、プラグインソースへの参照先となっています。

プラグインの中身

プラグインとは、6 つのコンポーネントタイプの任意の組み合わせをバンドルしたディレクトリです。各タイプは特定のファイルまたはフォルダに対応しています。以下の表にそれらを列挙します。

コンポーネント | 場所 | 目的

スキル | skills/SKILL.md | 機能

コマンド | commands/ | スラッシュコマンド

エージェント | agents/ | サブエージェント定義

フック | hooks/hooks.json | ライフサイクルフック

MCP サーバー | .mcp.json | MCP サーバー設定

LSP サーバー | .lsp.json | 言語サーバー設定

オプションの plugin.json マニフェストにより、メタデータの追加やコンポーネントパスの上書きが可能です。これにより、1 つのインストールでエージェントを複数の方法で同時に拡張できます。

インストールの仕組み

Grok Build 内で /marketplace と入力してカタログを閲覧します。選択したプラグインをインストールするには i を押してください。また、シェルから直接コマンドを実行することも可能です:

コピーコード コピー済み ブラウザを変更してください

grok プラグインマーケットプレイス一覧

grok plugin install --trust

インストールコマンドには --trust フラグが付属しています。これは重要です。プラグインはシステム上でコードを実行し、データにアクセスできるためです。

プラグインの起動とユースケース

マーケットプレイスは、スタック全体から選ばれた 6 つのパートナーによるプラグインで始まります。それぞれが具体的なワークフローを対象としています。

MongoDB — データの探索、コレクションの管理、クエリの最適化。

Vercel — デプロイメントの管理、ビルドステータスの確認、ドメインの設定。

Sentry — スタックトレースの分析と、本番環境でのエラーのデバッグ。

Chrome DevTools — 実行中のブラウザの制御、パフォーマンストレーシングの記録、ネットワークリクエストの検査。

Cloudflare — Workers や Durable Objects などに関するスキルセット。

Superpowers — 人気のあるエージェント駆動型ワークフロー。

例:データサイエンティストが MongoDB のクエリが遅いことに直面します。MongoDB プラグインをインストールし、エージェントに最適化を依頼します。例:フロントエンドエンジニアは、レンダリング失敗時にネットワークリクエストを検査するために Chrome DevTools をインストールします。例:オンコールエンジニアは、本番環境からのスタックトレースをトリアージするために Sentry をインストールします。

セキュリティモデル:SHA ピンニング

すべてのリモートプラグインは、完全な 40 文字の英小文字コミット SHA を固定します。Grok Build はクローン後に git rev-parse HEAD == sha を再検証します。固定されていない場合、フォースプッシュやリポジトリの侵害によって新しいコードが静かに配信される可能性があります。この固定により、インストール時にその経路を塞ぎます。また、リポジトリは xAI が維持管理するファーストパーティプラグインとサードパーティ製のものを区別しています。xAI は、サードパーティ製プラグインの作成・制御・検証を行わないと明言しており、これらは現状のまま(AS-IS)配信され、インストールは自己責任で行う必要があります。

独自のプラグインを公開する

カタログは貢献を受け付けています。プラグインを追加するには、.grok-plugin/marketplace.json を編集してプルリクエストを開いてください。リモートエントリの例は以下の通りです:

json
{
  "name": "my-plugin",
  "description": "What the plugin does.",
  "category": "development",
  "source": {
    "source": "url",
    "url": "https://github.com/my-org/my-plugin.git",
    "sha": "0000000000000000000000000000000000000000"
  },
  "homepage": "https://github.com/my-org/my-plugin",
  "keywords": ["my-plugin"]
}

生成された plugin-index.json ファイルには各プラグインのコンポーネントが記録されます。このファイルを手動で編集する必要はありません。python3 scripts/generate-plugin-index.py を実行して再生成してください。CI(継続的インテグレーション)では、--check オプションを指定して同じスクリプトを実行し、古くなったファイルがある場合は失敗します。

比較

バンドリングのアイデアは、Claude Code などの他のエージェントツールにも見られるものです。以下の表は、マーケットプレイスを生 MCP(Model Context Protocol)設定と比較したものです。

機能Grok Build マーケットプレイス生 MCP インテグレーション
スキル、コマンド、エージェント、フック、MCP、LSP をバンドルはいいいえ(MCP サーバーのみ)

ターミナル内での閲覧とインストールはい、/marketplace を経由して手動設定編集

コミット SHA 検証はい、インストール時に強制適用ビルトインではない

公開 PR ベースのカタログいいえ該当せず

更新メカニズムgrok プラグイン更新フロー手動

注:本表は文書化された設計を示すものであり、実機ベンチマークの結果ではありません。

強みとトレードオフ

強み

1 つのインストールでスキル、スラッシュコマンド、エージェント、フック、MCP、LSP サポートが追加されます。

SHA ピンニングにより、実行可能コードに対する具体的なサプライチェーンガードが提供されます。

オープンカタログにより、プラグインへの貢献のハードルが下がります。

トレードオフ

Grok Build へのアクセスは依然として有料の SuperGrok および X Premium Plus のティアに制限されています。

カタログはローンチ時に小さく、6 つのプラグインのみです。

xAI はピンを検証しますが、プラグインの動作までは検証しないため、信頼は依然としてユーザー自身に委ねられます。

Grok Build プラグインマーケットプレイスは現在ベータ版です。

ターミナルから MongoDB、Vercel、Sentry、Cloudflare、Chrome DevTools プラグインを使用して構築できます。

詳細はこちら https://t.co/ShPeozXSxA pic.twitter.com/pOFttEuwdF

— xAI (@xai) 2026 年 6 月 11 日

主要なポイント

xAI は 2026 年 6 月 11 日、ターミナルに組み込まれた Grok Build プラグインマーケットプレイスを立ち上げました。

1 つのプラグインでスキル、スラッシュコマンド、エージェント、フック、MCP サーバー、LSP が 1 つのインストールにバンドルされます。

ローンチカタログには MongoDB、Vercel、Sentry、Chrome DevTools、Cloudflare、Superpowers の 6 つのプラグインが含まれています。

すべてのリモートプラグインは 40 文字のコミット SHA をピン留めしており、Grok Build はクローン後にこれを再検証します。

カタログはプルリクエストを通じて公開されていますが、xAI はサードパーティ製プラグインを検証しません。

技術詳細と GitHub ページをご覧ください。また、Twitter でフォローしていただくこともお気軽にどうぞ。15 万人以上の ML サブレッドに参加し、ニュースレターを購読することも忘れないでください。待ってください!Telegram をご利用ですか?今なら Telegram でも私たちに参加いただけます。

GitHub リポジトリや Hugging Face ページ、製品リリース、ウェビナーなどのプロモーションのためにパートナーシップをご検討の場合は、ぜひご連絡ください。

本記事「xAI が MongoDB、Vercel、Sentry、Chrome DevTools、Cloudflare、Superpowers プラグインを発売時に Grok ビルドプラグインマーケットプレースとして提供」は、MarkTechPost で最初に掲載されました。

原文を表示

Today, xAI shipped the Grok Build Plugin Marketplace. It is a built-in catalog of plugins for Grok Build, the company’s terminal coding agent. A plugin bundles skills, slash commands, agents, hooks, MCP servers, and LSPs into one package. You browse, install, and update these packages without leaving the terminal.

Plugin Marketplace

Grok Build is xAI’s coding agent and CLI for software engineering work. The marketplace adds a discovery and distribution layer on top. Before this, developers wired up each integration one at a time. Now a single command pulls a complete bundle into the agent. The catalog lives in the open repo xai-org/plugin-marketplace on GitHub. That repo is an index. It points at plugin sources so Grok Build can fetch them.

Inside a Plugin

A plugin is a directory bundling any combination of six component types. Each type maps to a specific file or folder. The table below lists them.

ComponentLocationPurpose

Skillsskills/SKILL.md capabilities

Commandscommands/Slash commands

Agentsagents/Subagent definitions

Hookshooks/hooks.jsonLifecycle hooks

MCP servers.mcp.jsonMCP server configs

LSP servers.lsp.jsonLanguage server configs

An optional plugin.json manifest adds metadata or overrides component paths. So one install can extend the agent in several ways at once.

How Installation Works

Inside Grok Build, type /marketplace to browse the catalog. Press i to install a selected plugin. You can also run commands directly from the shell:

Copy CodeCopiedUse a different Browser

grok plugin marketplace list

grok plugin install <name> --trust

The install command carries a --trust flag. That matters because plugins can execute code and access data on your system.

Launch Plugins and Use Cases

The marketplace opens with six plugins from partners across the stack. Each targets a concrete workflow.

MongoDB — explore data, manage collections, and optimize queries.

Vercel — manage deployments, check build status, and configure domains.

Sentry — analyze stack traces and debug production errors.

Chrome DevTools — control a live browser, record performance traces, and inspect network requests.

Cloudflare — skills for Workers, Durable Objects, and more.

Superpowers — popular agent-driven workflows.

Example: a data scientist hits a slow MongoDB query. They install the MongoDB plugin, then ask the agent to optimize it. Example: a frontend engineer installs Chrome DevTools to inspect network requests during a failing render. Example: an on-call engineer installs Sentry to triage a stack trace from production.

The Security Model: SHA Pinning

Every remote plugin pins a full 40-character lowercase commit SHA. Grok Build re-verifies git rev-parse HEAD == sha after cloning. Without a pin, a force-push or repo compromise could ship new code silently. The pin closes that path at install time. The repo also separates first-party plugins, maintained by xAI, from third-party ones. xAI states it does not author, control, or verify third-party plugins. They ship AS-IS, and you install at your own risk.

Publishing Your Own Plugin

The catalog is open to contributions. To add a plugin, edit .grok-plugin/marketplace.json and open a pull request. A remote entry looks like this:

Copy CodeCopiedUse a different Browser

{

"name": "my-plugin",

"description": "What the plugin does.",

"category": "development",

"source": {

"source": "url",

"url": "https://github.com/my-org/my-plugin.git",

"sha": "0000000000000000000000000000000000000000"

},

"homepage": "https://github.com/my-org/my-plugin",

"keywords": ["my-plugin"]

}

A generated plugin-index.json records each plugin’s components. You never hand-edit that file. Regenerate it with python3 scripts/generate-plugin-index.py. CI runs the same script with --check and fails on stale files.

How It Compares

The bundling idea echoes other agent tooling, such as Claude Code. The table maps the marketplace against a raw MCP setup.

CapabilityGrok Build MarketplaceRaw MCP integration

Bundles skills, commands, agents, hooks, MCP, LSPYesNo, MCP servers only

In-terminal browse and installYes, via /marketplaceManual config edits

Commit-SHA pin verificationYes, enforced at installNot built in

Open PR-based public catalogYesNot applicable

Update mechanismgrok plugin update flowManual

Note: the table reflects documented design, not a hands-on benchmark.

Strengths and Trade-offs

Strengths

One install adds skills, commands, agents, hooks, MCP, and LSP support.

SHA pinning gives a concrete supply-chain guard for executable code.

The open catalog lowers the bar to contribute a plugin.

Trade-offs

Grok Build access still sits behind paid SuperGrok and X Premium Plus tiers.

The catalog is small at launch, with six plugins.

xAI verifies the pin, not plugin behavior, so trust still falls on you.

The Grok Build Plugin Marketplace is now in beta.

Build with MongoDB, Vercel, Sentry, Cloudflare, and Chrome DevTools plugins from your terminal.

Read more https://t.co/ShPeozXSxA pic.twitter.com/pOFttEuwdF

— xAI (@xai) June 11, 2026

Key Takeaways

xAI launched the Grok Build Plugin Marketplace on June 11, 2026, built into the terminal.

One plugin bundles skills, slash commands, agents, hooks, MCP servers, and LSPs into a single install.

Launch catalog ships six plugins: MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers.

Every remote plugin pins a 40-character commit SHA, which Grok Build re-verifies after cloning.

The catalog is open via pull request, but xAI does not verify third-party plugins.

Check out the Technical details and GitHub Page. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us

The post xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers Plugins at Launch appeared first on MarkTechPost.

この記事をシェア

関連記事

AWS Machine Learning Blog★42026年6月19日 23:15

Amazon Bedrock AgentCore に Web 検索機能を導入

AWS は、学習データに依存して最新情報を取得できない AI エージェントの課題を解決するため、Amazon Bedrock AgentCore に Web 検索機能を一般提供開始した。これによりエージェントはリアルタイムの株価やニュースなどを参照可能になった。

AWS Machine Learning Blog★42026年6月19日 23:05

Adobe Marketing Agent for Amazon Quick によるキャンペーンワークフローの加速

AWS と Adobe は、Amazon Quick と Adobe Marketing Agent を連携させることで、マーケティングチームが自然言語で質問するだけで、ガバナンスされた会話環境内で数秒以内にキャンペーンのパフォーマンスやオーディエンスに関するインサイトにアクセスできるようにした。

TLDR AI★42026年6月19日 09:00

AI の父がムスクの xAI を「失敗」と断じ、業界にバブル崩壊の警告を発する(4 分読)

AI 研究の先駆者であるヤン・ルコン氏が、イーロン・マスク率いる xAI が OpenAI や Anthropic に競合できない失敗作だと批判しました。また、マスク氏の過去の言動が優秀な人材の確保を阻害し、インフラコストの高騰により業界全体でバブル崩壊のリスクが高まっていると警告しています。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む