Lobster

Orchestrate multi-step workflows with approval checkpoints and token-based resumes.

55|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Yapie0/safe-openclaw --skill lobster-yapie0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster
Source: https://github.com/Yapie0/safe-openclaw/tree/main/extensions/lobster
Command: npx skills add https://github.com/Yapie0/safe-openclaw --skill lobster-yapie0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lobster orchestrates multi-step workflows with approval checkpoints to ensure repeatable, auditable automation and human-in-the-loop decisions.

Core Features & Use Cases

  • Deterministic pipelines: same input yields the same structured results.
  • Approval gates: pause execution for human confirmation and resume with a token.
  • Tool integration: runs Lobster pipelines locally and can invoke other OpenClaw tools via bridges.
  • Use Case: triage and orchestrate multi-step tasks like email processing or monitoring with approvals.

Quick Start

Run a sample pipeline to triage recent messages and return a structured envelope.

Frequently Asked Questions about Lobster

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

FAQPage Schema
How do I add human approval gates to an automated workflow pipeline?

Orchestration tools with approval checkpoints pause automated workflows for human confirmation and resume using a secure token. This delivers deterministic results and ensures auditable, human-in-the-loop decisions for multi-step tasks.

What is deterministic workflow orchestration and when do I need it?

Deterministic workflow orchestration is a process where the same input yields the same structured results every time. You need it for tasks like triage and monitoring to guarantee repeatable, auditable automation without unpredictable side effects.

How do I resume a paused multi-step automation task after a timeout?

You resume a paused multi-step automation task by using token-based resumes tied to the specific approval checkpoint. The orchestration system handles strict timeout handling to safely resume execution within the gateway sandbox.

Can I integrate local pipelines with other automation tools using a gateway sandbox?

Yes, local pipelines can integrate with other automation tools by invoking them via bridges. The orchestration executes safe subprocess actions within a gateway sandbox to maintain strict input validation and deterministic results.

Does deterministic workflow orchestration support safe subprocess execution?

Yes, deterministic workflow orchestration supports safe subprocess execution. It operates within a gateway sandbox to ensure strict input validation and safe subprocess execution during multi-step automation and tool integration.

What are the limitations of using approval checkpoints for workflow automation?

The limitation of using approval checkpoints for workflow automation is that execution halts entirely until human confirmation is received. While timeout handling and token-based resumes mitigate delays, unattended pipelines cannot proceed past these gates automatically.