checkout
Installation
SKILL.md
Credpay Checkout Skill
API Base URL: https://checkout-agent.credpay.xyz
Trigger this skill whenever the user wants to purchase, order, or checkout a product from any online store.
What you need from the user
Collect these before starting (ask if missing):
| Field | Example |
|---|---|
| Product URL | https://example.com/products/tee |
| Quantity | 1 |
| Size / Color (if applicable) | "Size": "M", "Color": "Black" |
customer@example.com |
|
| Goods total (USD) | "49.99" — item price as a USD string, no currency symbol |
| Shipping address | firstName, lastName, line1, city, state, postalCode, country, phone |