Agent Plugins Marketplace
← All plugins

gbot

v0.9.1

Message Grok Bot from Codex, Claude Code, and Cursor, with managed automatic replies and explicit Codex conversation links.

CodexClaude CodeAgent Plugins1 Skill1 MCP serverstdio

By Zack JacksonLicense: MIT66 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install gbot for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ScriptedAlchemy/grok-bot-cli
codex plugin marketplace upgrade gbot-marketplace
codex plugin add gbot@gbot-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the gbot-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “gbot” remain stable.

  • Codex: gbot@agent-plugin-marketplace → gbot@gbot-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ScriptedAlchemy/grok-bot-cli

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is artifact/.

Plugin files

artifact/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/talk-to-grok-bot/SKILL.md
└── .mcp.json

Included Skills1

talk-to-grok-botskills/talk-to-grok-bot/SKILL.md

Send or read Grok Bot threads via gbot_send/gbot_thread and Codex daemon threads via codex_send/codex_threads. Use when handing off to a named bot/group or posting a status note agents watch — not for work you can finish yourself.

MCP servers1

grok-botstdio
command
node
args
./mcp/mcp-grok-bot-b8c2461e.mjs
cwd
./
env.AGENT_BUNDLE_PLUGIN_ROOT
./

Plugin manifests3

artifact/.codex-plugin/plugin.json
{
  "author": {
    "name": "Zack Jackson",
    "url": "https://github.com/ScriptedAlchemy"
  },
  "description": "Message Grok Bot from Codex, Claude Code, and Cursor, with managed automatic replies and explicit Codex conversation links.",
  "homepage": "https://github.com/ScriptedAlchemy/grok-bot-cli#readme",
  "interface": {
    "capabilities": [
      "mcp",
      "skills"
    ],
    "category": "Productivity",
    "defaultPrompt": [
      "Help me use gbot."
    ],
    "developerName": "gbot",
    "displayName": "gbot",
    "longDescription": "Message Grok Bot from Codex, Claude Code, and Cursor, with managed automatic replies and explicit Codex conversation links.",
    "shortDescription": "Message Grok Bot from Codex, Claude Code, and Cursor, with managed automatic replies and explicit Codex conversation links."
  },
  "keywords": [
    "grok",
    "grok-bot",
    "grokbot",
    "gbot",
    "cursor",
    "ai-agents",
    "automation",
    "terminal",
    "cli",
    "agent-bundle"
  ],
  "license": "MIT",
  "mcpServers": "./.codex-plugin/mcp.json",
  "name": "gbot",
  "repository": "https://github.com/ScriptedAlchemy/grok-bot-cli",
  "skills": "./skills/",
  "version": "0.9.1"
}
artifact/.claude-plugin/plugin.json
{
  "author": {
    "name": "gbot"
  },
  "description": "Message Grok Bot from Codex, Claude Code, and Cursor, with managed automatic replies and explicit Codex conversation links.",
  "name": "gbot",
  "version": "0.9.1"
}
artifact/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "author": {
    "name": "Zack Jackson",
    "url": "https://github.com/ScriptedAlchemy"
  },
  "description": "Message Grok Bot from Codex, Claude Code, and Cursor, with managed automatic replies and explicit Codex conversation links.",
  "homepage": "https://github.com/ScriptedAlchemy/grok-bot-cli#readme",
  "keywords": [
    "grok",
    "grok-bot",
    "grokbot",
    "gbot",
    "cursor",
    "ai-agents",
    "automation",
    "terminal",
    "cli",
    "agent-bundle"
  ],
  "license": "MIT",
  "name": "gbot",
  "repository": "https://github.com/ScriptedAlchemy/grok-bot-cli",
  "version": "0.9.1"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gbot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gbot)