Skills toast
Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/toast" ~/.claude/skills/openclaw-skills-toast && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/toast" ~/.openclaw/skills/openclaw-skills-toast && rm -rf "$T"
manifest:
skills/aiwithabidi/toast/SKILL.mdsource content
🍞 Toast
Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | Toast API key |
| ✅ | Restaurant GUID |
Quick Start
# List orders python3 {{baseDir}}/scripts/toast.py list-orders --start-date <value> --end-date <value> --page-size "25" # Get order details python3 {{baseDir}}/scripts/toast.py get-order <id> # List menus python3 {{baseDir}}/scripts/toast.py list-menus # Get menu details python3 {{baseDir}}/scripts/toast.py get-menu <id> # List menu items python3 {{baseDir}}/scripts/toast.py list-menu-items --page-size "100" # List employees python3 {{baseDir}}/scripts/toast.py list-employees # Get employee details python3 {{baseDir}}/scripts/toast.py get-employee <id> # List revenue centers python3 {{baseDir}}/scripts/toast.py list-revenue-centers # List tables python3 {{baseDir}}/scripts/toast.py list-tables # List dining options python3 {{baseDir}}/scripts/toast.py list-dining-options # Get restaurant info python3 {{baseDir}}/scripts/toast.py get-restaurant --guid <value>
Output Format
All commands output JSON by default.
Script Reference
| Script | Description |
|---|---|
| Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation