What problem does it solve?
Lobster integrates a local-first workflow runtime into OpenClaw so users can run repeatable, deterministic multi-step automations that may require human approval and resumable state, removing brittle ad-hoc scripting and manual orchestration.
Core Features & Use Cases
- Deterministic typed pipelines: Executes JSON-first pipelines that produce structured envelopes rather than opaque text.
- Approval gates & resumability: Pause for human approval with resume tokens to continue workflows safely.
- Structured outputs: Always returns a JSON envelope (ok/status/output/requiresApproval) for reliable integration.
- Security and host controls: Validates working directory, enforces timeout and stdout caps, and restricts executable selection to prevent RCE.
- Use Cases: Email triage with approval before sending replies, scheduled monitoring and notifications, stateful syncs across tools.
Quick Start
Run a Lobster pipeline to triage recent emails and ask for approval before taking actions.