← Back to Skills Marketplace
gora050

Waitlist

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
164
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install waitlist
Description
Waitlist integration. Manage data, records, and automate workflows. Use when the user wants to interact with Waitlist data.
Usage Guidance
This skill appears coherent with its purpose, but before installing or running anything: (1) verify the npm package '@membranehq/cli' (maintainer, version, and reviews) rather than blindly installing latest; (2) be aware a global npm install will modify your system PATH — consider installing in a controlled environment or container; (3) understand that Membrane is a third-party SaaS that will manage auth and therefore will have access to your Waitlist data once you connect — review their privacy/security docs and the connection flow; (4) prefer pinned versions (not @latest) in production and inspect CLI output before allowing any automated agent to invoke it; (5) there's no evidence the skill asks for unrelated secrets or file access, but because this is instruction-only (no code bundled), the actual runtime behavior depends on the Membrane CLI you install.
Capability Analysis
Type: OpenClaw Skill Name: waitlist Version: 1.0.3 The skill instructions in `SKILL.md` require the agent to perform high-risk actions, including global installation of a third-party CLI tool (`npm install -g @membranehq/cli`) and the execution of shell commands that incorporate user-provided strings (e.g., `intent`, `description`, and JSON `input`). These patterns introduce a risk of shell injection vulnerabilities. While these capabilities are plausibly needed for the stated purpose of integrating with the Waitlist service via the Membrane platform (https://getmembrane.com), the combination of shell execution, network access, and global package installation meets the criteria for a suspicious classification due to the inherent security risks in an automated agent context.
Capability Assessment
Purpose & Capability
The name/description (Waitlist integration) match the instructions, which use Membrane's CLI and the Waitlist connector. Required capabilities (network access, Membrane account) are appropriate for this purpose.
Instruction Scope
SKILL.md stays on-topic: it instructs installing and using the Membrane CLI, logging in, creating a connector, discovering and running actions, and polling action status. It does not request unrelated file reads, broad system access, or unrelated credentials.
Install Mechanism
There is no formal install spec in the registry, but the instructions require running 'npm install -g @membranehq/cli@latest' (a network download from the public npm registry). This is a typical but non-trivial step (global npm installs modify system state) — verify the package name/maintainer and prefer pinned versions for production.
Credentials
The skill declares no required environment variables or credentials. The guidance explicitly says Membrane handles auth server-side and that the agent should not ask for API keys, which is proportionate to the stated function.
Persistence & Privilege
always is false and there are no config paths or persistent privileges requested. The skill is instruction-only and does not request forced inclusion or modification of other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install waitlist
  3. After installation, invoke the skill by name or use /waitlist
  4. 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
Slug waitlist
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Waitlist?

Waitlist integration. Manage data, records, and automate workflows. Use when the user wants to interact with Waitlist data. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install Waitlist?

Run "/install waitlist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Waitlist free?

Yes, Waitlist is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Waitlist support?

Waitlist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Waitlist?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments