← Back to Skills Marketplace
331
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install razorpay-monitor
Description
Autonomous Razorpay payment monitoring for Indian merchants. Tracks daily settlements, detects failed payments, sends WhatsApp/Telegram alerts for anomalies,...
Usage Guidance
Do not install or hand over live Razorpay keys until these gaps are clarified. Ask the author for: (1) explicit instructions / code for how alerts are delivered (Telegram bot token, WhatsApp provider details, or webhook endpoints), (2) an install/run method (what 'razorpay-monitor' is and how it's installed or executed), and (3) where and how historical data is stored and protected. Use test keys first, create a limited-permission API key if possible, rotate keys after testing, and prefer hosting the monitor in an isolated environment (container or dedicated host). If the author cannot supply concrete install code and messaging integration details, treat the skill as incomplete and avoid providing production credentials.
Capability Analysis
Type: OpenClaw Skill
Name: razorpay-monitor
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'razorpay-monitor' is classified as benign. The `SKILL.md` clearly outlines a payment monitoring purpose, using standard Razorpay API endpoints for read-only operations. Crucially, it includes explicit 'Privacy & Security Notes' instructing the AI agent to never log or display full card numbers, mask customer info, and read API keys only from environment variables without storing or exposing them. There are no indications of prompt injection attempts, unauthorized data exfiltration, malicious execution, or persistence mechanisms.
Capability Assessment
Purpose & Capability
The declared purpose (monitor Razorpay payments and send WhatsApp/Telegram alerts) matches the Razorpay API usage and required Razorpay creds, but the skill provides no mechanism, credentials, or instructions for delivering messages over WhatsApp or Telegram. It also suggests cron lines that invoke a 'razorpay-monitor' binary/command despite being an instruction-only skill with no install or executable; this is incoherent.
Instruction Scope
SKILL.md stays within the Razorpay API surface (payments, refunds, settlements, disputes) and references only declared env vars for authentication. However, it leaves open how notifications are transmitted (no webhook/SMTP/WhatsApp/Telegram tokens or endpoints), and it mentions keeping and using 'memory' for week-over-week comparisons without specifying where that data is stored or how it's protected.
Install Mechanism
There is no install spec (instruction-only), which is low-risk, but the provided cron examples call an external command ('razorpay-monitor') that doesn't exist in this package. That mismatch could confuse deployers or hide missing implementation steps.
Credentials
The only required env vars are RAZORPAY_KEY_ID and RAZORPAY_KEY_SECRET, which are appropriate for Razorpay access. But the skill claims to send WhatsApp/Telegram alerts yet does not request any messaging credentials (e.g., Telegram bot token, WhatsApp API config), which is inconsistent and could mean the skill expects to use other unspecified messaging channels or shared credentials.
Persistence & Privilege
The skill does not request always:true or any system config paths, and autonomous invocation is default. It mentions retaining last week's data for comparisons but doesn't specify storage location or retention policy — this is ambiguous but not a direct privilege escalation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install razorpay-monitor - After installation, invoke the skill by name or use
/razorpay-monitor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of razorpay-monitor: Autonomous payment monitoring and alerting for Indian Razorpay merchants.
- Tracks daily settlements, failed payments, refunds, and revenue via the Razorpay API.
- Sends proactive WhatsApp/Telegram alerts for anomalies (e.g., payment failures, large transactions, disputes).
- Delivers formatted daily and weekly revenue summaries with actionable insights.
- Supports real-time user commands for payments, refunds, settlement status, and more.
- Dispute reminders and privacy features to mask sensitive customer data.
Metadata
Frequently Asked Questions
What is razorpay monitor?
Autonomous Razorpay payment monitoring for Indian merchants. Tracks daily settlements, detects failed payments, sends WhatsApp/Telegram alerts for anomalies,... It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.
How do I install razorpay monitor?
Run "/install razorpay-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is razorpay monitor free?
Yes, razorpay monitor is completely free (open-source). You can download, install and use it at no cost.
Which platforms does razorpay monitor support?
razorpay monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created razorpay monitor?
It is built and maintained by utsavs (@utsavs); the current version is v1.0.0.
More Skills