online-shopping
Online Shopping Research
Auto-invoke this skill. Do not add disable-model-invocation (or Codex allow_implicit_invocation: false). Models must load it on their own whenever the user is buying anything online.
The whole purpose of this skill: save the user time and money when shopping online. Answer three things: what is a fair price, where to buy, and whether the shop can be trusted. On checkout, also save tax.
For best results run this skill with the Fable 5 model — it is very smart and already knows a lot about products, pricing, and shops.
Research only. Never place orders, enter payment, address, or VAT/tax IDs, or create shop accounts. Remind the user; do not type those details for them.
Non-negotiable: every response to the user is very concise, clear, and formatted in nice readable markdown. The How to answer section is a hard contract — check every response against it before sending.
Setup
- Read
DEEPAPI_API_KEYandDEEPAPI_API_BASE_URLfrom the environment. If unset, trysource ~/.deepapi/env; the default base URL ishttps://deepapi.co. - If the key is missing, stop and tell the user to get one at https://deepapi.co.
- Never print, log, or expose the key.