state-machine

Other

Manage state machines

Install

openclaw skills install jpeng-state-machine

State Machine

Manage state machines

When to Use

  • User needs state related functionality
  • Automating machine tasks
  • Automation operations

Usage

python3 scripts/state_machine.py --input <input> --output <output>

Configuration

Set required environment variables:

export MACHINE_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}