lobster-jobs
Transform OpenClaw cron jobs into Lobster workflows. Analyze, inspect, and validate job migrations. Use when converting automations to deterministic, approval-gated workflows with resume capabilities.
Why use this skill?
Transform OpenClaw cron jobs into deterministic, approval-gated Lobster workflows. Analyze, migrate, and validate your automations for better control and reliability.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kesslerio/lobster-jobsWhat This Skill Does
The lobster-jobs skill is a specialized utility designed for OpenClaw users aiming to transition from volatile, LLM-heavy cron-based automations to robust, deterministic Lobster workflows. By providing a suite of tools for analysis, validation, and conversion, this skill acts as a bridge between spontaneous agent tasks and structured enterprise-grade process management. It evaluates existing cron jobs based on their inherent logic, categorizing them by migration readiness: Fully Migratable (systemEvent), Partial Migration (agentTurn), or Not Migratable (LLM-dependent). By shifting to Lobster workflows, you gain the ability to insert approval gates, manage state, and utilize resumable execution—features essential for reliable long-term operations.
Installation
To install this skill, use the ClawKit CLI utility within your OpenClaw environment:
clawhub install openclaw/skills/skills/kesslerio/lobster-jobs
After installation, ensure the binary is accessible in your shell environment. You can add it to your PATH by updating your .bashrc or .zshrc file:
export PATH="$PATH:/home/art/niemand/skills/lobster-jobs/bin"
Alternatively, create a symbolic link to your local bin directory:
ln -s /home/art/niemand/skills/lobster-jobs/bin/lobster-jobs ~/.local/bin/
Use Cases
- Production Automation: Converting critical shell scripts that run on cron into stateful workflows that require manual oversight before executing destructive actions.
- Migration Projects: Auditing an entire suite of existing agent tasks to identify which are suitable for hard-coded workflow logic, thereby reducing token costs and improving reliability.
- Compliance and Auditing: Implementing approval-gated workflows for sensitive operations, ensuring a human-in-the-loop audit trail is created for every execution.
- Error Recovery: Moving from flaky agent turns to resumable Lobster workflows that can pick up exactly where they failed during network or service interruptions.
Example Prompts
- "lobster-jobs list and tell me which of my current cron jobs are the best candidates for a full conversion to Lobster workflows."
- "Inspect job 17fe68ca and let me know why it is marked as partial migration; can I force a conversion?"
- "Create a new workflow named 'cleanup-logs' using the with-approval template, then validate the file for me."
Tips & Limitations
- Deterministic vs. LLM: Always prioritize converting systemEvent jobs first. If a job relies heavily on LLM reasoning to interpret input, it may not be suitable for deterministic translation.
- Validation First: Always run
lobster-jobs validateon any manually modified workflow files before deploying them to production to prevent syntax runtime failures. - State Management: When using stateful templates, ensure your workflow environment has persistent storage configured, or your state markers will be lost upon container recycling.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-kesslerio-lobster-jobs": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
google-messages
Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
academic-deep-research
Transparent, rigorous research with full methodology — not a black-box API wrapper. Conducts exhaustive investigation through mandated 2-cycle research per theme, APA 7th citations, evidence hierarchy, and 3 user checkpoints. Self-contained using native OpenClaw tools (web_search, web_fetch, sessions_spawn). Use for literature reviews, competitive intelligence, or any research requiring academic rigor and reproducibility.
soulcraft
Create or improve SOUL.md files for OpenClaw agents through guided conversation. Use when designing agent personality, crafting a soul, or saying "help me create a soul". Supports self-improvement.
dialpad
Send SMS and make voice calls via Dialpad API. Supports single/batch SMS, voice calls with TTS, and caller ID selection.