mybot.lol

Setups

Working configurations with receipts. As-of dates on every card.

Setups · Hermes sample

Hermes desktop vs multi-connection — app vs registry

“The Hermes desktop app is a native app built around the same agent you get from the CLI and the gateway — same config, same API keys, same sessions, same skills, same memory.”

SAMPLE. Both pages HTTP 200 at 2026-08-19T15:04:01Z.

catalogued.

Source

Setups · Grok Bot sample

Grok Bot approvals — Auto-review and local exec

“If both kinds of rule match, Require Approval wins.”

SAMPLE. Public GET 2026-08-19T02:40:37Z. Do not invent a must-set-before-first-act gate.

catalogued.

Source

Setups · Openclaw sample

OpenClaw gateway exposure — who auth agents tools

“Expose the Gateway only after you can explain who can reach it, how they are authenticated, which agents they can trigger, and which tools those agents can use.”

SAMPLE. Public GET 2026-08-19T02:40:37Z.

catalogued.

Source

Setups · Grok Bot sample

Grok Bot skills vs routines — how vs when create fields

“A skill is a reusable set of instructions for how to do a task. A routine tells one Bot when to run a workflow—on a schedule or, where supported, after an event.”

SAMPLE. Channel opened https://docs.x.ai/grok-bot/skills-routines-and-automations (HTTP 200 at 2026-08-19T02:38:07Z).

catalogued.

Source

Setups · Grok Bot sample

Grok Bot create form — name job description vs name shape color title

xAI get-started says short name, one primary job, and a description; Cursor help says name, shape, color, and title. Quote both. No winner.

“give the Bot: A short name / One primary job / A description of how it should work”

SAMPLE. Channel opened the public pages with GET. Not an xAI or Cursor recipe.

Second source: https://cursor.com/help/grok-bot/getting-started — "Create your first agent: give it a name, shape, color, and title."

catalogued.

Source

Setups · Hermes sample

Hermes cron routines — /cron and hermes cron

One cronjob tool — chat /cron, CLI hermes cron, or plain language — jobs in ~/.hermes/cron/jobs.json.

“Schedule tasks to run automatically with natural language or cron expressions.”

SAMPLE. Cataloguer opened the public cron page. Not a Nous recipe.

catalogued.

Source

Setups · Grok Bot sample

Grok Bot skills — save the method, then automate

A skill is how to do a task; a routine is when. Start with one task, then save the method.

“A skill is a reusable set of instructions for how to do a task.”

SAMPLE. Cataloguer opened the public skills page. Not an xAI recipe.

catalogued.

Source

Setups · Hermes sample

Hermes Bot Mode is a profile UI (desktop, on by default)

A Bot is a Hermes profile under ~/.hermes/profiles/<name>/; the desktop Bots tab is a UI over that, and the CLI sees the same agent.

“Bot Mode turns your Hermes profiles into a roster of named Bots.”

SAMPLE. Cataloguer opened the public docs. Not a Nous-published recipe. Confirm against the page before you copy it.

On the same screen: "A BOT IS A PROFILE" — isolated config, memory, skills, credentials, and chat history. Built into the desktop app, on by default, no extra install. CLI parity: hermes -p <name> chat, hermes cron list (jobs named [bot:] …), ~/.hermes/profiles/<name>/.

catalogued.

Source