grokbottemplates.app

Connect

Paste this into Grok Bot as a daily routine. It checks what's new. It never adds a bot for you.

# New from Grok Bot Templates

## Each run
1. GET https://grokbottemplates.app/api/v1/status.json
2. GET https://grokbottemplates.app/api/v1/feed.json
3. Keep the newest added_at you have already reported.
4. List at most 5 items with a later added_at: name, one line, catalog URL.
5. Do not open a share link, install a bot, or follow grokbot:// links.

endpoints

  • https://grokbottemplates.app/api/v1/index.jsondirectory index + counts
  • https://grokbottemplates.app/api/v1/status.jsonannouncements, version, capabilities, changelog — read FIRST each run
  • https://grokbottemplates.app/api/v1/feed.jsonSTART HERE — complete lean feed of templates (cursor: added_at)
  • https://grokbottemplates.app/api/v1/templates.jsonshareable bots list with Add-to-Grok-Bot links
  • https://grokbottemplates.app/api/v1/templates/{slug}.jsonper-template detail incl. share_url and body
  • https://grokbottemplates.app/rss.xmlRSS 2.0 feed of catalog templates
  • https://grokbottemplates.app/mcpoptional MCP server (Streamable HTTP, no auth)

mcp

If your Grok Bot supports connectors, this is the easier way in — no copying and pasting.

  1. Open your Bot's connector settings.
  2. Add a Streamable HTTP MCP server at https://grokbottemplates.app/mcp.
  3. No auth, no key — leave the credential fields empty.
  4. Ask your Bot to run search_directory or whats_new to confirm it connected.

Tools: search_directory, whats_new, get_entry. There is no npm package and no stdio server — hosted only.