← Back to Skills Marketplace
Toast
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
158
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install toast-integration
Description
Toast integration. Manage data, records, and automate workflows. Use when the user wants to interact with Toast data.
Usage Guidance
This skill looks internally consistent for connecting to Toast via the Membrane platform. Before installing or following the instructions: 1) Verify you trust the Membrane project and its npm package (@membranehq/cli) — installing global npm packages runs remote code. Prefer using `npx` if you don't want a global install. 2) When you perform the login/connect flow, review the OAuth consent page and requested scopes so you understand what access is being granted to Membrane. 3) Confirm the connection IDs and actions returned are for the expected Toast tenant. 4) If you need stricter isolation or auditing, consider creating a dedicated account/tenant in Membrane for integrations and review Membrane's privacy/security docs and the connector's scopes on the official Toast developer docs.
Capability Analysis
Type: OpenClaw Skill
Name: toast-integration
Version: 1.0.3
The skill provides a legitimate integration for the Toast POS system using the Membrane platform. It instructs the agent to install the Membrane CLI (@membranehq/cli) and use it to manage authentication and execute API actions. The instructions in SKILL.md are consistent with the stated purpose, follow security best practices by advising against manual credential handling, and contain no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
The skill declares a Toast integration and all runtime instructions revolve around using the Membrane CLI to connect to Toast, discover actions, create actions, and run them. The requested operations match the described purpose.
Instruction Scope
SKILL.md only instructs installing and using the Membrane CLI, performing an OAuth-style login, creating/listing connections and actions, and running actions. It does not instruct reading unrelated files, accessing unrelated env vars, or exfiltrating data to unexpected endpoints. The instructions are scoped to integration tasks.
Install Mechanism
The skill is instruction-only (no install spec), which is low-risk. However the instructions tell users to run `npm install -g @membranehq/cli@latest` or use `npx`, which will execute code from the public npm registry. That is expected for a CLI-based integration but is the main operational risk surface (installing a third-party npm package).
Credentials
The skill does not request environment variables, credentials, or config paths. It explicitly instructs to let Membrane manage credentials and not to ask users for API keys, which is proportionate to the described workflow.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not ask to modify other skills or system-wide settings. The normal agent autonomy setting remains (disable-model-invocation:false), which is standard and not a concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install toast-integration - After installation, invoke the skill by name or use
/toast-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Toast?
Toast integration. Manage data, records, and automate workflows. Use when the user wants to interact with Toast data. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Toast?
Run "/install toast-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Toast free?
Yes, Toast is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Toast support?
Toast is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Toast?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills