Lobster Workflow

Execute multi-step workflows with approval checkpoints using a typed JSON-first pipeline.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dbillionaer/wholesaile --skill lobster-workflow-dbillionaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster Workflow
Source: https://github.com/Dbillionaer/wholesaile/tree/main/extensions/lobster
Command: npx skills add https://github.com/Dbillionaer/wholesaile --skill lobster-workflow-dbillionaer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates multi-step processes that require human oversight or repeatable execution, streamlining complex tasks and ensuring actions are only taken with explicit approval.

Core Features & Use Cases

  • Workflow Execution: Runs predefined pipelines of commands and tool calls.
  • Approval Gates: Pauses execution to request user confirmation before proceeding with sensitive or impactful actions.
  • Resumable Operations: Allows workflows to be resumed after an approval, maintaining state.
  • Use Case: Automate the triaging of incoming emails, allowing for review and approval before sending replies or taking action.

Quick Start

Run the 'gog.gmail.search --query "newer_than:1d" --max 20 | email.triage' pipeline.

Frequently Asked Questions about Lobster Workflow

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

FAQPage Schema
How do I automate a multi-step workflow with approval checkpoints?

You can automate a multi-step workflow with approval checkpoints by defining a typed JSON-first pipeline. The system pauses execution at designated gates, resuming only after you explicitly approve sensitive or impactful actions.

What is JSON-first pipeline execution for task management?

JSON-first pipeline execution is a deterministic approach to running multi-step workflows. It processes structured JSON data to ensure repeatable automations and monitors operate reliably with predictable, structured output.

How do I add an approval gate before sending emails in an automation pipeline?

To add an approval gate before sending emails, configure your pipeline to pause at the execution step. The workflow maintains its state and waits for your explicit human confirmation before proceeding with the send action.

Can I resume a workflow after pausing it for human approval?

Yes, you can resume a workflow after pausing it for human approval. The system maintains the execution state during the checkpoint, allowing operations to continue deterministically once the required approval is granted.

How do I run repeatable automations and syncs with deterministic execution?

You can run repeatable automations and syncs with deterministic execution by chaining commands and tool calls into a predefined pipeline. This structured approach ensures complex tasks are managed with consistent, predictable output.