diff --git a/README.md b/README.md index ab8680465..0f1506927 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The numbers above aren't theoretical. They come from a real deployment documente Without the skillpack, your agent has tools but no playbook. With it, the agent knows when to read, when to write, how to enrich, and how to keep the brain alive autonomously. It's a pattern book, not a tutorial. "Here's what works, here's why." -## How gbrain fits with OpenClaw +## How gbrain fits with OpenClaw/Hermes GBrain is world knowledge — people, companies, deals, meetings, concepts, your original thinking. It's the long-term memory of what you know about the world. @@ -190,9 +190,9 @@ The Supabase connection URL is configured during `gbrain init`. The OpenAI and A Without an OpenAI key, search still works (keyword only, no vector search). Without an Anthropic key, search still works (no multi-query expansion, no LLM chunking). -### With OpenClaw (recommended) +### With OpenClaw or Hermes Agent (recommended) -To install, paste this into OpenClaw and we'll work with you to do the rest: +To install, paste this into [OpenClaw](https://openclaw.com) or [Hermes Agent](https://hermesagent.com) and we'll work with you to do the rest: ``` Set up gbrain (https://github.com/garrytan/gbrain) as my diff --git a/docs/GBRAIN_SKILLPACK.md b/docs/GBRAIN_SKILLPACK.md index f4d9c4a7c..8dde528f1 100644 --- a/docs/GBRAIN_SKILLPACK.md +++ b/docs/GBRAIN_SKILLPACK.md @@ -490,8 +490,8 @@ spawning for heavy work. ### The Dream Cycle (DREAMS.md) -The most important cron job runs while you sleep. OpenClaw ships with DREAMS.md as a -default skill. When quiet hours start, the dream cycle kicks off: +The most important cron job runs while you sleep. OpenClaw/Hermes ships with DREAMS.md +as a default skill. When quiet hours start, the dream cycle kicks off: 1. **Entity sweep.** Scan today's conversations for every person, company, concept, or idea you mentioned. Check each against the brain. diff --git a/skills/setup/SKILL.md b/skills/setup/SKILL.md index 91d483c9b..4f24b1491 100644 --- a/skills/setup/SKILL.md +++ b/skills/setup/SKILL.md @@ -64,7 +64,7 @@ Guide the user through creating a Supabase project: ``` 6. Verify: `gbrain doctor --json` -**OpenClaw agent instructions:** Store the Supabase access token in your persistent +**OpenClaw/Hermes agent instructions:** Store the Supabase access token in your persistent env as `SUPABASE_ACCESS_TOKEN`. gbrain doesn't store it, you need it for future `gbrain doctor` runs. Generate at: https://supabase.com/dashboard/account/tokens @@ -212,7 +212,7 @@ output. It checks connection, pgvector, RLS, schema version, and embeddings. ## Phase G: Auto-Update Check (if not already configured) If the user's install did NOT include setting up auto-update checks (e.g., they -used the manual install path or an older version of the OpenClaw paste), offer it: +used the manual install path or an older version of the OpenClaw/Hermes paste), offer it: > "Would you like daily GBrain update checks? I'll let you know when there's a > new version worth upgrading to — including new skills and schema recommendations.