← 返回 Skills 市场
Upserve
作者
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
112
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install upserve
功能描述
Upserve integration. Manage data, records, and automate workflows. Use when the user wants to interact with Upserve data.
安全使用建议
This skill is coherent: it uses the Membrane CLI to manage Upserve connections and actions and does not ask for unrelated credentials. Before installing or running it, verify you trust the @membranehq npm package (check the npm org and GitHub source), and be aware that `npm -g` will install a global binary. In sensitive or locked-down environments, prefer installing the CLI locally (without -g) or review the CLI source first. Also ensure you are comfortable granting the Membrane account the permissions needed to access your Upserve data since authentication is handled through Membrane's service.
功能分析
Type: OpenClaw Skill
Name: upserve
Version: 1.0.1
The skill instructions in SKILL.md direct the AI agent to perform high-risk operations, including global software installation (npm install -g @membranehq/cli) and the execution of shell commands for authentication and data management. While these actions are aligned with the stated purpose of integrating with the Membrane platform, the pattern of constructing shell commands with JSON input (e.g., 'membrane action run --input ...') introduces a significant risk of shell injection if user-provided data is not properly sanitized by the agent. Additionally, the ability to dynamically create and execute new actions via 'membrane action create' provides a powerful mechanism for arbitrary code execution within the Membrane environment.
能力标签
能力评估
Purpose & Capability
The name/description (Upserve integration) match the instructions which use the Membrane CLI to connect to an Upserve connector and run actions. Requested tooling (membrane CLI) and network/Membrane account requirement are proportionate to the stated purpose.
Instruction Scope
SKILL.md is focused on using the Membrane CLI: installing it, logging in, creating a connection, discovering and running actions. It does not instruct reading unrelated files, harvesting system credentials, or sending data to unexpected endpoints. It explicitly tells integrators not to ask users for API keys.
Install Mechanism
This is an instruction-only skill (no install spec), but it tells users to run `npm install -g @membranehq/cli@latest`. Installing a public npm CLI is a common, expected step for this integration; this is a moderate-risk install method compared to no install because it writes a global binary, so verify the npm package and org before installing in sensitive environments.
Credentials
No required environment variables, config paths, or credentials are declared. The document relies on Membrane-managed server-side auth via browser-based login/connection flow, which is proportionate and minimizes local secret handling.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Normal autonomous invocation is allowed (platform default) but not granted extra persistent privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install upserve - 安装完成后,直接呼叫该 Skill 的名称或使用
/upserve触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Upserve 是什么?
Upserve integration. Manage data, records, and automate workflows. Use when the user wants to interact with Upserve data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Upserve?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install upserve」即可一键安装,无需额外配置。
Upserve 是免费的吗?
是的,Upserve 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Upserve 支持哪些平台?
Upserve 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Upserve?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。
推荐 Skills