← 返回 Skills 市场
Obverse Payments
作者
OFUZORCHUKWUEMEKE
· GitHub ↗
· v1.0.1
698
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install obverse-payments
功能描述
Create, track, and manage USDC/USDT stablecoin payment links for sales, fundraising, and invoices across Telegram, WhatsApp, and Discord with dashboards.
安全使用建议
This skill appears to be what it claims: a payment-link tool that talks to the Obverse API. Before installing, confirm you trust the Obverse backend (https://obverse.cc and https://obverse.onrender.com) because customer emails, names, phone numbers and payment metadata will be sent to and stored there. Use a dedicated API key for each environment (dev vs prod) and do not commit keys into version control or shared config files; treat ~/.openclaw/openclaw.json as sensitive. Ensure your environment has curl and jq (package.json/clawhub.json reference them) or the shell helper may fail. If you plan to allow the agent to invoke the skill autonomously, be aware that an agent could create or manage payment links and thereby act on your behalf with that API key — only grant that ability if you trust the backend and have appropriate rate limits/monitoring in place. Finally, reconcile the small manifest inconsistency (required binaries listed in package.json/clawhub.json but not in registry metadata) and review the included scripts (obverse-cli.js and scripts/obverse-client.sh) yourself to be comfortable with their network calls and handling of data.
功能分析
Type: OpenClaw Skill
Name: obverse-payments
Version: 1.0.1
The OpenClaw AgentSkills bundle 'obverse-payments' appears benign. Its core functionality involves making authenticated API calls to an external payment processing service (`https://obverse.onrender.com` by default) using provided API keys. The `SKILL.md` and `README.md` contain clear instructions for the AI agent, consistently focused on payment-related tasks, with no evidence of prompt injection attempts to subvert agent behavior or exfiltrate unrelated data. The `obverse-cli.js` and `scripts/obverse-client.sh` primarily act as wrappers for these API calls, without executing arbitrary user-controlled input or engaging in malicious local system interactions. While the skill handles sensitive data like API keys and temporary dashboard credentials, this is part of its stated purpose, and the skill itself does not misuse them. The instructions for installing OpenClaw via `curl | bash` in the documentation are for the user/developer setting up the platform, not part of the skill's runtime or a malicious action by the skill itself.
能力评估
Purpose & Capability
The skill is a payment-link/merchant integration and only requests an OBVERSE_API_KEY (plus optional OBVERSE_API_URL) which matches the described purpose. The included CLI and shell helper call the Obverse API directly and implement payment/link/receipt workflows expected for this functionality. Minor inconsistency: package.json and clawhub.json list required binaries (curl, jq), while the registry metadata at the top declared 'Required binaries: none' — this mismatch should be reconciled but does not indicate malicious intent.
Instruction Scope
Runtime instructions and CLI/shell scripts make authenticated HTTP requests to obverse.onrender.com / obverse.cc (API and dashboard) and explicitly collect customer PII (emails, names, phone numbers) for dashboards. That behavior is consistent with the stated purpose, but it does mean customer data and any collected personal information will be sent to and stored by the third‑party backend. The SKILL.md and DEPLOYMENT.md instruct copying files to ~/.openclaw/skills and editing ~/.openclaw/openclaw.json — normal for an OpenClaw skill. There are no instructions to read arbitrary local files or unrelated environment variables.
Install Mechanism
This is instruction-first with two included helper files (a Node CLI and a shell wrapper). There is no remote download/extract step or installer URL embedded in the skill itself. The DEPLOYMENT.md mentions installing OpenClaw (including an example curl | bash to install OpenClaw) but that is about the platform, not this skill. No high-risk external download sources or obfuscated code were found in the included files.
Credentials
The only required environment secret is OBVERSE_API_KEY (primaryEnv), with an optional OBVERSE_API_URL. Those are proportionate to a remote payment API integration. Note: the docs show storing API keys in ~/.openclaw/openclaw.json and multi-agent configs; users should treat those files as sensitive and avoid committing them to source control.
Persistence & Privilege
The skill does not request 'always: true'. It is user-invocable and allows normal autonomous invocation (disable-model-invocation is false), which is expected for productive skills. Because this skill interacts with payment flows and PII, enable autonomous invocation only if you trust the Obverse backend and the API key you provide; however, this is an operational caution rather than an incoherence in the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install obverse-payments - 安装完成后,直接呼叫该 Skill 的名称或使用
/obverse-payments触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated description, USDC only (removed USDT)
v1.0.0
Initial release: payment links, invoices, receipts, dashboards, customer data collection
元数据
常见问题
Obverse Payments 是什么?
Create, track, and manage USDC/USDT stablecoin payment links for sales, fundraising, and invoices across Telegram, WhatsApp, and Discord with dashboards. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 698 次。
如何安装 Obverse Payments?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install obverse-payments」即可一键安装,无需额外配置。
Obverse Payments 是免费的吗?
是的,Obverse Payments 完全免费(开源免费),可自由下载、安装和使用。
Obverse Payments 支持哪些平台?
Obverse Payments 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Obverse Payments?
由 OFUZORCHUKWUEMEKE(@ofuzorchukwuemeke)开发并维护,当前版本 v1.0.1。
推荐 Skills