Set up Caramel in GitHub Copilot
The Caramel coupon skill installed for GitHub Copilot via the skills CLI.
Fastest path: copy the prompt and let GitHub Copilot do the steps below itself.
By hand
npx -y skills add DevinoSolutions/caramel --skill caramel-coupons --yes --global --agent github-copilot - Reload VS Code so Copilot picks the skill up.
Verify
curl -s "https://grabcaramel.com/ api/ coupons? site=nike.com& limit=1"Success: HTTP 200 with a JSON body whose coupons array holds one object carrying code, site and title, and a numeric total.
The machine-readable version of this page is https://grabcaramel.com/
