← Back to Skills Marketplace
ofuzorchukwuemeke

Obverse Payments

by OFUZORCHUKWUEMEKE · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
698
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install obverse-payments
Description
Create, track, and manage USDC/USDT stablecoin payment links for sales, fundraising, and invoices across Telegram, WhatsApp, and Discord with dashboards.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install obverse-payments
  3. After installation, invoke the skill by name or use /obverse-payments
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Updated description, USDC only (removed USDT)
v1.0.0
Initial release: payment links, invoices, receipts, dashboards, customer data collection
Metadata
Slug obverse-payments
Version 1.0.1
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Obverse Payments?

Create, track, and manage USDC/USDT stablecoin payment links for sales, fundraising, and invoices across Telegram, WhatsApp, and Discord with dashboards. It is an AI Agent Skill for Claude Code / OpenClaw, with 698 downloads so far.

How do I install Obverse Payments?

Run "/install obverse-payments" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Obverse Payments free?

Yes, Obverse Payments is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Obverse Payments support?

Obverse Payments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Obverse Payments?

It is built and maintained by OFUZORCHUKWUEMEKE (@ofuzorchukwuemeke); the current version is v1.0.1.

💬 Comments