← Back to Skills Marketplace
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ovrapay
Description
Use this skill when the agent needs to buy something online, pay for a service, complete a checkout, manage spending budgets, or track purchases. Enables sec...
Usage Guidance
This skill appears coherent for agent-driven payments, but before installing: 1) Verify the Ovra service and endpoint (https://api.getovra.com) and confirm you trust the provider; 2) Use a scoped or sandbox API key for initial testing (and confirm what 'no spending limits' for sandbox keys actually means); 3) Limit the OVRA_API_KEY's permissions if possible and rotate/revoke keys regularly; 4) Require agent approval workflows or human-in-the-loop for real-money transactions rather than allowing fully autonomous charges; 5) Be cautious with the receipt upload feature — ensure the agent is only allowed to read and upload transaction receipts and not arbitrary local files; 6) Monitor billing/transactions and enable alerts; and 7) If you need clarification (GDPR/data retention, what data Ovra stores, audit logs), ask the vendor before granting production credentials.
Capability Analysis
Type: OpenClaw Skill
Name: ovrapay
Version: 1.0.0
The skill provides a legitimate payment integration for AI agents via the Ovra platform. It uses the Model Context Protocol (MCP) to communicate with a centralized API (api.getovra.com) and implements security measures such as tokenized credentials to prevent the agent from accessing raw card data. The instructions in SKILL.md clearly define operational boundaries, including requirements for human approval for high-risk actions like policy changes or large transactions, and no evidence of malicious intent, data exfiltration, or unauthorized execution was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description describe an agent payments integration and the only required secret (OVRA_API_KEY) plus MCP endpoint (api.getovra.com) are exactly what you'd expect for that functionality.
Instruction Scope
SKILL.md instructs the agent to declare intents, obtain tokenized credentials, and upload receipts (base64 PDF/PNG) to Ovra's MCP endpoint; it explicitly says card PAN must never appear in outputs. This is appropriate for a payments skill, but the file-upload step gives the agent the ability to read and transmit local files if configured that way — the instructions attempt to restrict uploads to transaction receipts, but that restriction is an operational policy rather than a technical enforcement here.
Install Mechanism
Instruction-only skill with no install spec or code files — minimal footprint and no code downloaded or written during install.
Credentials
Only OVRA_API_KEY is required which is proportional to a payments integration. The docs' mention that sandbox keys (sk_test_*) have 'no spending limits' is noteworthy — use caution and prefer scoped or limited test keys for trials.
Persistence & Privilege
Skill does not request 'always' presence and is user-invocable. Autonomous invocation is allowed (the platform default); combined with a valid OVRA_API_KEY this grants the agent financial authority to create payments, so consider requiring human approval or using restricted/test keys if you do not want fully autonomous spending.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ovrapay - After installation, invoke the skill by name or use
/ovrapay - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ovra-agentic-payments 1.0.0 — initial release
- Enables secure Visa payments for online purchases, subscriptions, and paywalls via agent, with GDPR and PSD2 compliance.
- Provides primary tool `ovra_pay` for one-step checkout and HTTP 402 handling.
- Offers step-by-step flow for advanced use: checking policy, declaring payment intent, handling credentials, uploading receipts, and verifying transactions.
- Includes tools for card management, spending policy, transactions, receipts, disputes, agent and customer account administration, and merchant intelligence.
- Never exposes real card data; all sensitive operations routed through secure EU-based API.
- Sandbox testing available for development.
Metadata
Frequently Asked Questions
What is Ovra Payments?
Use this skill when the agent needs to buy something online, pay for a service, complete a checkout, manage spending budgets, or track purchases. Enables sec... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Ovra Payments?
Run "/install ovrapay" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ovra Payments free?
Yes, Ovra Payments is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ovra Payments support?
Ovra Payments is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ovra Payments?
It is built and maintained by Ovra (@ovra); the current version is v1.0.0.
More Skills