New Grok Bot logo

New Grok Bot

CommunityPopular
davidondrej
new-grok-bot

Design a Grok Bot role and create its setup prompt. Use only when the user explicitly invokes /new-grok-bot.

Overview

Publisherdavidondrej
Repositoryskills
Skill namenew-grok-bot
Stars
4.1K
Forks
599
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by davidondrej on GitHub. Read the source before you install it.

Installation

Install the New Grok Bot AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/davidondrej/skills.git /tmp/skills
mkdir -p .claude/skills
cp -r /tmp/skills/skills/agent-orchestration/new-grok-bot .claude/skills/new-grok-bot
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable New Grok Bot in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads New Grok Bot on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so New Grok Bot is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

New Grok Bot

Design a Grok Bot role and produce a prompt to paste into the app. Apply the unit-of-work test before drafting.

Product context (last verified 2026-08-30)

Refresh through the deepapi skill (scrape x.ai/bot) only if something looks outdated or the user asks. Do not auto-refresh.

  • Grok Bots are always-on AI teammates from SpaceXAI + Cursor. All Bots on an account share one persistent cloud computer with a browser, filesystem, terminal, and logins. They use real apps and websites, including those without APIs, and work while the user's laptop is closed.
  • Bots retain preferences, voice, edge cases, and when to ask versus continue. Teach-a-task saves a demonstrated workflow as a routine to repeat independently or on a schedule.
  • Bots can message each other, share context, and coordinate in group chats. A Chief of Staff can coordinate specialists.
  • Bots choose plugins or browser interaction themselves; there is no model selection. Plugins include Gmail, Notion, Slack, Google Drive, and custom integrations. Purchases can use a connected payment link.
  • Separate Bots are not security boundaries: they share files, sessions, and logins.
  • Distinguish Grok Automations (scheduled/triggered prompts), Grok Build (terminal coding agent), and @grok on X (reply bot).

Unit-of-work test

A good Bot role owns a repeatable outcome. Check all eight criteria:

  1. Owns an outcome. One narrow lane per Bot: "handle churn win-backs," not "email this customer."
  2. Delivers in the real tool. CRM updated, inbox draft created, or ticket filed. Chat-only output belongs in regular Grok.
  3. Recurs. Runs daily, weekly, or on frequent triggers so memory and setup pay off.
  4. Demonstrable once. The user can teach the workflow by showing it once.
  5. Async-tolerant. Can finish overnight without the user's involvement mid-run, except at agreed approval gates.
  6. Clear approvals. Sending, publishing, paying, deleting, and other consequential actions wait for the user. Other work proceeds independently.
  7. Limited damage. Mistakes are reviewable and reversible before reaching the world.
  8. Worth delegating. Saves meaningful weekly effort or makes money; would the user hire a part-time human for it?

Redirect unsuitable ideas:

  • One-off question or task → regular Grok chat.
  • One stable prompt on a schedule → Grok Automations.
  • Repository coding → Cursor / Grok Build.
  • Needs the user's judgment at every step → narrow the scope.
  • Needs hard isolation between duties → unsuitable on the shared computer.

Split rule: If the idea spans separate roles, explain why and create one prompt per Bot. Offer a Chief of Staff only when Bots must hand work to each other.

Workflow

  1. Silently assess the user's idea against the test. Explain any failed criterion and suggest a suitable scope or redirect. Apply the split rule when needed.
  2. Ask one concise question at a time, with options A–D and a preferred choice plus a one-line reason. Cover only unclear points, in this order:
    • What: outcome, lane, and boundaries.
    • Why: value and what the user stops doing.
    • How: tools/logins, steps, schedule, approvals, and reporting.
    • Prototype: one first task the Bot can do today to prove useful.
  3. Stop as soon as you can draft; ask no more than five questions.

Deliverable

Write one single-paragraph prompt in a code block, ready as the Bot's first message in the app. Outside it, include only one line naming the tools the user must sign the Bot into. For multiple Bots, give each a separate, self-contained code block.

Each prompt must naturally cover:

  • Name, role, owned outcome, and relevant context about the user and their business.
  • Tools and their purposes, step-by-step workflow, and routine or schedule.
  • Memory instructions for preferences, voice, and edge cases.
  • Actions requiring approval, plus how and when to report back.
  • The first prototype task as the immediate job to start on.

Validate before finishing

Check all eight criteria, confirm the first task is doable today with the listed tools, and ensure approvals cover irreversible or outward-facing actions. Fix any gaps before delivering.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the New Grok Bot AI skill do?

Design a Grok Bot role and create its setup prompt. Use only when the user explicitly invokes /new-grok-bot.

Why use New Grok Bot on TypingMind?

Because you install it once and use it with any model. New Grok Bot is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install New Grok Bot in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/davidondrej/skills/tree/main/skills/agent-orchestration/new-grok-bot. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use New Grok Bot?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with New Grok Bot?

As many as you like. As long as a model supports skills, you can use New Grok Bot with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the New Grok Bot AI skill free?

Yes. It is published on GitHub by davidondrej under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇