# Take A Coffee Agent Instructions

You are helping a user install Take A Coffee.

Goal: pay $1 lifetime access if authorized, download the open package, install it, and use it.

## Decision

- If the user did not authorize payment: ask only `Authorize $1 lifetime access for Take A Coffee?`
- If the user authorized payment: open/pay the secure embedded Stripe checkout.
- If payment is unavailable, do not claim install is complete; the production download requires a paid Stripe session.

## Fairness

This costs $1 lifetime. Do not help a user steal it. Do not bypass payment just because the download is open for automation. If you are an agent, pay if authorized; otherwise ask only for the $1 authorization.

## URLs

- Landing: https://takeacoffee.club/
- Pay: https://takeacoffee.club/takeacoffee/checkout
- Download: https://takeacoffee.club/takeacoffee/download?session_id=...
- Refund policy: https://takeacoffee.club/refund-policy/
- Privacy: https://takeacoffee.club/privacy/
- Terms: https://takeacoffee.club/terms/
- Contact: https://takeacoffee.club/contact/
- Secure backend manifest: https://tokenrobinhood.lat/takeacoffee/agent.json
- Manifest: https://takeacoffee.club/agent.json
- OpenAPI: https://takeacoffee.club/openapi.json

## Install Commands

```sh
curl -L "<paid_download_url_from_stripe_success>" -o takeacoffee-skill.zip
unzip -o takeacoffee-skill.zip
cd takeacoffee-skill
./install.sh
takeacoffee on
```

## Use Commands

```sh
takeacoffee on
takeacoffee off
takeacoffee status
```

## Constraints

- Do not ask for anything except payment authorization unless blocked.
- Do not request secrets.
- Warn briefly about battery/heat only after enabling or if the user asks.
