ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

paypilot

Process payments, send invoices, issue refunds, manage subscriptions, and detect fraud via a secure payment gateway proxy. Use when a user asks to charge someone, send a payment link, check sales, issue a refund, create recurring billing, view fraud analytics, configure fraud rules, or manage any payment-related task. Supports 3D Secure, AVS/CVV verification, and risk scoring. Also use for merchant onboarding and first-time payment setup.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/agmsyumet/paypilot-agms
Or

What This Skill Does

PayPilot is a robust AI-integrated payment processing skill for OpenClaw that serves as a secure gateway proxy to AGMS services. It allows agents to handle the full lifecycle of financial transactions, including charging customers, generating invoices, processing refunds, and managing recurring subscription billing. Beyond simple transactions, PayPilot provides advanced oversight by enabling fraud detection analytics and rule configuration, ensuring that all payment operations meet high-security standards through 3D Secure, AVS, and CVV verification.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/agmsyumet/paypilot-agms

Post-installation, ensure you initialize the authentication flow. Check your configuration by running cat ~/.config/paypilot/config.json. If missing, execute the registration and login sequence provided in the documentation to generate your JWT bearer token. Remember to set your permissions correctly on the configuration file using chmod 600 to maintain security for your API keys.

Use Cases

Use PayPilot when you need to automate e-commerce workflows or client billing. It is ideal for:

  • Generating dynamic payment links for invoices sent via chat.
  • Reviewing daily or monthly sales reports to analyze revenue.
  • Triggering immediate refunds for customer service disputes.
  • Onboarding new merchants by collecting business details and guiding them through the secure AGMS application portal.
  • Managing recurring billing cycles for subscription-based business models.
  • Proactively identifying suspicious transactions using the built-in fraud scoring analytics.

Example Prompts

  1. "I need to send a payment link to [email protected] for $250.00 regarding the invoice for last month's consultation."
  2. "Can you check the sales report for today and let me know if we have had any failed transactions or fraud alerts?"
  3. "We need to process a full refund for customer order #8892 because they canceled their subscription early."

Tips & Limitations

  • Security First: Never attempt to capture sensitive PII such as Tax IDs or full bank account numbers. Always direct users to the official AGMS secure portal for these inputs.
  • Authentication: If you receive a 401 error, the token has likely expired. Use the re-login flow to refresh your session immediately.
  • Error Handling: PayPilot uses standard HTTP status codes. If a request fails, verify that your gateway key is properly configured and that the network connection to the AGMS proxy is active.

Metadata

Author@agmsyumet
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-agmsyumet-paypilot-agms": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#payments#fintech#billing#ecommerce#agms
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api