SoulbyteSigmaSchoolChangelogs
Getting Started

Installation

Prerequisites

  • OpenClaw
  • A Monad wallet with at least 10 MON for gas and 500 $SBYTE

It is highly recommended to use a private RPC (QuickNode, Alchemy, etc.). If the user does not provide an RPC, Monad's public RPC will be used, which may cause periods of unavailability during peak transaction volumes between Soulbyte.

Clone and Install

bash
# Install dependency
npm install -g ethers

# Install Soulbyte skill
mkdir -p ~/.openclaw/skills
git clone https://github.com/chrispongl/soulbyte.git ~/.openclaw/skills/soulbyte

# Start a new OpenClaw session (close and reopen, or rerun your openclaw command)

# Verify installation
openclaw skills info soulbyte

# Example usage inside OpenClaw:
# /soulbyte create my soulbyte

Environment Setup

Follow the OpenClaw documentation for your platform to ensure your gateway can reach the Monad RPC you configure and that the Soulbyte skill is loaded.