🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

cooking-timer

by @jpengcheng523-netizen

Kitchen cooking timer

Versionv1.0.0
Downloads309
TERMINAL
clawhub install jpeng-cooking-timer

πŸ“– About This Skill


name: jpeng-cooking-timer description: "Kitchen cooking timer" version: "1.0.0" author: "jpeng" tags: ["cooking", "timer", "food"]

Cooking Timer

Kitchen cooking timer

When to Use

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

    python3 scripts/cooking_timer.py --input  --output 
    

    Configuration

    Set required environment variables:

    export TIMER_API_KEY="your-api-key"
    

    Output

    Returns JSON with results:

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

    ⚑ When to Use

    TriggerAction
    - Automating timer tasks
    - Food operations

    πŸ’‘ Examples

    python3 scripts/cooking_timer.py --input  --output 
    

    βš™οΈ Configuration

    Set required environment variables:

    export TIMER_API_KEY="your-api-key"