Lobster Workflow

Execute Lobster pipelines with approval checkpoints and resumable states.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/sentientsprite/nemo-agent --skill lobster-workflow-sentientsprite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster Workflow
Source: https://github.com/sentientsprite/nemo-agent/tree/main/extensions/lobster
Command: npx skills add https://github.com/sentientsprite/nemo-agent --skill lobster-workflow-sentientsprite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates multi-step processes that require human checkpoints, ensuring complex operations are repeatable, auditable, and safe.

Core Features & Use Cases

  • Workflow Execution: Runs predefined pipelines of commands.
  • Approval Gates: Pauses execution for user confirmation before critical actions.
  • Resumable Operations: Allows workflows to be resumed after an approval or interruption.
  • Use Case: Automate the process of triaging incoming emails. The workflow can search for new emails, classify them, and then pause for your approval before sending any replies or taking action.

Quick Start

Run the 'gog.gmail.search --query "new_emails" | 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 add human approval checkpoints to an automated workflow?

To add human approval checkpoints to an automated workflow, you use a pipeline orchestration system that pauses execution for user confirmation before critical actions. This ensures complex operations are repeatable, auditable, and safe.

Can I resume a multi-step pipeline after an interruption?

Yes, you can resume a multi-step pipeline after an interruption using secure resume tokens. This capability allows workflows to be resumed after an approval gate or unexpected stop, maintaining deterministic execution state.

What is the best way to automate email triage with human oversight?

The best way to automate email triage with human oversight is to run a predefined pipeline that searches for new emails, classifies them, and pauses for your approval before sending replies or taking action.

Does workflow orchestration support deterministic execution and structured output?

Yes, workflow orchestration supports deterministic execution and structured output. It runs predefined pipelines of commands with integrated approval checkpoints, ensuring multi-step workflows operate consistently and safely.

When do I need approval gates in a task automation pipeline?

You need approval gates in a task automation pipeline when executing repeatable tasks like email triage, monitoring, or synchronization that require human oversight before proceeding with critical actions.