Lobster

Runs scripted workflows with approval gates and resumable execution for multi-step tasks.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/sky770825/openclaw-console-hub --skill lobster-sky770825
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster
Source: https://github.com/sky770825/openclaw-console-hub/tree/main/openclaw-main/extensions/lobster
Command: npx skills add https://github.com/sky770825/openclaw-console-hub --skill lobster-sky770825

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates complex, multi-step processes that require human oversight or repeatable execution, reducing manual effort and ensuring consistency.

Core Features & Use Cases

  • Workflow Execution: Runs predefined pipelines of actions.
  • Approval Gates: Pauses execution for user confirmation before critical steps.
  • Resumable Operations: Allows workflows to be resumed after approval.
  • Use Case: Automate the process of triaging incoming emails, classifying them, and then requiring approval before sending any draft replies.

Quick Start

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

Frequently Asked Questions about Lobster

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 running predefined pipelines that pause for user confirmation before critical steps. This ensures human oversight for sensitive operations while maintaining deterministic, resumable execution.

What is resumable execution in JSON-first pipelines?

Resumable execution in JSON-first pipelines allows a paused workflow to restart after receiving explicit human approval. This mechanism prevents failed or interrupted multi-step processes from losing progress, ensuring deterministic outcomes for tasks like email triage or synchronization.

How do I add human approval gates to an automated task pipeline?

Adding human approval gates to an automated task pipeline involves configuring execution to pause before sensitive operations. The workflow waits for explicit confirmation before proceeding, ensuring controlled execution and deterministic outcomes.

Can I require manual confirmation before sending automated draft replies?

Yes, you can require manual confirmation before sending automated draft replies by using approval gates. The workflow classifies incoming emails and drafts replies, then pauses execution to require explicit user approval before sending any responses.

Does this workflow automation tool require external dependencies?

No, this workflow automation tool does not require external dependencies. It operates independently using internal scripts and references to execute typed, JSON-first workflows with optional approval gates and resumable operations.

What is the best way to integrate external tools into a typed workflow pipeline?

The best way to integrate external tools into a typed workflow pipeline is by using a pipeline syntax. This allows you to chain commands, such as searching emails and triaging them, while ensuring deterministic outcomes and controlled execution.