← Back to Pulse PULSE. brief
Every Grok Bot Concept Explained for Normal People

Every Grok Bot Concept Explained for Normal People

Nate Herk | AI Automation21 min2026-09-01 ▶ Watch on YouTube
What this video is
⚡ a 22-minute video, readable in 60 seconds

This video walks through GrokBot, an AI agent platform, explaining 25 numbered concepts split across five parts, starting with what a single GrokBot is (a bot with a name, job title, and description) and building up through bot templates, shared vs. individual memory, context compaction, agent computers, terminals, local file access, plugins, skills, routines, webhooks, agent-to-agent handoffs and mentions, approvals, human takeover, run history, notifications, and agent logging. The narration walks through existing example bots (Motion, Miner, Eyes, Studio, Webhook, Klaus, Dan, Chandler, Becky) rather than building a GrokBot from scratch, and no installation steps or account signup are described. Tools shown as integration examples include Slack, Gmail, Google Docs, ClickUp, and kie.ai; specific accounts, versions, or API keys required to replicate the setup are not stated.

Goal (00:14): part one of the video covers what a GrokBot is, out of 25 total concepts split into five parts.
Key takeaways
+ 58 more takeaways
  • Example (01:02): bot named Miner mines X for AI news, new models, and new tools, and knows Nate's YouTube and X posts so briefings stay useful for his content.
  • Example (01:11): bot named Eyes, label Researcher, gathers credible sources and helps form opinions based on facts and data.
  • Detail (01:20): bot descriptions matter because bots delegate work to each other based on them, e.g. to Eyes for research or Motion for animation.
  • Detail (01:34): GrokBot descriptions of each bot's capabilities are very important because the whole system is based on them.
  • Detail (01:45): recommended ecosystem structure is an org chart where the user talks to a few executive bots who manage teams of bots underneath, rather than talking to every bot directly.
  • Concept 3 (02:02): bot templates let users import other people's GrokBots, similar to importing n8n templates or Claude skills.
  • Example (02:16): template 'Studio' by Nate creates photos, graphics, and short video creative for marketing, generating logos, portraits, and campaign stills in a kie.ai playground.
  • Detail (02:57): users can share their own bots as templates via bot settings using 'Share as Template,' which generates a shareable link others can use to add the bot.
  • Concept 4 (03:21): context and memory - context is conversation history and prompts the bot can see, while memory is information the bot saves over time.
  • Detail (03:50): two distinct memory stores exist, global memory shared across all GrokBots and individual bot memory known only to that specific bot.
  • Detail (04:28): users can direct a bot to update memory by saying 'add this to your memory' or 'add this to the global memory.'
  • Concept 5 (04:32): compaction, which manages the context window filling up.
  • Detail (04:45): each agent has its own conversation history and context window in GrokBot.
  • Detail (04:52): GrokBot auto compacts everything and the user does not control or know exactly when it happens.
  • Detail (05:04): after extensive chat history, a bot would not see the earliest messages but would retain kept memories and context of goals.
  • Detail (05:13): a bot might see roughly the last 30 to 50 messages as a summary while taking action.
  • Concept 6 (05:24): the agent computer - each GrokBot can use its own computer, and each bot's screen can be viewed and controlled.
  • Concept 8 (06:31): the file explorer, where all agents share the same files across their computers, such as brainstorms, dashboards, and GrokBot concept files.
  • Detail (06:59): Dev's computer shows the exact same workspace and files as the shared computer, since all bots reference identical files across every computer.
  • Concept 9 (07:16): the terminal - bots have a terminal just like a computer does and can run commands and set up scripts.
  • Concept 10 (07:27): local file access - bots can access local files on whatever computer the user is actually working on.
  • Example (07:37): the user gave the bot a file path in his downloads folder, told it to analyze a PNG thumbnail, and it renamed the file from a generic name to 'zero to pro' and moved it into a new thumbs folder.
  • Concept 11 (08:09): plugins let agents talk to tools like Slack, Gmail, or Google Docs by clicking add and signing in, and multiple accounts (e.g. two ClickUp accounts) can be authenticated for different agents.
  • Detail (08:39): GrokBots log their tasks in a ClickUp board showing owner, what was asked, deliverables, links, and progress updates so the user can review the week's work.
  • Concept 12 (09:04): skills, invoked via a slash command (e.g. typing 'school' brings up a '7 day challenge posts on school' skill) that the agent knows how to use.
  • Detail (09:20): skills are compared to a recipe, editable and improving over time through feedback, with a good skill defining when to use it, the exact order of operations, and what to do if something goes wrong.
  • Step (10:17): clicking 'teach a task' in the browser starts a recording where Claude/Klaus watches and learns a demonstrated process.
  • Step (10:35): after recording a demo (going to news, opening a link) and stopping, Klaus turns the demonstration into a skill.
  • Detail (10:48): skills can be created two ways, writing natural language instructions for a process, or having the agent shadow/watch you perform it.
  • Result (11:06): the recorded demo was saved as a skill called 'Search Google News.'
  • Detail (11:14): routines make things happen automatically, such as the 'Sunday Work Log Archive' routine that runs every Sunday at 8pm.
  • Detail (11:16): to create a routine you can ask the agent to do something on a schedule (e.g. every day at 5pm) or click the plus button to set one up manually.
  • Example (11:33): a routine can be set to run a skill automatically, shown with the 'AIS 7-Day Challenge Likes' routine set to run every minute and stop after liking 3 posts.
  • Detail (12:13): webhooks are described as not technical, comparable to someone ringing a doorbell, and routines can be triggered either by a schedule or by an event.
  • Detail (12:18): frames analyzed show Google search and captcha screens, consistent with real browser use rather than a blank desktop.
  • Detail (12:20): browser history for the routine shows a Google News search for chicago cubs food, then opening the MLB Ballpark Food 2026 story.
  • Step (12:22): the routine's steps are open Google or reuse a tab on the query, search if needed, click News, open the top result, and report title, source, and URL, with captcha solving handed off to the user.
  • Detail (12:25): event-triggered routines work like someone ringing a doorbell, triggered by things like Slack messages, Teams messages, or webhooks.
  • Example (12:38): Nate demonstrates a bot called webhook by submitting a form (name Nate, email nateherk88gmail.com, request for a new dog) that sends a webhook payload waking the bot.
  • Result (13:20): the bot emailed the requester confirming receipt and DM'd Nate in ClickUp, showing agents can wake up automatically on new emails, Slack messages, form submissions, or new CRM records.
  • Detail (13:52): Nate shows a leadership group chat with agents Klaus, Dan, Chandler, and Becky (chief of staff, COO, CFO, CCO) discussing long-term goals and scaling the business, each contributing from their own area of expertise in a vertical hierarchy.
  • Concept 17 (14:25): mentions - lets agents like Klaus and Dan tag each other (e.g., mentioning Becky) to delegate work, and clicking a mention jumps to that conversation.
  • Detail (14:42): agents can delegate work to other agents by mentioning them, similar to tagging someone in a chat.
  • Detail (14:52): if bot descriptions are good enough, you do not have to explicitly mention them, Klaus will know to delegate work automatically.
  • Concept 18 (15:07): handoffs, where agents delegate work to other agents.
  • Example (15:10): Becky was asked to create motion graphics and delegated that work to an agent called Motion.
  • Example (15:29): Claude delegated work to Coffee and Miner and also messaged Miner and Becky.
  • Concept 19 (15:37): replies - a reply button lets you isolate and respond to a specific conversation thread for better context.
  • Concept 20 (16:28): approvals, found in settings under Computer, letting Grok Bot open files and run tasks with either always allow or allow once.
  • Concept 21 (16:51): human takeover, which happens when the bot hits a blocker like needing a login and pauses for a human to step in, since sensitive info like passwords should not go into chat history.
  • Detail (17:54): running multiple bots or agent group chats consumes more of the weekly usage limit than talking to a single agent.
  • Concept 23 (18:04): run history, showing how many times routines have run.
  • Detail (18:14): run history for the Webhook routine showed one run 10 minutes prior and one at 5:48 PM.
  • Detail (18:27): users can see that routines ran and whether they failed (marked with an X), but currently cannot click into individual runs to investigate.
  • Concept 24 (18:41): notifications, which alert the user when a bot hits a blocker or finishes, and can be set per agent.
  • Detail (19:48): bots can be hidden from the sidebar via 'hide from sidebar,' which keeps them active with history intact in a 'hidden bots' section.
  • Detail (20:03): duplicating a bot spins up an identical copy but clears all conversation history, useful for resetting behavior without losing skills and routines.
  • Concept 26 (20:36): agent logging - storing everything agents do (via Google Sheet, ClickUp, Excel, or SQL) to maintain visibility and control as agent teams scale.
How this brief was shaped: Deep-Dive (coding / tutorial / how-to) · confidence Medium

Transcript is a numbered walkthrough of 25 GrokBot concepts split into five parts, explaining what each bot is, its name/label/description, and features like the agent computer, and OCR shows the actual bot builder UI with names, labels, descriptions, and notification settings, matching a product tutorial rather than argued thesis or academic lecture.

The lens sets this brief's structure, never its facts — every claim is held to the same citation and fact-check standard.

Jump to a moment
Their links, sorted & clickable
🏛️ Communities & courses1My FREE resourcesskool.com
🤝 Work with them1My playbook for growing a $1M AI agencyapp.aiautomationsociety.ai
🛠️ Tools they use1FREE MONTH voice to textget.glaido.com
📢 Sponsored / affiliate1Code NATEHERK for 10% off VPS (annual plan)hostinger.com
💼 Sponsorship & business1Sponsorship Inquiries
🌐 Find them3LinkedInlinkedin.comX / Twitterx.comInstagraminstagram.com
← Back to Pulse Dashboard
Was this brief useful?