← 返回 Skills 市场
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nowpayments-integration
功能描述
Integrates NowPayments API to enable secure multi-cryptocurrency payments, IPN handling, and order tracking in AI-operated stores.
安全使用建议
This skill appears to be a legitimate NowPayments integration, but several things don’t add up: the SKILL.md tells the agent to create a .env with NOWPAYMENTS_API_KEY and NOWPAYMENTS_IPN_SECRET yet the skill metadata declares no required credentials or source repo. Before installing: (1) ask the publisher for the source code or a trusted repository URL and verify the code that will handle webhooks and secrets; (2) do NOT provide real API keys until you’ve reviewed how/where they are stored — prefer secrets managers or environment injection on the host rather than plain .env in a public repo; (3) ensure IPN endpoints run over HTTPS, verify the IPN signature verification implementation, and test in a staging environment; (4) request clearer, less open-ended instructions (exact file paths, storage recommendations, and input validation) and audit the generated code for exfiltration (network calls, logging of secrets); (5) if you cannot verify the author/source, avoid giving real credentials and run the integration only in isolated/staging infrastructure.
能力标签
能力评估
Purpose & Capability
The SKILL.md describes a legitimate NowPayments integration which legitimately requires a NOWPAYMENTS_API_KEY and NOWPAYMENTS_IPN_SECRET, but the registry metadata lists no required environment variables or primary credential. That mismatch between what the skill will actually need (secrets, webhook handling) and what it declares in metadata is incoherent and makes it harder to reason about privilege and trust.
Instruction Scope
The instructions are focused on building checkout and IPN endpoints, creating a .env with secrets, wiring UI hooks, and adding security controls (CSRF, rate limiting, origin validation). That scope matches the described purpose. However the instructions are high-level/vague ("Set up NowPayments for my store") and instruct the agent to create and persist sensitive credentials in a .env file without describing secure storage, rotation, or limiting exposure. The vagueness gives the agent broad discretion which could lead to insecure implementations or accidental leakage if the agent is allowed to transmit code or secrets externally.
Install Mechanism
No install spec and no code files beyond SKILL.md and package.json — this is instruction-only. That reduces installer risk because nothing is downloaded or executed automatically by the platform. No external URLs or archive installs are present.
Credentials
The runtime instructions require two sensitive values (NOWPAYMENTS_API_KEY, NOWPAYMENTS_IPN_SECRET) but the skill metadata declares none and provides no primary credential. Requesting persistent storage of these secrets (.env) is proportionate to the feature, but the lack of declared env vars in metadata and absence of guidance for secure handling or scoping of those secrets is a red flag. The skill also lacks source/homepage provenance, making it harder to verify the maintainer before handing over credentials.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide modifications in the metadata. Autonomous invocation is enabled (default) but that is normal for skills; there is no explicit attempt to modify other skills or agent configs described.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nowpayments-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/nowpayments-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Accept crypto payments in your AI agent store
元数据
常见问题
NowPayments Integration 是什么?
Integrates NowPayments API to enable secure multi-cryptocurrency payments, IPN handling, and order tracking in AI-operated stores. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。
如何安装 NowPayments Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nowpayments-integration」即可一键安装,无需额外配置。
NowPayments Integration 是免费的吗?
是的,NowPayments Integration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
NowPayments Integration 支持哪些平台?
NowPayments Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NowPayments Integration?
由 zinou(@casperzinou)开发并维护,当前版本 v1.0.0。
推荐 Skills