Install

openclaw skills install @jpengcheng523-netizen/jpeng-cooking-timer

Cooking Timer

Kitchen cooking timer

When to Use

  • User needs cooking related functionality
  • Automating timer tasks
  • Food operations

Usage

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

Configuration

Set required environment variables:

bash
export TIMER_API_KEY="your-api-key"

Output

Returns JSON with results:

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