Caramel

← All agents

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

  1. npx -y skills add DevinoSolutions/caramel --skill caramel-coupons --yes --global --agent github-copilot
  2. 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/agent-setup/prompt.md.