← 返回 Skills 市场
Paymo
作者
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
175
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install paymo
功能描述
Paymo integration. Manage Organizations, Pipelines, Leads, Users, Goals, Filters. Use when the user wants to interact with Paymo data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paymo - 安装完成后,直接呼叫该 Skill 的名称或使用
/paymo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Paymo 是什么?
Paymo integration. Manage Organizations, Pipelines, Leads, Users, Goals, Filters. Use when the user wants to interact with Paymo data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 Paymo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paymo」即可一键安装,无需额外配置。
Paymo 是免费的吗?
是的,Paymo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paymo 支持哪些平台?
Paymo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paymo?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。
推荐 Skills