openclaw

openclaw/lobster

TypeScript MIT Dev Tools

Lobster is a Openclaw-native workflow shell: a typed, local-first “macro engine” that turns skills/tools into composable pipelines and safe automations—and lets Openclaw call those workflows in one step.

1.2k stars
278 forks
active
GitHub +8 / week

1.2k

Stars

278

Forks

0

Open issues

10

Contributors

AI Analysis

Lobster is a typed, JSON-first workflow engine designed for OpenClaw AI agents to execute composable pipelines, jobs, and approval gates without re-planning. It serves developers and AI orchestration platforms seeking deterministic, resumable automation with token efficiency—not a general-purpose shell, but a specialized tool for agentic workflow composition and integration.

Dev Tools Developer Tool Discovery value: 6/10
Documentation 6/10
Activity 9/10
Community 7/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 7/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

workflow-automation ai-agents typed-pipelines orchestration openclaw-plugin
Actively maintained MIT licensed Niche/specialized use case Production ready
Deep Analysis · Based on README and public signals
1w ago

OpenClaw-native workflow engine for typed, deterministic AI agent automation with approval gates

Lobster is a TypeScript workflow shell designed specifically for OpenClaw integration, enabling AI agents to compose reusable, typed pipelines with approval checkpoints. It targets token efficiency and resumability by allowing agents to invoke complex workflows as single steps rather than replanning each action. The project is very new (created January 2026), shows active early maintenance, but adoption remains unverified beyond the OpenClaw ecosystem.

Origin

Lobster launched in January 2026 as an optional plugin tool for OpenClaw (PR #1152 referenced in README). It emerged from a recognized problem: AI agents re-planning every step wastes tokens and reduces determinism. The project aims to sit between general-purpose workflow tools and OpenClaw's specific needs.

Growth

Gained 1,235 stars in ~5.5 months with modest recent velocity (6 stars in last 7 days as of June 22, 2026). The growth pattern suggests early-stage adoption within a defined community rather than exponential viral adoption. Comparison to sibling projects (openclaw/clawhub at 9,082 stars) indicates Lobster remains specialized and narrower in scope than broader OpenClaw tooling.

In production

Adoption not verified. README demonstrates example workflows (GitHub PR monitoring, weather advice with LLM integration) but does not cite production deployments, user counts, or case studies. References to 'OpenClaw integration: ship as an optional OpenClaw plugin tool' (in 'Next steps') suggest the project may still be in pre-release or early adoption within the broader OpenClaw ecosystem. No external integration reports or testimonials visible.

Code analysis
Architecture

Based on README, Lobster implements a command-line shell model with composable stages: `exec` (OS commands), data shaping (`where`, `pick`, `head`), renderers (`json`, `table`), and workflow gates (`approval`). Workflow files are YAML-based with support for shell steps, native pipeline stages, approval gates, and data-forwarding via `stdin`. Appears to use a step-reference model (`$step.stdout`, `$step.json`) for inter-step communication. Likely implements conditional execution (`when` clauses), retry logic, timeouts, and error handling per step.

Tests

README mentions `pnpm test` runs TypeScript compilation and executes tests against compiled output (`dist/`). Specific test coverage metrics not documented in README.

Maintenance

Last push June 22, 2026 (10 days before analysis date), indicating active maintenance. Project created January 18, 2026, making it approximately 5 months old. Appears to be under active development rather than stagnant, though velocity appears measured rather than accelerating.

Honest verdict

ADOPT IF: you are building AI agent automation within the OpenClaw ecosystem and need typed, resumable workflows with approval gates to reduce token costs and improve determinism. AVOID IF: you need mature production-grade workflow orchestration with extensive third-party integration libraries, or you require multi-platform adoption beyond OpenClaw. MONITOR IF: you are evaluating workflow abstractions for AI agents in general; Lobster's design patterns (typed steps, approval gates, deterministic resumability) may inform broader tools as the space matures.

Independent dimensions

Mainstream potential

3/10

Technical importance

6/10

Adoption evidence

2/10

Risks
  • Adoption heavily dependent on OpenClaw ecosystem growth and adoption rate. If OpenClaw growth slows, Lobster may remain niche.
  • Project is very young (5 months old); production stability and long-term maintenance commitment unverified.
  • No evidence of adoption outside OpenClaw ecosystem; risk of tight coupling limiting broader appeal.
  • Approval gate and workflow model may not generalize well to domains beyond AI agent automation.
  • Competitive pressure from general-purpose workflow tools (Argo, Prefect, etc.) if OpenClaw becomes mainstream.
Prediction

Lobster likely remains a specialized tool within the OpenClaw ecosystem over the next 12-18 months. If OpenClaw gains significant production adoption, Lobster could become a standard component; otherwise, it may plateau as a niche utility with modest, stable usage among AI agent builders.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

TypeScript
99.6%
JavaScript
0.4%

Information

Language
TypeScript
License
MIT
Last updated
22h ago
Created
6mo ago
Analyzed with
anthropic/claude-haiku-4-5

Stars over time

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Open issues

No open issues — clean slate.

Open pull requests

No open pull requests.

Similar repos

openclaw

openclaw/openclaw

OpenClaw is a self-hosted personal AI assistant that runs on the user's own...

382.4k TypeScript AI & ML
netease-youdao

netease-youdao/LobsterAI

LobsterAI is a desktop AI agent that automates office workflows by executing...

5.5k TypeScript Productivity
nikilster

nikilster/clawflows

ClawFlows is a workflow automation system for OpenClaw agents that provides...

1.7k Shell Productivity
openclaw

openclaw/clawhub

ClawHub is a public registry for OpenClaw agent skills and plugins, enabling...

9.1k TypeScript Dev Tools
vs. alternatives
openclaw/openclaw (381k stars)

Parent/host project. Lobster is an optional plugin layer, not a replacement. Lobster adds structured workflow primitives that OpenClaw can invoke as macros.

nikilster/clawflows (1.7k stars)

Similar GitHub-star scale but shell-based. Lobster emphasizes typed (JSON-first) pipelines and approval gates; clawflows appears more general-purpose workflow scripting.

netease-youdao/LobsterAI (5.4k stars)

Higher-starred project with similar name but different domain focus (appears AI-centric). Not a direct competitor for OpenClaw integration niche.

openclaw/clawhub (9k stars)

Sibling OpenClaw project with ~7x higher adoption. Suggests Lobster's narrower scope limits adoption compared to broader OpenClaw ecosystem tools.