← Back to Skills Marketplace
Upserve
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
112
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install upserve
Description
Upserve integration. Manage data, records, and automate workflows. Use when the user wants to interact with Upserve data.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install upserve - After installation, invoke the skill by name or use
/upserve - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Upserve?
Upserve integration. Manage data, records, and automate workflows. Use when the user wants to interact with Upserve data. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Upserve?
Run "/install upserve" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Upserve free?
Yes, Upserve is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Upserve support?
Upserve is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Upserve?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills