Lobster

Execute multi-step workflow pipelines with approval checkpoints and resume tokens.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill lobster-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/extensions/lobster
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill lobster-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lobster solves the problem of safely coordinating multi-step automation that may need human approval before triggering side effects.

Core Features & Use Cases

  • Approval-gated pipelines: Halts execution at approval checkpoints and returns a structured approval request with a resume token.
  • Deterministic workflow execution: Produces a typed JSON envelope from pipeline runs so downstream handling is consistent.
  • Resumable execution: Continues a paused workflow using the provided token and an approve decision, enabling interrupted operations to be completed reliably.

Quick Start

Run a typed workflow pipeline with approval checkpoints for triaging and safely executing multi-step actions by calling the lobster tool with action run and your chosen pipeline string.

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 checkpoints to automated workflow pipelines?

Resumable workflow execution continues interrupted operations reliably by passing the provided resume token and an approve decision back to the pipeline. This mechanism completes paused operational runs without losing prior execution state.

How do I resume an interrupted workflow execution after an approval pause?

Resumable workflow execution continues interrupted operations reliably by passing the provided resume token and an approve decision back to the pipeline. This mechanism completes paused operational runs without losing prior execution state.

Can I use typed JSON envelopes for consistent downstream workflow handling?

Lobster fits batched inbox triage with optional human gating, recurring monitoring with notifications, and resumable operational runs across interruptions. These scenarios benefit from controlled updates and side-effect safety during multi-step automation.

What is side-effect safety in multi-step automation pipelines?

To run a typed workflow pipeline with approval checkpoints, call the lobster tool with action run and your chosen pipeline string. Parse and validate the returned typed JSON envelope to handle approval requests and resume tokens.

Does workflow automation work with batched inbox triage and recurring monitoring?

Side-effect safety in multi-step automation pipelines prevents uncontrolled actions by halting execution at approval checkpoints before triggering operations like triage or updates. This ensures side-effecting actions only execute after explicit human approval.

How do I start a workflow pipeline with approval gating?

Typed JSON envelopes provide consistent downstream handling for workflow pipelines by structuring the output of deterministic execution runs. This ensures downstream systems parse and validate pipeline results predictably.