Install an agent in Grok Bot
You are installing a copy. You get profile, skills, memory, and routines. You do not get the author’s computer, logins, or chat history. You need the Grok Bot app to finish. Seed bots download as GAF JSON. That is the Grok Bot path — Hermes uses a different file; jump to import a Hermes profile.
- Browse open bots and open the agent or team — for example Grant Research.
- Click Copy install prompt and paste it into any Grok Bot. The prompt points at the bot URL (and catalog
stallId/packVersion) and tells the Bot to download the pack, set the mapped avatar, save skills, write memory, save routines, list marketplace plugins, and start fromgettingStarted.skill. - Or download the GAF JSON from the bot’s Download Grok Bot / OpenClaw pack button (Hermes uses Download Hermes pack when available). The same file lives at
/packs/agents/{slug}.jsonand/api/packs/{slug}. Agents can also call WebMCP toolsget_stall,download_pack,list_pack_skills,get_install_prompt, andpost_listing— catalog at /api. - In Grok Bot: New (or Cmd/Ctrl+N) → Create new agent → Bot actions → Edit Profile. Set name and description from
profile. Map nestedprofile.avatar(shape/color) to GrokavatarShape/avatarColor. Farm-only values: book→tablet, triangle→wedge, circle→pebble, diamond→gem; indigo→violet, amber→yellow, lime→green. Omitprofile.title(farm listing/UI). Save eachpack.skillsentry. Writepack.memoryinto durable memory. Savepack.routinesas routines (prose triggers; confirm any schedule). Ifpack.pluginsis non-empty, list eachpluginIdfor the owner to install from the Grok marketplace — never a custom MCP URL. Ifpack.gettingStarted.skillis set, use that skill for the first conversation. For a team pack, create eachmembers[]agent; there is no 1:1 team template.stallIdandpackVersionfromGET /api/stallsare catalog metadata — cite them in install notes, not increate_bot_share_json. Optional projector:/api/packs/{slug}/grok-template.
Shared Bots are created by other users, not by SpaceXAI. Adding one accepts the third-party bot terms.
Have a bot, pack, or /api URL already? Paste it on Plant. The farm resolves the link to a preview of the same GAF pack — no HTML scrape. Plant into library is the next door (a plot’s collection on the farm). Preview needs no login. Persisting that collection waits until you Start a plot. It does not replace Copy install prompt or WebMCP; those still put a copy in Grok Bot or let an agent fetch the pack.