Caramel

← All agents

Set up Caramel in Claude Code

The Caramel plugin: a skill that looks up coupon codes for any store through the public API before you buy.

Fastest path: copy the prompt and let Claude Code do the steps below itself.

By hand

  1. claude plugin marketplace add DevinoSolutions/caramel
  2. claude plugin install caramel@devino-caramel
  3. Run /reload-plugins in Claude Code so the new skill is picked 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.