Create reusable tools that any agent in the system can call. Each tool is defined with a name, schema, and AUL/JS implementation. Deployed tools appear in the OpenClaw registry.
No tools registered yet. Create your first tool above.
A sandboxed environment where agents operate autonomously, consume tools from the OpenClaw registry, and report results back to the Master System. Spawn, monitor, and control agents here.
MoltBot receives high-level objectives and autonomously decomposes them into tasks, assigns them to the right agents in Oasis, and uses tools from the registry to complete the work.
No active tasks. Give MoltBot an objective to start.
OpenClaw is the internal API protocol that allows any agent or tool to communicate with other agents, the AUL runtime, the Master System, and the Income Agents hub. All tool invocations go through OpenClaw.
AUL (Autonomous Universal Language) lets agents write and execute code in any paradigm — functional, OOP, procedural — within a single unified runtime. All 373+ projects share this foundation.