Install
openclaw skills install add-tiffin-order-roty-inputParse "Roty input" messages from authorized Telegram users to create Roty tiffin orders via HTTPS POST without UI automation.
openclaw skills install add-tiffin-order-roty-inputname: add-tiffin-order-roty-input description: "POST-only: Parse 'Roty input' messages and create Roty orders via HTTPS POST (no Playwright/UI automation)."
Run when an inbound message contains the exact phrase "Roty input" (case-insensitive).
https://newdailyorderandcartcreation-818352713629.australia-southeast1.run.appWhen triggered, you MUST call the dispatcher script and use its output. Do NOT manually construct curl or JSON payloads.
Run: python3 /data/.openclaw/workspace/skills/add-tiffin-order-roty-input/scripts/handle_message.py <sender_id> "<full inbound message>"
Rules:
from.id is in:
data/allowed_users.json under admins or vendors.scripts/handle_message.pyscripts/parse_roty_input.pyscripts/match_product_and_modifiers.pyscripts/pricing_engine.pyscripts/build_payload.pyscripts/post_order.pydata/products_roty.jsondata/allowed_users.json