← 返回 Skills 市场
gora050

Saaspass

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
165
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install saaspass
功能描述
SAASPASS integration. Manage data, records, and automate workflows. Use when the user wants to interact with SAASPASS data.
安全使用建议
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.
功能分析
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.
能力标签
cryptorequires-walletrequires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install saaspass
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /saaspass 触发
  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 saaspass
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Saaspass 是什么?

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

如何安装 Saaspass?

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

Saaspass 是免费的吗?

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

Saaspass 支持哪些平台?

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

谁开发了 Saaspass?

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

💬 留言讨论