Implement production-ready Google Pay integrations for web and Android applications using the Openclaw Skills ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install google-pay
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 google-pay using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Google Pay skill for Openclaw Skills provides a structured framework for developers to integrate secure, tokenized payment flows into web and Android environments. It focuses on maintaining architectural integrity by separating payment logic from sensitive token handling, ensuring that AI agents can manage the entire lifecycle from initial setup to production rollout.
By enforcing best practices like server-side amount validation and idempotent request handling, this skill minimizes common integration risks such as duplicate charges or client-side total manipulation. It provides specialized playbooks for recurring payments, failure recovery, and multi-platform validation, making it an essential tool for building robust and reliable checkout experiences.
To get started with this skill from the Openclaw Skills library, ensure you have the necessary environment variables and tools configured on your system:
export GOOGLE_PAY_MERCHANT_ID="your_merchant_id_here"
# Ensure diagnostic tools are installed
sudo apt-get install curl jq # For Linux
brew install curl jq # For macOS
Once configured, initialize the skill to generate the local memory structure and review the setup.md file for platform-specific instructions.
The skill maintains a structured data hierarchy in the ~/google-pay/ directory to track integration progress and ensure auditability:
| File | Description |
|---|---|
memory.md |
Tracks project snapshot, risk status, and rollout state. |
implementations.md |
Documents the selected approach and platform-specific notes. |
validation-log.md |
Stores test evidence and environment-specific results. |
incidents.md |
Logs failed payments, root causes, and applied fixes. |
Loading
A guide for developers to implement Google Fonts with maximum performance, correct subsetting, and professional typographic pairings.

A professional-grade framework for managing reproducible Google Colab notebooks, ML experiments, and data pipelines.

A comprehensive golf performance management skill for tracking rounds, handicaps, and tailored improvement strategies.

A structured system for defining, tracking, and reviewing long-term personal and professional goals using organized markdown files.

A professional-grade automation and optimization framework for managing the complete Android app lifecycle on the Google Play Store.

A comprehensive AI skill for researching company reputation and monitoring Google Maps and Shopping reviews with automated sentiment analysis.








































