An OOMOL-powered Razorpay skill to securely manage payment processing, order generation, and refunds directly from your command line or AI workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-razorpay
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-razorpay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Razorpay skill enables seamless interaction with the Razorpay API through your OOMOL-connected account. By leveraging the oo CLI, developers and AI agents can execute payment-related tasks without directly handling raw API tokens, which are securely injected server-side. This ensures high-grade security for financial operations while drastically simplifying the integration footprint.
Whether you are building automated billing systems or integrating payment management into your AI agent workflows, this connector provides a reliable bridge. Utilizing Openclaw Skills for Razorpay allows you to quickly query transactions, create orders, and process refunds programmatically with standardized, contract-validated inputs.
oo connector schema to retrieve the precise input and output fields.oo connector run "razorpay" with OOMOL securely handling authentication behind the scenes.[write] or [destructive]), safety prompts ensure the operation is verified before final execution.Ensure your environment is ready to leverage this connection by setting up the CLI and your credentials:
Run the appropriate command for your operating system to install the oo utility.
macOS / Linux:
curl -fsSL https://cli.oomol.com/install.sh | bash
Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
Authenticate your local CLI environment:
oo auth login
Link your Razorpay account via API key at the OOMOL Console:
https://console.oomol.com/app-connections?provider=razorpay
The Razorpay connector relies on a dynamic schema-driven payload structure. All requests return a structured JSON response containing the primary response payload and execution metadata.
| Property | Type | Description |
|---|---|---|
data |
Object / Array | The actual response data returned directly from the Razorpay API. |
meta |
Object | Operational metadata containing critical execution tracking details. |
meta.executionId |
String | A unique identifier for tracking the execution of the API connector. |
| Action | Type | Dynamic Inputs |
|---|---|---|
create_order |
[write] |
Amount, currency, optional receipt metadata |
create_refund |
[write] |
Payment ID, optional amount, speed, notes |
get_order |
[write] |
Order identifier |
get_payment |
Read | Payment identifier |
list_orders |
Read | Receipt, status-window, expansion filters |
list_payments |
Read | Time window, pagination range |
OOMOL_INSUFFICIENT_CREDIT, scope_missing) provide clear paths to resolution.Loading
A secure OOMOL-driven SearchApi wrapper that allows AI agents and CLI environments to perform web search and retrieve cached HTML/JSON without raw credential handling.

A command-line skill designed to retrieve project, task, and user metrics from Rocketlane seamlessly.

An AI-ready skill allowing coding agents to seamlessly interact with the SignWell e-signature API via the OOMOL-connected oo CLI.

An advanced integration skill that allows AI agents to manage Superchat contacts, list communication channels, and send multi-channel messages through a secure CLI protocol.

A specialized tool that enables AI agents to query and monitor Pingdom uptime checks, credits, and probe locations securely via the oo CLI.

Securely read, create, update, and delete MailerLite subscribers and groups via an AI-ready CLI connector.








































