← 返回 Skills 市场
gora050

Passslot

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install passslot
功能描述
PassSlot integration. Manage Organizations. Use when the user wants to interact with PassSlot data.
安全使用建议
This skill delegates PassSlot access to the Membrane platform and its CLI. Before installing or running commands: 1) Ensure you trust the @membranehq npm package and check its npm and GitHub pages (avoid running as root). 2) Prefer npx or a local install if you don't want a global CLI installed. 3) Expect an interactive browser-based login or a code to paste for headless flows — do not share that code with untrusted parties. 4) Review what actions are created/run via Membrane and the permissions they request. 5) If you are concerned about autonomous agent behavior, keep the skill user-invocable only (don’t enable always:true) or disable autonomous invocation at the agent/platform level.
功能分析
Type: OpenClaw Skill Name: passslot Version: 1.0.3 The skill provides documentation and instructions for an AI agent to interact with the PassSlot service using the Membrane CLI. The logic involves standard CLI-based authentication, action discovery, and execution via the @membranehq/cli package. While the SKILL.md incorrectly describes PassSlot as a password manager (it is actually a platform for digital passes like Apple Wallet), the instructions are consistent with legitimate third-party integration patterns and contain no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill is described as a PassSlot integration and all runtime instructions center on using the Membrane CLI to connect to PassSlot, discover actions, create actions, and run them. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md instructs installing/using the Membrane CLI, logging in via an interactive/browser flow, creating connections, listing/creating/running actions, and using --json for machine-readable output. These are narrowly scoped to the stated integration task and do not direct the agent to read arbitrary files, environment variables, or external endpoints outside Membrane/PassSlot.
Install Mechanism
There is no registry-level install spec, but the guidance tells users to install @membranehq/cli via npm (global) or use npx. Installing an npm package is a common method for a CLI and is expected here, but installing global packages runs third-party code from the npm registry — verify the package identity/version or prefer npx/local installs if you want to avoid global changes.
Credentials
The skill declares no required env vars or credentials. Authentication is handled via Membrane's login flow and connectors; this is proportional. The instructions explicitly advise not to ask users for API keys, which aligns with least privilege.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It suggests installing a CLI (which changes the host if the user runs it), but the registry metadata shows default invocation settings (user-invocable, agent-autonomy allowed), which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install passslot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /passslot 触发
  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 passslot
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Passslot 是什么?

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

如何安装 Passslot?

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

Passslot 是免费的吗?

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

Passslot 支持哪些平台?

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

谁开发了 Passslot?

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

💬 留言讨论