MerchantGuard is a comprehensive security and compliance layer for AI agents, providing scanning, adversarial testing, and certification for payment-handling systems.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install merchantguard
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 merchantguard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
MerchantGuard serves as the dedicated compliance and security layer for the agent economy, ensuring that AI agents are thoroughly verified before handling payments or sensitive data. By utilizing these Openclaw Skills, developers can protect their infrastructure from 102 different security patterns, including hardcoded keys and prompt injection. It acts as a safety gate for agents in production environments, bridging the gap between autonomous functionality and strict regulatory requirements.
The toolset provides everything from local code scanning to real-time compliance alerts regarding major credit card network rule changes. This makes MerchantGuard an essential addition to any developer workflow involving Openclaw Skills, particularly when building agents for high-risk verticals like crypto, telehealth, or fintech.
You can install this directly via the CLI for Openclaw Skills:
openclaw skill install merchantguard
For manual setup within your Openclaw Skills directory:
mkdir -p ~/.openclaw/skills/merchantguard
cd ~/.openclaw/skills/merchantguard
curl -LO https://merchantguard.ai/skills/guard/SKILL.md
curl -LO https://merchantguard.ai/skills/guard/guard.py
curl -LO https://merchantguard.ai/skills/guard/claw.json
pip install requests
MerchantGuard organizes security and compliance data into a structured taxonomy for easy integration into devops pipelines:
| Data Point | Description |
|---|---|
| Risk Score | A 0-100 scale identifying the severity of security vulnerabilities found in code. |
| Trust Tier | Categorization (Verified, Gold, Diamond) based on adversarial probe success. |
| GuardScore | A merchant health metric categorized into SAFE, WARNING, ELEVATED, or CRITICAL. |
| VAMP Thresholds | Real-time Visa/Mastercard chargeback ratio limits and remediation timelines. |
| Findings Object | A detailed list of categorized security issues including remediation steps and pattern matches. |
Loading
A sophisticated tool for merging multiple images into professional PDF documents with automated orientation correction and OCR capabilities.

A streamlined utility for creating timestamped backups of critical OpenClaw configuration files, agents, and credentials.

A high-performance AI music generation skill that creates 30-second instrumental tracks using Google Lyria.

A CLI-based utility to convert Markdown files into high-quality, styled PDF documents using Pandoc and wkhtmltopdf.

A dynamic learning framework that enables AI agents to accumulate experience, verify outcomes, and self-correct through a persistent memory database.

A fundamental greeting skill for AI agents that provides personalized, multilingual messages with dynamic date and time integration.








































