Lobster Workflow

Execute multi-step JSON-first workflows with approval checkpoints and resumable tokens.

10|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/wixette/clawnotes --skill lobster-workflow-wixette
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Lobster Workflow
Source: https://github.com/wixette/clawnotes/tree/main/openclaw-snapshots/20260312/extensions/lobster
Command: npx skills add https://github.com/wixette/clawnotes --skill lobster-workflow-wixette

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, ensuring consistency and reducing manual errors.

Core Features & Use Cases

  • Workflow Automation: Execute sequences of tool calls as a single, deterministic operation.
  • Approval Gates: Pause workflows at critical junctures for user approval before proceeding.
  • Resumable Operations: Continue interrupted workflows using a provided token.
  • Use Case: Automate the triaging of incoming emails by searching, classifying, and then optionally sending draft replies after user approval.

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 multi-step workflows with approval gates before execution?

You can automate multi-step workflows with approval gates by running typed JSON-first pipelines that pause at critical junctures for human approval before proceeding. This ensures deterministic operations with structured output for complex task management.

What is a JSON-first pipeline for repeatable task automation?

A JSON-first pipeline for task automation executes sequences of tool calls as a single deterministic operation. It structures data passing between steps using typed JSON, ensuring repeatable execution for processes like triage, monitoring, and synchronization.

How do I resume an interrupted workflow pipeline after a pause or failure?

You can resume an interrupted workflow pipeline by using a provided resumption token. This allows the operation to continue from the specific approval checkpoint or interruption point where it previously paused.

Can I use workflow automation for triaging incoming emails and sending draft replies?

Yes, you can use workflow automation for triaging emails by running a pipeline that searches, classifies, and optionally sends draft replies. The workflow pauses at an approval gate to allow human review before the drafts are sent.

Does the workflow pipeline support deterministic operations for synchronization tasks?

Yes, the workflow pipeline supports deterministic operations for synchronization tasks. It executes sequences of tool calls as a single operation, ensuring repeatable automations with structured output for complex task management.

What's the best way to structure a workflow pipeline with multiple tool calls?

The best way to structure a workflow pipeline with multiple tool calls is using typed JSON-first formatting. You chain tools together, such as piping a search command directly into a triage command, to execute them as a single deterministic operation.