Data report · published 2026-08-31
State of Grok Bot — August 2026
In its first 21 days Grok Bot went from a $300/mo floor to $20, spawned five third-party directories and 19 open clones, and shipped a share-a-template feature that a paid resale market monetized within 48 hours. Every figure below is dated and sourced.
1. The month in one paragraph
Grok Bot launched in beta on August 11, 2026 — a joint xAI/Cursor product that gives each task its own persistent cloud computer, its own logins, and the ability to keep working after you close the device. Fifteen days later the entry price had fallen 93%, from a $300/mo SuperGrok Heavy floor to $20/mo on Cursor Pro. In between: a multi-day outage starting Aug 20 where Bots failed mid-turn; an access expansion on Aug 21 that added a free trial; a bundling on Aug 26 that put the Bot inside every SuperGrok and Cursor Pro plan; Stripe Link purchasing on Aug 28; shareable Bot templates the same day; and, within 48 hours of templates shipping, a paid resale marketplace taking a 15% cut of a feature xAI gave away for free.
The ecosystem grew faster than the product. Our registry folds 1,214 unique bots out of 1,633 rows scraped from five independent directories, plus 257 plugins and 19 open-source clones. What it does not yet have is a safety floor: of the 394 bot prompts with text we could analyze, 24 ask for a consequential capability — sending, spending, logging in, or driving a signed-in browser — with no human approval step written into the prompt.
| Metric | Value | Source |
|---|---|---|
| Days from launch to the $20 floor | 15 | x.com |
| Entry price change, Aug 11 → Aug 26 | -93% | x.com |
| Unique bots tracked across 5 directories | 1,214 | Pulse registry |
| Plugins catalogued | 257 | Pulse registry |
| Open-source clones and ports tracked | 19 | Pulse registry |
| Dated ecosystem events, Aug 11–30 | 35 | Pulse registry |
2. The pricing collapse: $300 to $20 in 15 days
At launch Grok Bot was not sold standalone. Access rode on three existing plans: SuperGrok Heavy at $300/mo, Cursor Ultra at $200/mo, and Cursor Premium Teams at $120/seat/mo. There was no free tier.
On Aug 21 xAI extended access to SuperGrok Plus, Cursor Pro+, and all Cursor Teams plans, and opened a limited free trial to everyone else. Narrative sources describe this as an effective drop to a $100/mo floor (SuperGrok Plus); the official post itself states no dollar figure, so treat the middle step of the chart below as derived rather than quoted.
On Aug 26 the Bot was bundled into all SuperGrok and Cursor Pro plans with weekly usage reset for everyone — $30/mo on SuperGrok, $20/mo on Cursor Pro, with Bot usage metered separately from existing plan usage. Fifteen days from a $300 floor to a $20 one.
What is still not published anywhere: the weekly Bot usage allowance in tokens or runs, the Cursor Pro+ monthly price, and any enterprise price. Overflow spills into shared on-demand billing, so the sticker price is a floor, not a ceiling.
| Metric | Value | Source |
|---|---|---|
| Launch floor, Aug 11 (SuperGrok Heavy) | $300/mo | github.com |
| Cheapest launch-week route (Cursor Premium Teams) | $120/seat/mo | github.com |
| Floor after the Aug 21 expansion (derived, not quoted) | $100/mo | x.com |
| Floor after the Aug 26 bundling (Cursor Pro) | $20/mo | x.com |
| Floor after the Aug 26 bundling (SuperGrok) | $30/mo | x.com |
| Published weekly usage allowance | none | cellcog.ai |
3. The ecosystem census
We merge five independent bot directories into one registry, folding duplicates by normalized identity. The raw pull is 1,633 listings; 419 of them (25.7%) are the same bot listed twice or more, leaving 1,214 unique bots. That duplication rate is the single most useful number here: a quarter of the visible ecosystem is the same prompts re-listed across competing directories.
Plugins are the opposite story — 257 unique out of 259 raw rows, only 2 duplicates, because there are effectively two catalogues rather than five, and one of them (219 listings, captured on day two from the in-app marketplace) dominates.
The clone lane is where the numbers get lopsided. We track 19 open-source clones, ports, and shims. Seventeen have live GitHub star counts totalling 5,605 stars — and 5,344 of those (95.3%) belong to just two repos: a reconstruction of the Grok Bot 0.18 client (3,452) and OpenMausBot (1,892). The remaining fifteen average 17 stars each. Two repos, rakazo and CopilotKit's OpenBot, returned HTTP 403 on the star fetch with no cached snapshot, so they are tracked but not counted in the total — both are prominent launches, so the real figure is higher than 5,605.
| Metric | Value | Source |
|---|---|---|
| Raw bot listings pulled across 5 directories | 1,633 | Pulse registry |
| Duplicate listings folded | 419 | Pulse registry |
| Unique bots after dedupe (post id-fold) | 1,189 | Pulse registry |
| Largest single source (really.bot) | 547 | really.bot |
| Second source (botdirectory) | 545 | Pulse registry |
| Third source (grokbot.dev) | 276 | grokbot.dev |
| Unique plugins (from 259 raw, 2 folded) | 257 | github.com |
| Open-source clones and ports tracked | 19 | Pulse registry |
| GitHub stars across all 19 tracked clones (live pull, Aug 31) | 10,784 | Pulse registry |
| Share held by the top 3 repos | ~80% | Pulse registry |
| Largest clone repos: grok-bot-0.18-reconstructed 3,456★ · OpenBot 3,562★ · rakazo 1,596★ | live | Pulse registry |
4. The safety picture: 24 bots that act without asking
An approval gate is a sentence in a bot's own prompt that keeps a human in the loop before the bot does something consequential — "ask me before sending", "drafts only, I send them", "never buy anything without my explicit ok", "wait for my go-ahead". It is not a platform control. It is text the bot's author chose to write, and it is the only thing standing between an always-on agent and your inbox, your card, or your logged-in browser session.
We scanned the prompt text of every bot in the registry that publishes one — 394 of 1,214; the other 820 listings carry no prompt text to analyze, which is itself a finding about directory quality. The scanner is deliberately conservative: it matches specific anchored phrases rather than bare keywords, and it returns the matched span as evidence so any call can be audited. It never runs a prompt; it reads it as a string.
34 bots ask for at least one consequential capability. 24 of them contain no approval gate at all. Two of those 24 are in the 25 most-copied bots in the registry: be-happier (flagged for sending on the user's behalf) and point-peddler (flagged for both spending and logins). Only 108 of the 394 analyzed prompts (27.4%) include a human-approval sentence of any kind.
Context for why the prompt is doing this much work: a review dated Aug 27 found that the one shared computer is not a security boundary between a user's own Bots, that auto-review of agent actions is best-effort rather than guaranteed, and that xAI's public docs do not mention prompt injection as a risk. The Stripe Link purchasing feature shipped Aug 28 does keep an explicit per-spend human confirmation and a single-use card — a platform gate, and the right model. Most bot prompts are not that careful.
Methodology caveat: only 7 registry bots carry both a published prompt and a real install metric, so per-popularity claims are limited to those 7; corpus-wide counts cover all 391 analyzable prompts. The high logins count (319/391) reflects that most shared bots begin with "connect your <service>" setup steps — it marks credential handling, not malice. Detectors are conservative with negation guards; full spans in data/reports/risk-audit.json.
| Metric | Value | Source |
|---|---|---|
| Bots in the registry with analyzable prompt text | 391 | Pulse registry |
| Listings with no prompt text (not analyzable) | 798 | Pulse registry |
| Prompts containing an approval gate | 157 (40.2%) | Pulse registry |
| Bots flagged for at least one consequential capability | 328 | Pulse registry |
| Prompts containing an approval gate | 157 (40.2%) | Pulse registry |
| Of the 7 bots with real install metrics: flagged, no gate | 2 (be-happier, point-peddler) | Pulse registry |
| Flagged: needs logins / credentials / OAuth | 319 | Pulse registry |
| Flagged: sends on your behalf | 102 | Pulse registry |
| Flagged: spends money | 6 | Pulse registry |
| Flagged: drives a signed-in browser | 2 | Pulse registry |
| Shared computer is a security boundary between your Bots | no | 4geeks.com |
5. The directory wave and the gallery risk
The last week of August was a land grab. In nine days, five third-party sites shipped machine-readable contracts or launched outright:
- Aug 26 — grokbot.dev added
/news/,api/v1/news.json, and RSS, with a changelog instructing syncing bots to surface news ahead of use cases and plugins. - Aug 27 — grokhub.io shipped a v1 bot contract:
status.json, a leanfeed.json, per-type detail endpoints, and a Streamable HTTP MCP server at/mcpwith search, whats_new, and get_entry tools. - Aug 28 — xAI shipped official Bot templates: a public x.ai/bot link that copies a Bot's identity, skills, and routines (not its computer or logins). grokbot.dev indexed them the same day at
/marketplace/, with the share_url and a sharer credit on every entry. grokhub.io added narrative and screenshot fields to its detail payloads. - Aug 29 — really.bot shipped its v1 machine contract, including an optional
grok_share_urlfield when a run has an official template link. Runtime Wire reported a Marketplace tab for installing complete third-party Bots in preview, with a Bots tab "coming soon". - Aug 30 — three template directories launched in a single day: Grokyard, a paid yard listing share links from $8 with a 15% platform cut; ShareGrokBots, which scores live templates against a standard task instead of star ratings; and gbt.grok.me, a community desk where people paste links and describe what the Bot actually did.
The structural risk sits underneath all of it. As of Aug 29 xAI had share links but no official gallery. The day it publishes one, every directory whose only product is a list of copyable prompts is competing with the vendor's own default surface, inside the app, for free. Runtime Wire's preview report — unverified, and worth treating as a signal rather than a roadmap — says a Bots tab is exactly what is coming. The directories that survive that are the ones holding something a first-party gallery will not carry: dated history, dedupe across sources, independent risk analysis, and provenance.
| Metric | Value | Source |
|---|---|---|
| Days from templates shipping to a paid resale market | 2 | grokyard.com |
| Grokyard's cut per template sale | 15% | grokyard.com |
| Grokyard entry price for a listed template | $8 | grokyard.com |
| New template directories launched on Aug 30 alone | 3 | sharegrokbots.com |
| Official plugin manifests carrying the open Agent Plugins $schema | 0 of 18 | github.com |
| Official first-party template gallery, as of Aug 31 | none | x.com |
6. What to watch in September
These are watch-items, not forecasts. Each one is a specific open question left behind by a dated August fact — we are naming what is unresolved, not predicting how it resolves.
Whether an official gallery lands. Templates shipped Aug 28; a Marketplace tab for complete third-party Bots was reported in preview on Aug 29 with a Bots tab "coming soon" (Runtime Wire, unverified). This is the single event that most changes the shape of the third-party directory layer.
Android. The Google Play listing began showing an Install button around Aug 29 while Cursor's own help documentation still described the product as iOS-only. Two first-party surfaces disagreeing is not general availability. Watch for the docs to catch up — or for the listing to go back to pre-registration.
The meetup run. Shenzhen on Aug 30 was the first in-person meetup in China, and it was announced as part of a wider push with San Francisco, Las Vegas, Macau, and Tel Aviv lined up over the following two weeks. Those are the dated events on the board as September opens.
Whether the $20 floor holds, and what the allowance actually is. The Aug 26 bundling reset weekly usage limits for everyone but published no allowance in tokens or runs, and overflow bills on demand. The Cursor Pro+ price and the free trial's exact terms (reported as 7 days, card required) are still not confirmed in a dated official post.
Reliability. The multi-day outage that began Aug 20 — Bots failing mid-turn, with staff pointing users to Reset Grok Bot's Computer as the workaround — has no dated all-clear in our timeline. A second incident on a plan base 15x larger than launch week's is a different event than the first one was.
The safety floor. 24 flagged bots with no approval gate is today's number against 394 analyzable prompts. As directories grow and templates become a paid product, the interesting question is whether that ratio improves, holds, or gets worse as the listing count climbs.
| Metric | Value | Source |
|---|---|---|
| Cities with meetups announced for the two weeks after Aug 30 | 4 | luma.com |
| Android general availability confirmed by both first-party sources | no | play.google.com |
| Dated all-clear for the outage that began Aug 20 | none in the timeline | forum.cursor.com |
| Published Cursor Pro+ monthly price | not found | x.com |
Methodology
Every figure on this page comes from one of two places: a dated public source, linked on the row, or the Grok Bot Pulse registry, built on 2026-08-30 and 2026-08-31. The registry merges five independent bot directories and two plugin catalogues, folding duplicates by normalized identity — 1,633 raw bot rows become 1,214 unique bots, 259 raw plugin rows become 257. Clone star counts were pulled from the GitHub API; two repos (rakazo, OpenBot) returned HTTP 403 with no cached snapshot and are tracked but excluded from star totals, so the 5,605 figure is a floor. The risk audit reads prompt text as a plain string — it never executes or transmits a prompt — and matches conservative, anchored phrases for four capabilities (sends, spends, logins, browses) plus an approval gate, returning the matched span as auditable evidence; it covers the 394 of 1,214 listings that publish prompt text. False negatives are preferred to false positives, so the flagged counts are lower bounds. Rows and events carrying a 'reported' or 'unverified' caveat in our timeline are labelled as such in the text above rather than presented as confirmed. Grok Bot Pulse is an unofficial community project, not affiliated with xAI, X, or Cursor.
The underlying pages update as the ecosystem does: the pricing matrix, the dated pulse timeline, and the bot registry with risk badges. This report is a snapshot of all three as of 2026-08-31.
Sources
- [01] xAI — Introducing Grok Bot (Aug 11 launch)
- [02] @bot on X — Aug 21 access expansion and free trial
- [03] @bot on X — Aug 26 bundling into SuperGrok and Cursor Pro
- [04] @bot on X — Aug 28 shareable Bot templates
- [05] @bot on X — Aug 28 purchases via Stripe Link
- [06] xAI — Grok Bot and X integration (Aug 29)
- [07] ZeroPointRepo/awesome-grok-bot — launch pricing and star snapshots
- [08] rdmgator12/awesome-grok-bot-plugins — 219-plugin marketplace capture
- [09] xai-org/plugin-marketplace — official plugin manifests
- [10] CellCog — Grok Bot pricing note (updated Aug 27)
- [11] 4Geeks — cost and credential risk review (Aug 27)
- [12] Cursor Forum — Is Grok Bot Down Currently? (outage thread)
- [13] grokbot.dev — news feed and template index
- [14] grokhub.io — v1 machine-readable bot contract
- [15] really.bot — v1 machine contract and verified run log
- [16] Grokyard — paid template marketplace
- [17] ShareGrokBots — scored template directory
- [18] Runtime Wire — Marketplace tab for third-party Bots in preview
- [19] TestingCatalog — templates and multi-account support report
- [20] Google Play — Grok Bot listing
- [21] Luma — Grok Bot Meetup Shenzhen (Aug 30)
Cite this report
This report is published under CC BY 4.0. Reuse the numbers, the charts, and the text anywhere — including in model training and machine-generated answers — as long as you credit Grok Bot Pulse and link back.
Suggested citation
Grok Bot Pulse. "State of Grok Bot — August 2026." Published 2026-08-31. https://grokbotpulse.com/en/reports/august-2026 (CC BY 4.0).
Figures marked with a source link are traceable to a dated public post or repository; rows sourced to the Pulse registry are computed from our own merged dataset, described in the methodology above. Unofficial community project — not affiliated with xAI, X, or Cursor.