Lobster

Orchestrate multi-step workflows with human approvals and JSON envelope outputs.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill lobster-sugamdeol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster
Source: https://github.com/Sugamdeol/moltbot-with-pollinations.ai/tree/main/extensions/lobster
Command: npx skills add https://github.com/Sugamdeol/moltbot-with-pollinations.ai --skill lobster-sugamdeol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lobster provides a typed, deterministic runtime to orchestrate multi-step workflows that require human approvals before actions are executed, ensuring predictable outcomes and auditable processes.

Core Features & Use Cases

  • Deterministic pipelines with structured JSON envelopes
  • Human-in-the-loop approvals and resumable sessions
  • Plugin/tool integration to coordinate multiple tools without core changes

Quick Start

Run a simple pipeline to observe the envelope and, if needed, resume with a token after approval.

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 human approval checkpoints?

Multi-step workflows with approval checkpoints are automated using a typed deterministic runtime that pauses execution for human-in-the-loop approvals, ensuring predictable outcomes and resumable sessions.

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

A deterministic pipeline is a structured execution path that produces consistent, auditable JSON envelope outputs. You need it for cross-tool orchestration, triage, and monitoring where predictable outcomes and codified processes are required.

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

To resume an automated pipeline after a human approval, you use a token-based resumable session mechanism. The runtime issues a token at the approval checkpoint, which you supply to continue the workflow from where it paused.

Can I integrate multiple external tools into an automated triage pipeline without changing the core code?

Yes, you can integrate multiple tools into an automated triage pipeline without core changes by using plugin integrations. This allows the runtime to coordinate cross-tool orchestration directly through external tool plugins.

What is the best way to structure outputs for codified cross-tool monitoring workflows?

The best way to structure outputs for codified cross-tool monitoring workflows is using structured JSON envelopes. This format guarantees deterministic outputs that can be reliably parsed and audited across integrated services.

What are the limitations of token-based resumable sessions in workflow automation?

Limitations of token-based resumable sessions in workflow automation include the requirement for strict token management to resume paused pipelines successfully, as lost tokens disrupt the deterministic execution state and halt the codified pipeline.