← 返回 Skills 市场
gora050

Waitlist

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
164
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install waitlist
功能描述
Waitlist integration. Manage data, records, and automate workflows. Use when the user wants to interact with Waitlist data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install waitlist
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /waitlist 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug waitlist
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Waitlist 是什么?

Waitlist integration. Manage data, records, and automate workflows. Use when the user wants to interact with Waitlist data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 Waitlist?

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

Waitlist 是免费的吗?

是的,Waitlist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Waitlist 支持哪些平台?

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

谁开发了 Waitlist?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论