← 返回 Skills 市场
OpenPayment
作者
Vittorio Minacori
· GitHub ↗
· v1.0.2
· MIT-0
400
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install openpayment
功能描述
Create x402 stablecoin payment links using the OpenPayment CLI.
安全使用建议
This skill appears to be what it says: a wrapper for an OpenPayment CLI. Before installing, verify the npm package and publisher (look up the openpayment package on the npm registry, check the homepage/repo, review recent versions and download counts). Consider installing in a sandbox or VM if you are unsure. Be cautious with the PROXY mode: supplying a --resourceUrl will cause the service to call that URL after settlement — do not provide private/internal endpoints unless you trust the service and have reviewed what data will be sent. Double-check any --payTo wallet addresses (to avoid sending funds to the wrong recipient), and test behavior on the Sepolia/test network before using Mainnet. If you need stronger assurance, review the openpayment package source code or its repository and run 'npm audit' before globally installing.
功能分析
Type: OpenClaw Skill
Name: openpayment
Version: 1.0.2
The openpayment skill is designed to facilitate the creation of USDC payment links on the Base network using a dedicated CLI tool. The SKILL.md provides clear, functional instructions for the AI agent, including validation rules and a safe workflow that explicitly warns against requesting private keys. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力标签
能力评估
Purpose & Capability
Name/description describe creating stablecoin payment links via an openpayment CLI; the skill requires node and declares an npm install of the openpayment package which produces an openpayment binary — this is coherent and proportionate.
Instruction Scope
SKILL.md describes invoking the openpayment CLI with flags and defaulting to Base mainnet. All instructions stay within the payment-link use case. One noteworthy feature: the PROXY payment type accepts a --resourceUrl (an arbitrary HTTPS upstream API) that the service will call after settlement — this is part of the stated functionality but means the system will make outbound calls to a user-supplied endpoint, which could carry user/payment data if misused.
Install Mechanism
Install spec is an npm package (openpayment) that creates an openpayment binary. npm installs are expected for a Node CLI but carry typical supply-chain risks (typosquatting, malicious package versions). The install comes from the registry (no arbitrary URL/extract), which is moderate and expected for this use case.
Credentials
The skill does not request environment variables, credentials, or config paths. That is proportionate for a CLI wrapper that uses a globally installed binary.
Persistence & Privilege
always is false and the skill does not request elevated or system-wide configuration changes. It does not try to modify other skills or store extra agent-wide credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openpayment - 安装完成后,直接呼叫该 Skill 的名称或使用
/openpayment触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added support for a new payment type: PROXY, which enables fixed-price multi-use payments that call a private upstream API after settlement.
- Introduced the --resourceUrl flag, required when using the PROXY payment type.
- Updated command examples and workflow to include PROXY payments and clarify required input for proxy scenarios.
- Validation rules now check for the PROXY type and require a valid resourceUrl (https only) when used.
- On first use, the skill now explains available payment types and networks to the user.
v1.0.1
openpayment v1.0.1
- Clarified and condensed documentation throughout for improved readability.
- Refined instructions for the workflow when handling user requests.
- Updated descriptions to consistently refer to USDC as the default currency.
- Strengthened language around security: never ask for or share private keys and secrets.
- Noted upcoming support for other networks, stablecoins, and ERC-20 tokens.
- Improved skill metadata.
v1.0.0
Initial release of the openpayment skill.
- Create x402 stablecoin (USDC) payment links using the OpenPayment CLI.
- Supports single-use, multi-use, and variable amount payment types.
- Payments settle in USDC on Base mainnet (default) or Base Sepolia testnet.
- Simple CLI command structure with clear required and optional flags.
- Guides user to provide missing info (amount, wallet address, etc.) for payment link creation.
- Outputs both plain text and JSON formats with payment URL.
元数据
常见问题
OpenPayment 是什么?
Create x402 stablecoin payment links using the OpenPayment CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 400 次。
如何安装 OpenPayment?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openpayment」即可一键安装,无需额外配置。
OpenPayment 是免费的吗?
是的,OpenPayment 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenPayment 支持哪些平台?
OpenPayment 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenPayment?
由 Vittorio Minacori(@vittominacori)开发并维护,当前版本 v1.0.2。
推荐 Skills