← Back to Skills Marketplace
Visitor Queue
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
120
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install visitor-queue
Description
Visitor Queue integration. Manage data, records, and automate workflows. Use when the user wants to interact with Visitor Queue data.
Usage Guidance
This skill appears to do only what it says: it uses the Membrane CLI to connect to Visitor Queue and run actions. Before installing or running the CLI, verify the @membranehq/cli package (check the npm page and the GitHub repo referenced in the SKILL.md), and prefer using npx or a container/virtual environment instead of global npm install if you want to reduce host impact. Understand that authentication occurs via the Membrane login flow (a browser-based OAuth/code flow) — you will need a Membrane account and to complete interactive login. If you want stricter control, review the CLI source and permissions or ask for a service-account style connection from your org rather than using a personal account.
Capability Analysis
Type: OpenClaw Skill
Name: visitor-queue
Version: 1.0.1
The skill bundle provides instructions for integrating with Visitor Queue via the Membrane CLI. It follows security best practices by delegating authentication and credential management to the Membrane platform rather than handling secrets directly. The instructions in SKILL.md are consistent with the stated purpose, and no evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description describe a Visitor Queue integration and all declared requirements (network access, a Membrane account) and instructions (installing and using the Membrane CLI, creating a connection for the visitor-queue connector) align with that purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md directs the agent to install/use the Membrane CLI, run login/connect/action commands, and to rely on Membrane-managed connections and actions. It does not ask the agent to read unrelated files, harvest local secrets, or transmit data to unexpected endpoints; it explicitly advises not to ask users for API keys.
Install Mechanism
This is an instruction-only skill (no install spec), but the runtime docs instruct users to install an npm package (@membranehq/cli) globally. Installing a global npm CLI is a common and expected step for integrating with a service, but it does run third-party code on the host — reviewers should verify the npm package and its maintainers (e.g., @membranehq) before installing. As an alternative the docs already show using npx, which avoids global installs.
Credentials
The skill requests no environment variables or local secrets. Authentication is delegated to Membrane's login flow (interactive URL or code exchange), which is proportionate to the described functionality.
Persistence & Privilege
The skill does not request always:true and does not instruct modifying other skills or system-wide settings. The default autonomous invocation setting remains, which is normal for skills and is not combined with other concerning privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install visitor-queue - After installation, invoke the skill by name or use
/visitor-queue - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Visitor Queue?
Visitor Queue integration. Manage data, records, and automate workflows. Use when the user wants to interact with Visitor Queue data. It is an AI Agent Skill for Claude Code / OpenClaw, with 120 downloads so far.
How do I install Visitor Queue?
Run "/install visitor-queue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Visitor Queue free?
Yes, Visitor Queue is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Visitor Queue support?
Visitor Queue is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Visitor Queue?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills