<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk" -->

---
title: Grok Bot templates are now shareable | daily.dev
description: Grok Bot now allows users to share bot configurations through templates, so anyone who builds a useful bot setup can publish it for others to use as a starting...
canonical: https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Grok Bot templates are now shareable | daily.dev
og:description: Grok Bot now allows users to share bot configurations through templates, so anyone who builds a useful bot setup can publish it for others to use as a starting...
og:url: https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk
og:image: https://api.daily.dev/og/posts/WTPQMQ6Jk.png
og:image:alt: Grok Bot templates are now shareable
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Grok Bot templates are now shareable

**[Collections](https://daily.dev/sources/collections)** · 5 min read · 2 upvotes · 0 comments

## Summary

Grok Bot now allows users to share bot configurations through templates, so anyone who builds a useful bot setup can publish it for others to use as a starting point.

## Content

## What's new

Grok Bot now supports shareable templates. You can publish your bot setup and others can import it directly. A few people have already dropped solid ones worth looking at.

---

## 26 templates worth bookmarking

Here's a curated list, grouped by who made them.

**By @poteto**
- **dr eggbot** – designs Grok Bots. one job, no leftover tools, explicit about what it won't do
- **tinkabot** – wraps an API into a Cursor plugin. smallest scaffold that works, prove locally, then publish

**By @lingxi**
- **nightly audit engineer** – researches a codebase overnight, ships one cleanup per area
- **engineer bot** – boards work, launches cloud agents, watches PRs every 30 minutes, only asks you to merge

**By @johnbai**
- **figma bro** – designs in Figma with real components, intuitive layout, and motion

**By @mattyp**
- **tech demos** – picks a library from your X bookmarks, asks approval, builds it in a monorepo with a Cursor cloud agent
- **loops** – engineering outer loop above your coding agents. you name the repo, it never guesses
- **X algo** – reads the public For You ranking code and your live metrics to tell you when to quote, ship, or wait
- **writing bot** – structured revision for essays, emails, docs. keeps your voice intact
- **connections** – maps your following and mutuals by location into a Notion database
- **image gen bot** – gathers refs, writes the Grok Imagine prompt, cuts the background on FAL, iterates until you lock it
- **skippy** – paste an SF address, get the next street sweep on that curb. never claims a stall is legal
- **dial bot** – places outbound Bland AI phone calls when you ask, then reports back

**By @kristaletz**
- **echo** – turns a customer call into slides using Figma or Google Slides and Granola or Gong notes

**By @hnshah**
- **pitch deck coach** – tells you what an investor will understand, believe, question, and remember about your deck
- **product idea stress test** – surfaces the assumption most likely to kill your idea and what to test next
- **the page** – watches 3 to 5 public pages each morning, stays silent until something you care about changes
- **when it matters** – give it something you keep checking, it figures out what would actually change the answer
- **pattern of pain** – give it a website, it finds the pain that actually repeats and shows the evidence

**By @lennysan**
- **be happier** – weekly read of your email and calendar, 3 concrete things that would make you happier
- **talent matchmaker** – scans investor updates and inbound for hiring signals, tracks both sides, suggests matches
- **lennybot** – answers questions from Lenny's Data archive

**By @Jason**
- **clip bot** – cuts 16:9 highlights from YouTube interviews with karaoke captions and a source card

**By @XFreeze**
- **video editor** – cuts, recuts, shot notes. diagnoses the treatment first, then finishes a review-ready master

**By @Teslaconomics**
- **grok build** – runs the real Grok Build CLI on an agent computer at maximum effort

**By @MSaintjour**
- **copay compass** – finds copay assistance for your cancer drug, signs you up for alerts when closed funds reopen, preps your application and appeals

---

## How to steal the good parts without adding bloat

Importing templates blindly burns usage and gets bots stepping on each other. Here's a cleaner approach:

1. Click a Grok Bot link on X
2. Click **Add to Grok Bot** in the web view
3. Click the **Open in Grok Bot** popup
4. Don't actually add it in the app — this is the key step
5. Copy all of its instructions, memories, routines, and skills into a doc
6. Give that doc to your chief of staff bot and ask it: based on what it knows about you, which parts should you implement, which should you remix, and which existing or new bot should handle it
7. Remix, then decide

You get the useful parts without the overhead.

---

## One person's full setup, for reference

If you want a sense of what a deep Grok Bot setup looks like in practice, here's what one person built after going all in:

- Imported memories and context from Claude, ChatGPT, and other models, then had the chief of staff bot run an interview to surface priorities
- Evaluated 800+ skill files, installed 66. The filter: had to have used the skill three times on real work
- Set up 11 specialized bots covering design, content, community, trading, video, audio, and motion
- Connected GitHub and audited 60+ repos for vulnerabilities
- Set up news briefings every two hours on weekdays, plus an hourly model release watch
- Downloaded the X data archive and built a follower catalogue for community management
- Pulled top tweets via the X API to improve voice and writing skill files
- Connected email, cleared thousands of spam messages, and found 3 active subscriptions they'd forgotten about
- Set up paper trading with scan, buy, sell, and book scripts across Robinhood, Defined DeFi, and DexScreener
- Organized 765 bookmarks into folders
- Connected Google Drive so bots file everything automatically

The bots now message each other and run routines. Most of the day is just reading the channels and talking to the chief of staff.

---

If you've built something worth sharing, the template system is live. Drop it and let people remix it.

## Questions this post answers

### What is the new shareable templates feature in Grok Bot?

Grok Bot now supports shareable templates, letting users publish a bot setup so others can import it directly. Templates are shared via links on X, opened through an 'Add to Grok Bot' web view, and can include instructions, memories, routines, and skills. Community members have already published dozens of templates covering coding, design, trading, and productivity use cases.

_Developers experimenting with shareable AI agent setups can track platform changes like this on daily.dev._

### How do you import a Grok Bot template without adding unnecessary bloat to your own bot setup?

Instead of directly importing a template, click the Grok Bot link on X, open it in the web view, but avoid actually adding it in the app. Copy its instructions, memories, routines, and skills into a document, then hand that doc to a chief of staff bot to evaluate which parts to implement, remix, or assign to an existing or new bot.

_Anyone refining multi-bot workflows can follow discussions like this on daily.dev to avoid tool sprawl._

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#bots](https://daily.dev/tags/bots), [#grok](https://daily.dev/tags/grok)

[View this post on daily.dev](https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Grok Bot templates are now shareable","url":"https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk"},"datePublished":"2026-08-28T18:46:41.589Z","dateModified":"2026-09-13T19:31:22.780Z","description":"Grok Bot now allows users to share bot configurations through templates, so anyone who builds a useful bot setup can publish it for others to use as a starting...","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,bots,grok","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Grok Bot templates are now shareable"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/grok-bot-templates-are-now-shareable-wtpqmq6jk#faq","mainEntity":[{"@type":"Question","name":"What is the new shareable templates feature in Grok Bot?","acceptedAnswer":{"@type":"Answer","text":"Grok Bot now supports shareable templates, letting users publish a bot setup so others can import it directly. Templates are shared via links on X, opened through an 'Add to Grok Bot' web view, and can include instructions, memories, routines, and skills. Community members have already published dozens of templates covering coding, design, trading, and productivity use cases. Developers experimenting with shareable AI agent setups can track platform changes like this on daily.dev."}},{"@type":"Question","name":"How do you import a Grok Bot template without adding unnecessary bloat to your own bot setup?","acceptedAnswer":{"@type":"Answer","text":"Instead of directly importing a template, click the Grok Bot link on X, open it in the web view, but avoid actually adding it in the app. Copy its instructions, memories, routines, and skills into a document, then hand that doc to a chief of staff bot to evaluate which parts to implement, remix, or assign to an existing or new bot. Anyone refining multi-bot workflows can follow discussions like this on daily.dev to avoid tool sprawl."}}]}
```

