← 返回 Skills 市场
gora050

Soveren

作者 Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install soveren
功能描述
Soveren integration. Manage data, records, and automate workflows. Use when the user wants to interact with Soveren data.
安全使用建议
This skill appears to be a straightforward connector that requires you to install and authenticate the Membrane CLI. Before installing: (1) verify the npm package and publisher (@membranehq/cli) on the npm registry and check the linked GitHub repo to confirm legitimacy; (2) be aware that installing a global npm package runs third-party code—prefer local installs or inspect the package if you have concerns; (3) review what OAuth scopes/permissions the Membrane/Soveren login requests and use a least-privilege account for automation; (4) confirm the Membrane privacy/security policies since the CLI will manage tokens and access to your Soveren data. If you cannot verify the package or do not trust Membrane, do not install the CLI.
功能分析
Type: OpenClaw Skill Name: soveren Version: 1.0.1 The skill provides a standard integration for the Soveren platform using the Membrane CLI. It contains instructions for the AI agent to install the CLI tool (@membranehq/cli), authenticate, and execute actions via the Membrane platform. While the skill involves shell command execution and global package installation, these actions are transparently documented and directly support the stated purpose of managing data and workflows. The instructions also include security best practices, such as delegating credential management to the Membrane platform rather than handling secrets directly within the agent environment.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description say this is a Soveren integration and the SKILL.md instructs the agent to use the Membrane CLI to authenticate and call Soveren actions. Requested capabilities (network access, a Membrane account) align with the stated purpose; there are no unrelated credentials, binaries, or config paths demanded.
Instruction Scope
Runtime instructions are limited to installing and using the Membrane CLI (login, connect, list actions) and working with action IDs and JSON output. The SKILL.md does not instruct reading arbitrary files, other env vars, or sending data to unexpected endpoints; it points to official docs and the Membrane CLI.
Install Mechanism
This is instruction-only (no install spec), but it tells the user to run `npm install -g @membranehq/cli@latest`. Installing a global npm CLI is a common way to get a tool but has moderate risk (arbitrary code from the npm registry). This is expected for a CLI-based connector, but users should verify the package and publisher before installing globally.
Credentials
The skill declares no required environment variables or config paths. Authentication is delegated to the Membrane CLI which will manage tokens/credentials; this is proportionate for a connector. Note: the CLI will store/handle credentials locally or via Membrane’s auth flow, so trust in the Membrane service/tooling is required.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. Autonomous invocation (model-invocation allowed) is the platform default and not, by itself, a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install soveren
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /soveren 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug soveren
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Soveren 是什么?

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

如何安装 Soveren?

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

Soveren 是免费的吗?

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

Soveren 支持哪些平台?

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

谁开发了 Soveren?

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

💬 留言讨论