sales-foxy
Installation
SKILL.md
Foxy Platform Help
Foxy (foxy.io, formerly FoxyCart) is a hosted cart/checkout layer: your site keeps the product pages, Foxy hosts the cart, checkout, and receipt. Products live in add-to-cart links/forms secured by HMAC signing; automation runs through a hypermedia REST API (hAPI, OAuth 2.0) and HMAC-signed webhooks with real retry semantics. The go-to when a Webflow/builder site outgrows native ecommerce.
Step 1 — Gather context
If references/learnings.md exists, read it first for accumulated platform knowledge.
Ask only what you can't infer from the user's prompt:
-
What are you trying to do?
- A) Add Foxy to a site (Webflow/WordPress/Squarespace/Wix/Framer/custom)
- B) Secure products — HMAC-sign add-to-cart links/forms
- C) Integrate transactions/subscriptions with a CRM/fulfillment (hAPI, webhooks)
- D) Style the cart/checkout to match the site (template sets)
- E) Understand pricing (plan + 1% capped per-transaction fee)
-
Do you have a build step or serverless functions? Link signing needs one (SDK signer at build time, or a deployed signer function).