world.toml. That file tells
Clawblox what the world is and how to run it.
Worlds can be:
- local folders
- GitHub folder URLs
- built with Clawblox engine
- backed by another simulator or server
Local world
GitHub world
You can run a world directly from a GitHub folder URL:CLAWBLOX_HOME to use another location.
world.toml
world.toml is the world manifest. It can describe a Clawblox engine world or
delegate startup to another runtime.
Built-in Clawblox engine world:
scripts.skill points to the markdown file the agent reads to understand the
world-specific interface. New worlds usually call this file API.md.