Lobster

Coordinate multi-step workflows with human approvals and deterministic outcomes.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/MaxSaiets/myOpenCL --skill lobster-maxsaiets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster
Source: https://github.com/MaxSaiets/myOpenCL/tree/main/openclaw/extensions/lobster
Command: npx skills add https://github.com/MaxSaiets/myOpenCL --skill lobster-maxsaiets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lobster coordinates multi-step workflows with built-in approval checkpoints, enabling teams to automate repeatable processes while ensuring human oversight.

Core Features & Use Cases

  • Deterministic multi-step pipelines with optional approvals and resumable state
  • Structured JSON envelope outputs for easy integration with agent tooling
  • Reusable workflows across tools and services with token-based resume

Quick Start

Run a multi-step pipeline with approvals by calling Lobster with the run action and a pipeline specification.

Frequently Asked Questions about Lobster

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate multi-step workflows with required human approvals?

Automating multi-step workflows with required human approvals involves orchestrating deterministic pipelines that pause at designated checkpoints for manual review before resuming execution. This approach ensures human oversight while automating repeatable processes across tools.

How do I resume an automated pipeline after a human approval gate?

To resume an automated pipeline after a human approval gate, you use token-based resume functionality. The workflow emits a structured state token during the approval checkpoint, which is supplied back to the runtime to continue execution from the exact paused step.

What are deterministic pipelines and when do I need them for cross-tool automation?

Deterministic pipelines ensure automated cross-tool workflows execute with consistent, predictable outcomes every time. You need them when automating repeatable processes like triage or scheduled monitoring where unexpected variations in execution state could cause system instability.

Can I integrate workflow automation outputs with my existing agent tooling?

Yes, you can integrate workflow automation outputs with existing agent tooling because the pipelines emit structured JSON envelopes. These standardized JSON results are designed specifically for easy consumption and integration with downstream agent tools and services.

Do I need a specific runtime environment to execute approval-driven workflows locally?

Yes, executing approval-driven workflows locally requires the specific Lobster runtime and local shell integration. These components are necessary to execute typed pipelines, emit structured results, and support the resume tokens needed for approval checkpoints.

What's the best way to structure repeatable processes for scheduled monitoring with human gates?

The best way to structure repeatable processes for scheduled monitoring with human gates is to define deterministic, multi-step pipelines with built-in approval checkpoints. This allows automated monitoring to run consistently while pausing for human oversight when required.