Cat Workflow

Execute JSON-first workflows with approval gates and resumable operations.

16|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Flexasaurusrex/OpenPaw --skill cat-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cat Workflow
Source: https://github.com/Flexasaurusrex/OpenPaw/tree/main/extensions/lobster
Command: npx skills add https://github.com/Flexasaurusrex/OpenPaw --skill cat-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (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: Run predefined pipelines of actions.
  • Approval Gates: Pause execution for human review and approval before proceeding.
  • Resumable Operations: Continue interrupted workflows using a token.
  • Use Case: Automate the triaging of incoming emails, allowing for human approval before sending replies to sensitive or action-required messages.

Quick Start

Use the cat skill to run the 'gog.gmail.search --query "newer_than:1d" --max 20 | email.triage' pipeline.

Frequently Asked Questions about Cat Workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pipelines with human approval checkpoints?

Pipelines with approval checkpoints are executed by pausing workflow operations for human review before proceeding. This automation approach ensures human-in-the-loop decision-making for sensitive actions like sending emails, maintaining repeatable and deterministic multi-tool operations.

What is a resumable workflow and how does it handle interruptions?

A resumable workflow allows interrupted pipeline execution to continue from a specific point using a token. This capability ensures that deterministic multi-tool operations can recover without restarting, preserving the state of typed JSON-first processes.

Can I run typed JSON workflows for multi-step email triaging?

Typed JSON workflows can run multi-step email triaging by chaining tool operations like searching and triaging into a single pipeline. This allows automated processing of incoming messages with optional human approval gates before sending replies to action-required emails.

Do I need the cat executable to run approval-based pipelines?

The 'cat' executable is required to be available in the system's PATH to run approval-based pipelines. This prerequisite environment setup enables the execution of typed JSON-first workflows with optional approval checkpoints and resumable capabilities.

What's the best way to execute repeatable automation scripts with human-in-the-loop oversight?

Executing repeatable automation scripts with human-in-the-loop oversight is best handled by running typed workflows with defined approval gates. This approach addresses scenarios requiring deterministic multi-tool operations while ensuring human review before sensitive actions.

Why use resumable tokens in workflow automation pipelines?

Resumable tokens in workflow automation pipelines are used to continue interrupted operations without losing progress. They address scenarios requiring repeatable execution by allowing paused or failed workflows to resume from their last checkpoint.