← Back to Skills Marketplace
Upayments
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
112
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install upayments
Description
UPayments integration. Manage data, records, and automate workflows. Use when the user wants to interact with UPayments data.
Usage Guidance
This skill is coherent: it tells you to install and use the Membrane CLI to connect to UPayments and does not request unrelated secrets. Before installing, verify the @membranehq package and the getmembrane.com project (check the npm package page and the GitHub repo linked in the SKILL.md) to ensure you're installing the official CLI. Installing global npm packages runs code on your machine—if you have doubts, install in an isolated environment or use `npx` to avoid globally mutating your system. Confirm what permissions a created Membrane connection grants and use a test/sandbox UPayments account if possible.
Capability Analysis
Type: OpenClaw Skill
Name: upayments
Version: 1.0.1
The skill provides instructions for an AI agent to interact with the UPayments platform using the Membrane CLI. It outlines standard procedures for authentication, connection management, and action execution via the `membrane` command-line tool. The instructions emphasize secure practices, such as letting the platform handle credentials server-side rather than asking the user for API keys. No malicious code, data exfiltration patterns, or harmful prompt injections were found in SKILL.md or _meta.json.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description indicate an integration with UPayments and all instructions, commands, and dependencies (membrane CLI, network, Membrane account) are directly related to connecting to and running actions against UPayments via Membrane. No unrelated credentials or unrelated binaries are requested.
Instruction Scope
SKILL.md limits runtime actions to installing and using the Membrane CLI, authenticating via membrane login, creating connections, discovering and running actions. It does not instruct reading arbitrary files, exfiltrating data, or accessing environment variables beyond the normal CLI auth flow.
Install Mechanism
There is no skill install spec, but the instructions ask the user to run `npm install -g @membranehq/cli@latest` (and suggest `npx` in examples). Installing a global npm package is a reasonable and expected step for a CLI-based integration, but npm installs execute code from the public registry so users should verify the package provenance (@membranehq) before installing.
Credentials
The skill declares no required environment variables or credentials and explicitly advises not to ask users for API keys, instead using Membrane-managed connections. This is proportionate for a third-party connector that delegates auth to Membrane.
Persistence & Privilege
The skill is instruction-only, has no always:true flag, and does not request persistent system privileges or modification of other skills. It does instruct installing a CLI, but that is limited to the user's environment and is expected for CLI usage.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install upayments - After installation, invoke the skill by name or use
/upayments - 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 Upayments?
UPayments integration. Manage data, records, and automate workflows. Use when the user wants to interact with UPayments data. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Upayments?
Run "/install upayments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Upayments free?
Yes, Upayments is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Upayments support?
Upayments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Upayments?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills