← Back to Skills Marketplace
Paymo
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
175
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install paymo
Description
Paymo integration. Manage Organizations, Pipelines, Leads, Users, Goals, Filters. Use when the user wants to interact with Paymo data.
Usage Guidance
This skill appears to do exactly what it says: it uses the Membrane CLI to access Paymo. Before installing, consider: (1) review and trust the Membrane service and CLI (check the GitHub repo and package on npm) because authentication and API calls go through their platform; (2) prefer using npx instead of a global npm install on shared or restricted machines; (3) when you authenticate, be aware the agent can perform actions in your Paymo account via Membrane — grant only the minimum permissions needed and monitor any actions run; (4) if you need higher assurance, inspect the @membranehq/cli source and its published package contents before running it.
Capability Analysis
Type: OpenClaw Skill
Name: paymo
Version: 1.0.3
The skill is a standard integration for the Paymo project management platform using the Membrane CLI. It provides instructions for the agent to authenticate, discover, and execute actions via the Membrane platform, explicitly advising against manual secret handling (SKILL.md). No malicious patterns, data exfiltration, or obfuscation were detected.
Capability Assessment
Purpose & Capability
The name and description (Paymo integration) align with the instructions: all runtime steps use the Membrane CLI to create a connection to Paymo and run Paymo-related actions. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md only instructs installing/using the Membrane CLI, authenticating via membrane login, creating a connection to the paymo connector, searching for and running actions, and creating actions when needed. It does not direct the agent to read local files or environment variables outside the described flow, nor does it instruct exfiltration to unexpected endpoints.
Install Mechanism
Installation is via npm (npm install -g @membranehq/cli@latest) and uses npx in examples. Installing a global npm CLI is a reasonable and expected mechanism for a CLI-based integration, but global npm installs carry moderate operational risk on multi-user or restricted systems. Using npx (as shown elsewhere) avoids a permanent global install and is safer when appropriate.
Credentials
The skill declares no required environment variables or credentials and explicitly advises against asking users for Paymo API keys, relying instead on Membrane to manage auth. The requested scope is proportional to the stated task.
Persistence & Privilege
always:false and no special OS/config paths are requested, which is appropriate. Be aware that allowing the agent to invoke the Membrane CLI (normal/autonomous invocation enabled) grants it the ability to act on the user's Membrane account (and thus on Paymo data) when the user authenticates — this is expected but important for users to understand.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paymo - After installation, invoke the skill by name or use
/paymo - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is Paymo?
Paymo integration. Manage Organizations, Pipelines, Leads, Users, Goals, Filters. Use when the user wants to interact with Paymo data. It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.
How do I install Paymo?
Run "/install paymo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paymo free?
Yes, Paymo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paymo support?
Paymo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paymo?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills