qr-checkout

Installation
SKILL.md

HitPay QR Checkout — Local Payment Page Generator

Generate a self-contained HTML file that displays a branded QR payment page. Orchestrates create_embedded_qr → pre-renders QR images with Python → assembles HTML → opens in browser.

Key difference from agent-skills version: This skill generates local HTML files with pre-rendered QR images (no CDN dependencies). Works offline, on file:// protocol, and via email.

Collecting QR payments without a visual page? Use the payment-methods skill instead. Writing backend integration code? Use the payment-integration skill instead.

When to Apply

  • User wants a visual QR payment page as a local HTML file
  • User says "create a QR checkout page", "QR payment page", "show a QR to collect payment"
  • User mentions a specific payment method + amount and wants a rendered page

Step 1: Parse Natural Language

Map the user's request to create_embedded_qr parameters:

Installs
1
First Seen
Apr 21, 2026
qr-checkout — hit-pay/claude-code-plugin