在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
toast
// Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.
$ git log --oneline --stat
stars:4,312
forks:1,182
updated:2026年3月7日 05:09
文件资源管理器
SKILL.md
// Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.
[HINT] 下载包含 SKILL.md 和所有相关文件的完整技能目录
| name | toast |
| description | Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting. |
| homepage | https://www.agxntsix.ai |
| license | MIT |
| compatibility | Python 3.10+ (stdlib only — no dependencies) |
| metadata | {"openclaw":{"emoji":"🍞","requires":{"env":["TOAST_API_KEY","TOAST_RESTAURANT_GUID"]},"primaryEnv":"TOAST_API_KEY","homepage":"https://www.agxntsix.ai"}} |
Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.
| Variable | Required | Description |
|---|---|---|
TOAST_API_KEY | ✅ | Toast API key |
TOAST_RESTAURANT_GUID | ✅ | Restaurant GUID |
# 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>
All commands output JSON by default.
| Script | Description |
|---|---|
{baseDir}/scripts/toast.py | Main CLI — all commands in one tool |
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