← Back to Pulse PULSE. brief
Build a Fleet of AI Agents with Grok Bot in 20 Minutes

Build a Fleet of AI Agents with Grok Bot in 20 Minutes

Nate Herk | AI Automation20 min2026-08-12 ▶ Watch on YouTube
ℹ️
Partly verifiedA few specific details here couldn't be independently confirmed against the video. The overall summary is sound, but double-check exact numbers or names before you rely on them.
What this video is
⚡ a 21-minute video, readable in 60 seconds

GrokBot is an AI agent platform that gives users a cloud computer for AI teammates who can sign into real tools (Salesforce, Slack, Gmail, Calendar, GitHub, Skool) and complete handed-off work autonomously from phone or desktop. The video walks through building out several specialized agents, including an executive assistant (Klaus), an AI engineer (Dev), a morning planner (Coffee), and a Slack media manager (Money), each running scheduled routines and messaging one another to pass off work. It covers pricing tiers, live demo runs like a Slack-triggered alert and a CRM outbound sequence, and a case study where a waitlist prototype had to be rebuilt once the agent was pointed to the real brand assets. The presenter frames it as a phone-friendly companion to Claude Code or Codex for on-the-go tasks, not a replacement for deep desk-based coding work.

[00:00] GrokBot is introduced as an AI teammate that has its own computer and works like a person, so tasks can be handed off to it.
Key takeaways
+ 23 more takeaways
  • [04:13] Connecting Gmail added 29 tools and Google Calendar added 9 tools via Google's remote MCP server.
  • [04:24] The morning plan delivery time was set to 7:00am CT on weekdays.
  • [05:05] The morning-briefer agent was renamed "Coffee" with the title "Morning Planner."
  • [05:35] Klaus EA's dry run liked 3 unliked Skool posts, CedricK's Day 6, Lordmark Dorgu's Day 3, and Ogo Ozotta's Day 7, while skipping posts already liked by Andy, Holly, Ramya Swetha, and Grant.
  • [05:35] Klaus EA briefly toggled two already-liked posts by mistake because the feed thumbnail doesn't show like status clearly, then added a rule to open each post before liking.
  • [05:41] Coffee's sample morning plan flagged a Higgsfield meeting invite needing a yes/no, an unscheduled YT chat invite, unread notes from Katie, and a $270 Justworks contractor payment to Mohammed (FYI only).
  • [08:22] Grok pitches specialized single-job agents like Sales Outbound, Talent Scout, Bug Reproduction, Paid Media, Product Performance, Account Health, and Expense Manager.
  • [08:29] The speaker says one mega agent doing many things causes confusion and worse routines versus specialized agents with clear descriptions.
  • [09:36] After approving a private-channel search, the assistant found #nateherkyt as the live sponsorship home base, plus a HeyGen channel, a sales-hiring channel, and a group DM with Lewis and Tal.
  • [10:09] A routine named "YouTube Testing Nate alerts" was created to summarize new messages in the #youtube-testing-nate channel.
  • [10:24] The routine required one setup step, running /invite @Cursor in the target channel, since channel listeners only hear channels the Cursor app has joined.
  • [11:12] Nate estimates the automation would take about 15 minutes with n8n, about 7 minutes with Claude Code, but only about 2 minutes with this tool.
  • [11:46] The test alert reported a Chipotle YouTube sponsorship deal worth $1,000,000,000,000.
  • [11:26] The Slack agent was named "Money," titled "Slack Media," in charge of Slack communication for media and sponsorships.
  • [13:14] Money reported the Anthropic Reel status: a Notion brief dropped Aug 7, AnthropicReel.mp4 uploaded Aug 9, and a follow-up clip pinged to Shawn Aug 11 with no reply yet.
  • [14:22] From his phone, Nate searched YouTube and pulled up his channel, Nate Herk | AI Automation, showing 931K subscribers.
  • [14:44] At his desk doing knowledge work, he uses Codex or Claude Code instead of this tool.
  • [14:55] While traveling, in an Uber, on vacation, or at a restaurant, he uses this tool because it syncs to his phone right away.
  • [15:18] The tool's backend runs on a Grok model, not his Codex subscription or Anthropic's APIs.
  • [16:17] Account settings showed weekly usage at 2% (resetting in 7 days) and spend at $0 of $200 for the cycle.
  • [16:40] Dev delivered a CAIC waitlist prototype at localhost:5173, a name/email form with a localStorage stub and no real backend, in navy/indigo styling.
  • [18:28] Klaus found the real AIS Brand Guidelines and had Dev restyle the page with the actual kit: logo, #37BDF8, dark blues, orange accent, Roboto Mono plus Montserrat, and a pill button with a blue glow.
  • [19:41] After a hard refresh, localhost:5173 showed a "COMING SOON - JOIN THE LIST" page for the CAIC waitlist.
Shown on screen — grab and go
PROMPTThe AIS cert waitlist landing page brief
Nate wants a quick prototype on localhost: an Al Automation Society (Ais) certification program waiting list page (CAlC / cert waitlist).
Please spin up a simple local landing page Poc he can open in a browser. Keep it lightweight and polished enough to demo:
- Headline + short pitch for the AlS certification / CAlC waiting list
- Email (and maybe name) capture form for the waitlist
- Success state after submit (can be front-end only / local stub no need for real backend unless you already have a pattern)
- Clean modern look that fits Nate Herk / AiS vibe (non-technical, creator/automation audience)
When it's running, send me back: the localhost [...]RL, how to start it if needed, and a one-line summary of what you built. Ill relay to Nate.
Transcribed from Klaus's chat brief to Dev shown on screen at ~00:10-00:12; one character gap marked [...], trailing 'decision defaults' sentence dropped for excess OCR gaps. shown at 0:10
PROMPTThe AIS brand restyle spec for Dev
Nate wants the CAlC waitlist at C:\Users\Nate\ais-cert-waitlist restyled to match real Als brand guidelines (not the navy/indigo guess). Brand assets alreadv copied into the proiect folder.
Headers/labels: Roboto Mono Medium
Body: Montserrat Light (Google Fonts is fine)
Logo:
Use ais-logo.png in the header. On dark bg: white AIS with blue glow (the PNG). Keep clear space ~0.5x logo height.
Ul patterns:
Dark-mode first, soft-tech, rounded corners
Primary buttons: pill shape, transparent/dark fill, #37BDF8 border + subtle blue glow, white uppercase label
Overall aesthetic: technical/modern, premium approachable tech
Please update the existing localhost page in place (keep http://localhost:5173 running or restart the same way). When done, confirm URL + what you changed.
Transcribed from Klaus's chat brief to Dev shown on screen at 00:12-00:14; letters read literally as OCR presented (l/I and j/i are ambiguous in this font). shown at 0:14
CODEThe Skool seven-day challenge like skill
Updated Like seven-day challenge posts on Skool:
1. Open AIS on Skool
2. Scroll the feed for seven-day/Day 1-7 challenge posts
3. Click like on each match that isn't already liked
4. Report what you found and liked
Skill steps shown fully legible on screen around 01:55-02:03, only whitespace restored. shown at 1:55
CODEDev's build status and start command
AIS CAlC cert waitlist POC is up.
Localhost: http://localhost:5173 Path: C:\Users\Nate\ais-cert-waitlist
Start (if needed): Set-Location "C:\Users\Nate\ais-cert-waitlist"; python -m http.server 5173 (Server is already running.)
One-liner: Static waitlist landing page with name+email form, client side success state, navy/indigo + warm accent — mobile-friendly, no backend.
Assumptions: plain HTML/CSS/JS; custom AIS-ish branding (no assets); CAIC mentioned in copy; submits stub to localStorage only.
Shown fully legible on screen at 00:12; only whitespace restored, no character gaps. shown at 0:12
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?