← 返回 Skills 市场
aiwithabidi

Toast

作者 aiwithabidi · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
282
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install toast
功能描述
Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting.
安全使用建议
This skill appears to be a straightforward Toast API CLI. Before installing: 1) Be prepared to provide TOAST_API_KEY and TOAST_RESTAURANT_GUID (use a scoped API key with minimal permissions). 2) Note the script will try a fallback .env at $WORKSPACE or ~/.openclaw/workspace/.env — ensure that file does not contain unrelated secrets you don't want the skill to read. 3) The homepage/publisher (agxntsix.ai / M. Abidi) is not Toast's official domain; if you require vendor trust, verify the author or review the included scripts yourself (the full Python source is bundled). 4) If you want to restrict exposure, run the script in an environment that only contains the Toast credentials and no other secrets.
功能分析
Type: OpenClaw Skill Name: toast Version: 1.0.0 The skill bundle is a standard CLI wrapper for the Toast POS API, providing functionality to manage orders, menus, and employee data. The code in scripts/toast.py uses only the Python standard library, communicates exclusively with the official Toast API endpoint (api.toasttab.com), and follows expected patterns for credential management within the OpenClaw ecosystem.
能力评估
Purpose & Capability
The name/description match the code and SKILL.md: the included Python CLI calls api.toasttab.com and exposes commands for orders, menus, employees, revenue centers, and restaurant info. The two required env vars (TOAST_API_KEY, TOAST_RESTAURANT_GUID) are exactly what the API client needs.
Instruction Scope
SKILL.md describes running the bundled scripts and JSON output. The CLI code will also attempt to read credentials from a .env file at WORKSPACE (or default ~/.openclaw/workspace/.env) if the environment variables are not set. That behavior is reasonable for credential lookup but is not documented in SKILL.md and therefore worth noting.
Install Mechanism
No install or remote download steps are present. The skill is instruction-only with a local script that uses only the Python standard library.
Credentials
The skill declares only TOAST_API_KEY (primary) and TOAST_RESTAURANT_GUID which are appropriate. The code also reads the WORKSPACE env var (to locate a .env file) and may load values from ~/.openclaw/workspace/.env; WORKSPACE is not declared in requires.env, so callers should be aware the script uses it as a fallback.
Persistence & Privilege
The skill does not request permanent presence (always: false), does not modify other skills or system configs, and runs as a plain CLI tool. Autonomous invocation is allowed by default but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toast
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toast 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Toast skill for restaurant POS integration. - Provides CLI commands to list and get details for orders, menus, employees, revenue centers, tables, and dining options. - All commands output JSON by default. - Requires environment variables: TOAST_API_KEY and TOAST_RESTAURANT_GUID. - No external dependencies; compatible with Python 3.10+ (stdlib only).
元数据
Slug toast
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Toast 是什么?

Toast — restaurant POS, orders, menus, employees, revenue centers, and reporting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 282 次。

如何安装 Toast?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install toast」即可一键安装,无需额外配置。

Toast 是免费的吗?

是的,Toast 完全免费(开源免费),可自由下载、安装和使用。

Toast 支持哪些平台?

Toast 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Toast?

由 aiwithabidi(@aiwithabidi)开发并维护,当前版本 v1.0.0。

💬 留言讨论