• bitcoinBitcoin(BTC)$78,398.00-1.46%
  • ethereumEthereum(ETH)$2,471.56-1.30%
  • tetherTether(USDT)$1.00-0.03%
  • binancecoinBNB(BNB)$751.530.59%
  • rippleXRP(XRP)$1.40-0.94%
  • usd-coinUSDC(USDC)$1.00-0.01%
  • solanaSolana(SOL)$103.04-2.46%
  • tronTRON(TRX)$0.3387420.94%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.060.00%
  • zcashZcash(ZEC)$1,159.82-3.07%
  • HyperliquidHyperliquid(HYPE)$83.26-5.54%
  • dogecoinDogecoin(DOGE)$0.089280-2.32%
  • RainRain(RAIN)$0.0167501.48%
  • USDSUSDS(USDS)$1.00-0.01%
  • moneroMonero(XMR)$504.12-6.01%
  • whitebitWhiteBIT Coin(WBT)$79.678.63%
  • chainlinkChainlink(LINK)$12.52-5.62%
  • leo-tokenLEO Token(LEO)$9.18-0.14%
  • cardanoCardano(ADA)$0.218676-2.41%
  • stellarStellar(XLM)$0.188459-3.60%
  • bitcoin-cashBitcoin Cash(BCH)$256.15-2.45%
  • daiDai(DAI)$1.000.01%
  • Ethena USDeEthena USDe(USDE)$1.00-0.02%
  • uniswapUniswap(UNI)$6.92-2.63%
  • litecoinLitecoin(LTC)$55.42-6.61%
  • USD1USD1(USD1)$1.00-0.03%
  • CantonCanton(CC)$0.104389-4.04%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.39-1.79%
  • hedera-hashgraphHedera(HBAR)$0.080226-3.19%
  • avalanche-2Avalanche(AVAX)$8.04-0.12%
  • suiSui(SUI)$0.81-3.35%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • shiba-inuShiba Inu(SHIB)$0.000005-2.03%
  • nearNEAR Protocol(NEAR)$2.29-3.49%
  • crypto-com-chainCronos(CRO)$0.0604484.72%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.01%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,404.850.26%
  • MemeCoreMemeCore(M)$1.174.40%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • Ripple USDRipple USD(RLUSD)$1.00-0.01%
  • BittensorBittensor(TAO)$253.35-4.59%
  • okbOKB(OKB)$115.04-1.70%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.150.31%
  • mantleMantle(MNT)$0.63-1.59%
  • AsterAster(ASTER)$0.76-4.62%
  • aaveAave(AAVE)$129.37-4.36%
  • pax-goldPAX Gold(PAXG)$4,408.230.25%
  • polkadotPolkadot(DOT)$1.096.51%
  • OndoOndo(ONDO)$0.376953-3.96%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers Plugins at Launch

June 11, 2026
in AI & Technology
Reading Time: 6 mins read
A A
xAI Ships Grok Build Plugin Marketplace With MongoDB, Vercel, Sentry, Chrome DevTools, Cloudflare, and Superpowers Plugins at Launch
ShareShareShareShareShare

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.

YOU MAY ALSO LIKE

What Is The Anker ‘Smart Display Charger’ And What Does That Screen Even Do?

What Is Retrieval-Augmented Generation (RAG)? How AI Answers with External Knowledge – Unite.AI

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.

Component Location Purpose
Skills skills/ SKILL.md capabilities
Commands commands/ Slash commands
Agents agents/ Subagent definitions
Hooks hooks/hooks.json Lifecycle hooks
MCP servers .mcp.json MCP server configs
LSP servers .lsp.json Language 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:

grok plugin marketplace list
grok plugin install  --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:

{
  "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.

Capability Grok Build Marketplace Raw MCP integration
Bundles skills, commands, agents, hooks, MCP, LSP Yes No, MCP servers only
In-terminal browse and install Yes, via /marketplace Manual config edits
Commit-SHA pin verification Yes, enforced at install Not built in
Open PR-based public catalog Yes Not applicable
Update mechanism grok plugin update flow Manual

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.

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


Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.

Credit: Source link

ShareTweetSendSharePin

Related Posts

What Is The Anker ‘Smart Display Charger’ And What Does That Screen Even Do?
AI & Technology

What Is The Anker ‘Smart Display Charger’ And What Does That Screen Even Do?

September 8, 2026
What Is Retrieval-Augmented Generation (RAG)? How AI Answers with External Knowledge – Unite.AI
AI & Technology

What Is Retrieval-Augmented Generation (RAG)? How AI Answers with External Knowledge – Unite.AI

September 8, 2026
Motional Releases nuReasoning Dataset and Launches ECCV Challenge – Unite.AI
AI & Technology

Motional Releases nuReasoning Dataset and Launches ECCV Challenge – Unite.AI

September 8, 2026
Renault Is Building Its €17,900 Dacia Spring EV In Europe To Qualify For Local Subsidies
AI & Technology

Renault Is Building Its €17,900 Dacia Spring EV In Europe To Qualify For Local Subsidies

September 8, 2026
Next Post
At least 400 homes damaged as multiple tornadoes hit Mississippi

At least 400 homes damaged as multiple tornadoes hit Mississippi

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Savannah Guthrie makes emotional new plea to mother’s kidnapper

Savannah Guthrie makes emotional new plea to mother’s kidnapper

September 4, 2026
European wildfires force new evacuations

European wildfires force new evacuations

September 3, 2026
Peak Coal, Postponed Again | Seeking Alpha

Peak Coal, Postponed Again | Seeking Alpha

September 7, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!