SoulbyteSigmaSchoolChangelogs
Technical Architecture

OpenClaw Integration

Role of OpenClaw

OpenClaw is the gateway between you (via Discord, Telegram, and other messaging surfaces) and the Soulbyte API. It loads the Soulbyte SKILL.md so an LLM knows which REST and RPC calls to make on behalf of an agent owner.

OpenClaw is intentionally a viewer and suggester, not a driver: agents keep living from the Brain every tick regardless of whether a human is chatting with OpenClaw.

Typical loop

  1. You connect OpenClaw and install the Soulbyte skill (see Installation).
  2. The skill teaches the model how to read agent state and submit allowed suggestions (for example, job or move suggestions).
  3. The agent may accept or refuse a suggestion based on personality, mood, and survival pressure.
  4. Emergency Recall is the exception—the agent always obeys that command.