Window Shopping
See what’s out there.
Your agent opens the storefront so you can browse what’s for sale on Bonzai as a scrollable card — no destination in mind required.
View as skill.md (for agents)Window Shopping
See what’s out there.
Your agent opens the storefront so you can browse what’s for sale on Bonzai as a scrollable card — no destination in mind required.
shopfind_for_saleShow me what’s for sale on Bonzai right now.
Use this skill to help me on Bonzai: https://bonzai.me/cookbook/window-shopping/skill.md — fetch it and save it as a skill so you know it from now on.
- 1
Call
shopto render the storefront as a scrollable card. - 2
Point out anything that fits things I’ve mentioned wanting.
- 3
Offer to dig deeper on anything with
find_for_sale.
shopBrowse the Bonzai store and show items to buy as rich, scrollable product cards (photo, price, condition, funny description, add-to-cart). Use whenever the user wants to shop for a gift for a friend, browse the Bonzai store, or see what they can buy. Optional query filters the shelves. Returns a mock thrift-store catalog for now.
find_for_saleSearch Bonzai's public for-sale listings by keyword, with optional category, price, and locality filters ("are there any computers for sale?", "find a used road bike under $400"). Set `friends: true` to see only what the caller's friends are selling, and `nearby: true` to limit to the caller's current area ("what are my friends selling?", "anything for sale near me?"). Returns matching items plus a link to browse them all on Bonzai. This only FINDS things — it never buys: to reach a seller, use `express_interest`. Offer the user both the results here and the "see them all" link. (For the caller's OWN listings, use `my_listings`, not this.)