What problem does it solve?
ZeroToken + OpenClaw automates browser workflows by recording interaction trajectories once and replaying them later with significantly lower token usage, while preserving browser state across repeated runs.
Core Features & Use Cases
- Trajectory recording and export: Capture browser actions into trajectories suitable for later reuse.
- Low-token script replay for recurring tasks: Convert trajectories into executable scripts and run them on schedule.
- OpenClaw integration with HTTP mode: Keeps the browser alive by using Streamable HTTP so repeated MCP calls do not lose session state.
- Best-fit use case: Daily login, scheduled data pulls, and other recurring browser tasks that benefit from repeatability.
Quick Start
Tell the agent: “Set up OpenClaw with the ZeroToken MCP server in HTTP mode, record the browser login and data retrieval steps as a trajectory, then convert it to a reusable script and bind it to my scheduled job_id.”