# Uniweb Skill

> Uniweb Skill is a payment infrastructure tool for the AI era that lets developers add payments to their apps via a single prompt, generating checkout code, webhook handling, and payment links automatically.

Uniweb Skill is a developer-facing payment infrastructure layer built by Uniweb Pte. Ltd., a Singapore-based company that has operated as a payment gateway since 2015. It targets AI-era workflows by letting developers add payment capabilities to their applications through a single natural-language prompt, with the skill automatically generating server-side checkout code, webhook verification, and a working payment link.

## What It Is

Uniweb Skill is a "skill-first" payment integration tool designed to work inside agent workflows. Rather than manually wiring up a payment SDK, developers install the skill into their agent environment and then describe what they need in plain language — for example, "Add SGD 10 checkout to my app" — and the skill translates that into SDK calls, checkout routes, and webhook handling. It sits on top of Uniweb Pay, the company's aggregated payment gateway that the About page states serves over 6,000 merchants in Singapore.

## How the Skill Workflow Works

The integration follows four steps:

- **Install the skill** via `npx skills add uniwebpay/skills`, making it available globally or per-project so the agent can recognize payment, checkout, and collection requests automatically.
- **Create a wallet** by asking the agent, which runs `uniweb wallet create` and stores an API key locally at `~/.uniweb/config.json`.
- **Create a payment link** by asking the agent, which runs `uniweb link create` with an amount and currency, returning a reusable link shareable via website, email, or QR code — no backend code required.
- **Claim the dashboard** by running `uniweb wallet claim`, which binds the CLI-created wallet to a web dashboard for reviewing balances, orders, payment links, webhooks, and payouts.

## Payment Methods and Features

Uniweb Skill supports multiple cashless payment methods through a single integration:

- Cards, WeChat Pay, Alipay, PayNow (Singapore's real-time payment rail)
- Hosted checkout pages
- Subscriptions, recurring billing, trials, dunning, and automated invoicing
- Webhooks with HMAC-SHA256 signature verification for real-time event notifications
- KYC and compliance with built-in identity verification and admin review workflows
- Merchant dashboard and admin panel for full platform control
- Payouts and bank account management

## Developer Access Points

The tool exposes three primary developer interfaces: a CLI (`uniweb` commands), an SDK (called via the skill), and a REST API with documented reference. Documentation covers the skill, API reference, and CLI reference. The dashboard provides a GUI layer for non-CLI operations including payment links, products, subscriptions, payments, payouts, KYC, and bank accounts.

## Platform and Audience

Uniweb Skill is aimed at developers building products that need to accept payments quickly, particularly those working in agent-driven or AI-assisted development environments. The underlying payment infrastructure is Singapore-focused, with SGD and PayNow support prominent in examples, though the gateway also supports Alipay and WeChat Pay, which are commonly used by Chinese tourists and consumers in Southeast Asia — consistent with Uniweb Pte. Ltd.'s stated history of targeting Chinese tourist payment flows since 2015.

## Features
- Single-prompt payment integration for AI agent workflows
- Hosted checkout page generation
- Payment link creation (reusable, shareable via QR/email/web)
- Webhook handling with HMAC-SHA256 verification
- Multiple payment methods: Cards, Alipay, WeChat Pay, PayNow
- Subscriptions, recurring billing, trials, and dunning
- Automated invoicing
- KYC and compliance with identity verification
- Merchant dashboard with balances, orders, and payouts
- CLI-based wallet and payment link management
- API reference and SDK access
- Admin panel for platform control

## Integrations
Alipay, WeChat Pay, PayNow, Card payments, HMAC-SHA256 webhooks

## Platforms
ANDROID, IOS, WEB, API, CLI

## Pricing
Freemium — Free tier available with paid upgrades

## Links
- Website: https://skill.uniwebpay.com
- Documentation: https://skill.uniwebpay.com/docs
- EveryDev.ai: https://www.everydev.ai/tools/uniweb-skill
