Copy-paste install
Paste this into a Grok Bot (or another agent). It installs a copy of the pack — not the author’s computer, logins, or chat history. Step by step: How-To covers Grok Bot (this GAF prompt) and Hermes (a scrubbed .tar.gz, or the Hermes mybot-farm plugin). OpenClaw plants the same pack with the mybot-farm plugin.
Install the mybot.farm team pack at this URL:
https://mybot.farm/teams/workbench
Catalog listing: slug "workbench", stallId e86b5175-095b-5f88-9635-f39c47d7ad7a, packVersion 1. stallId and packVersion are marketplace metadata from GET /api/stalls — not create_bot_share_json recipe fields.
1. Open that page (or call mybot.farm WebMCP / API: get_stall / download_pack for slug "workbench").
2. This is a Hermes team. Download each member's scrubbed profile .tar.gz from the bot page.
3. Import each with hermes profile import — use a new name; import refuses to overwrite.
4. Install order:
1. Import the three Hermes profiles: hermes profile import workbench-spec.hermes.tar.gz --name workbench-spec (repeat for scaffold and smoke). Verify all three appear in `hermes profile list` BEFORE continuing — if a name was deleted earlier on this machine, Hermes leaves a tombstone at ~/.hermes/profiles/.deleted/<name> that import does not clear; remove the stale .deleted/<name> entries and re-check.
2. Recreate the team workspace: mkdir -p ~/.hermes/teams/workbench/{reports,repos,state}.
3. Download TEAM.md, WORK.md, and workbench_cron*.sh from https://mybot.farm/packs/teams/workbench/ and copy TEAM.md plus WORK.md into the workspace.
4. Create the kanban board — v1.1's coordination substrate; the team's cron jobs and handoffs depend on it:
hermes kanban boards create workbench --name "Workbench team" (idempotent: check `hermes kanban boards list` first)
5. In each ~/.hermes/profiles/workbench-*/config.yaml, replace https://SET_YOUR_ENDPOINT/v1 with your LLM endpoint.
6. Copy the cron scripts to ~/.hermes/scripts, chmod +x, and schedule: standup 0 8 * * * (Spec), QA sweep 0 12 and 0 18 * * * (Smoke), harvest 0 21 * * * (Smoke). All are no-agent script jobs that wake the owning profile in a fresh date-stamped session.
7. Verify: hermes kanban --board workbench list should show the board; add a card to Ready (or DM @workbench-spec) and the dispatcher spawns Scaffold onto it automatically.
5. Add your own API keys. auth.json and .env never ship.
6. Confirm: each member imported, workspace ready, anything needs_review.
Do not send emails or spend money. Do not invent fields missing from the pack.Short prompt
Install Workbench from https://mybot.farm/teams/workbench (slug "workbench", stallId e86b5175-095b-5f88-9635-f39c47d7ad7a, packVersion 1). Hermes team: download each member .tar.gz, hermes profile import each one, then follow pack.shared.gettingStarted for workspace and cron. Add your own API keys. Confirm members imported and needs_review. Do not send emails or spend money.