← Back to Skills Marketplace
Passslot
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
145
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install passslot
Description
PassSlot integration. Manage Organizations. Use when the user wants to interact with PassSlot data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install passslot - After installation, invoke the skill by name or use
/passslot - 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 Passslot?
PassSlot integration. Manage Organizations. Use when the user wants to interact with PassSlot data. It is an AI Agent Skill for Claude Code / OpenClaw, with 145 downloads so far.
How do I install Passslot?
Run "/install passslot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Passslot free?
Yes, Passslot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Passslot support?
Passslot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Passslot?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills