← Back to Skills Marketplace
gora050

Saaspass

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install saaspass
Description
SAASPASS integration. Manage data, records, and automate workflows. Use when the user wants to interact with SAASPASS data.
Usage Guidance
This skill delegates all SAASPASS work to the Membrane CLI. Before installing: (1) review the @membranehq/cli package and its GitHub repo to ensure you trust the publisher; (2) prefer using npx or pinning a specific version instead of blindly installing '@latest'; (3) be aware the Membrane login flow will open a browser and grant Membrane access to connectors — verify you are comfortable with Membrane handling those credentials; (4) avoid providing unrelated secrets to the skill. If you need stricter controls, run the CLI in an isolated environment (container/VM) or audit the CLI source first.
Capability Analysis
Type: OpenClaw Skill Name: saaspass Version: 1.0.3 The skill provides instructions for an AI agent to interact with SAASPASS via the Membrane framework. It outlines standard procedures for installing the `@membranehq/cli` npm package, authenticating through a browser-based flow, and managing password data using Membrane's action-based system. The instructions prioritize security by advising the agent to let the Membrane service handle credentials rather than requesting API keys directly from the user, and no indicators of malicious intent or data exfiltration were found.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill declares SAASPASS integration but explicitly uses the Membrane connector/CLI to access SAASPASS. The lack of required env vars or local credentials is coherent because Membrane is presented as handling auth server-side. Stated purpose matches the instructions.
Instruction Scope
SKILL.md only instructs installing and using the Membrane CLI (login, connect, action list/create/run). It does not ask the agent to read unrelated files, export secrets, or contact unexpected endpoints beyond Membrane. It also advises not to ask users for API keys.
Install Mechanism
There is no packaged install spec in the registry (instruction-only). The runtime instructions ask the user to run 'npm install -g @membranehq/cli@latest' or npx commands. Installing a public npm package is a common integration pattern but has moderate risk compared to verified platform packages: it will write to disk and execute code from the npm registry, and using '@latest' / npx without pinning pulls the current upstream package. Recommend reviewing the @membranehq/cli package on npm/GitHub before installing and consider pinning a version or using npx for ephemeral use.
Credentials
The skill's manifest requests no environment variables and the instructions rely on interactive login via the Membrane CLI rather than asking for tokens or secrets. That is proportionate to its purpose. Membrane will manage credentials server-side according to the docs.
Persistence & Privilege
always is false and the skill is user-invocable. There is no install script or code that would modify other skills or system-wide agent settings. Autonomous invocation is allowed but is the platform default and not combined here with broad privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install saaspass
  3. After installation, invoke the skill by name or use /saaspass
  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 saaspass
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Saaspass?

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

How do I install Saaspass?

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

Is Saaspass free?

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

Which platforms does Saaspass support?

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

Who created Saaspass?

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

💬 Comments