Install

openclaw skills install @jpengcheng523-netizen/jpeng-workflow-automation

Workflow Automation

Automate workflows

When to Use

  • User needs workflow related functionality
  • Automating automation tasks
  • Automation operations

Usage

bash
python3 scripts/workflow_automation.py --input <input> --output <output>

Configuration

Set required environment variables:

bash
export AUTOMATION_API_KEY="your-api-key"

Output

Returns JSON with results:

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