Tag (3)
field-report
- Field Report // NO. 023
Shipment tracking from forwarded emails
Carrier tracking pages work for humans and fight servers. I forward shipping emails to my agent; one silent hourly cron polls a registry until a parcel is delivered, pings me once, and files the pickup task. The reproducible pattern, including the carriers that cannot be polled and the nudge that covers them.
- Field Report // NO. 022
A weekly shop your agent assembles, you approve
Tesco has no consumer ordering API and its login sits behind Akamai. I built a weekly-shop skill that plans meals, derives the shopping list, searches Tesco, builds the basket, and hands me a link to review and pay. Here is the reproducible pattern and the ask-first rule that makes it worth trusting.
- Field Report // NO. 019
I built a skill that orders food on Deliveroo
Deliveroo has no consumer ordering API and its login sits behind Cloudflare Turnstile. I built a skill that browses, adds to basket, and places an order anyway, using a real Chromium browser through a WARP split tunnel. Here is the reproducible pattern and the human-confirm gate that makes it safe.