원클릭으로
shopping-skill
shopping-skill에는 ohnotnow에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Answer the user's questions about their shopping — both what they've already bought and what they could buy — by querying the shopping.db store. Use this whenever the user wants to recall a past purchase ("what was that nice gochujang I bought?", "did I get a fancy soy sauce last year — was it Japanese or Korean?"), asks what / when / how much they've bought, wants recommendations or to explore a cuisine or ingredient ("I'm in the mood for Malay food, what do you suggest?"), or asks whether a shop stocks something or what a good substitute would be for an unstocked item ("they don't have Camargue rice — what's close?"). Reach for it even when the question is vague or chatty. NOT for onboarding or removing shops (that's the manage-shops skill) or refreshing a catalogue.
How to add a new shop to this shopping project's data store, or remove an existing one. Use this whenever the user wants to onboard / add / import a new shop or store, remove / delete one, or asks how to handle a shop that isn't Shopify (a small, bespoke, or hand-built website). Covers detecting and ingesting a Shopify shop, a decision ladder for non-Shopify shops, the db.upsert_product / db.ingest_order extension contract, and remove_store.py. Reach for this even if the user just says something like "I started buying from <some shop>, can we add it?" or "get rid of the Acme Foods data". Not for shops already in the store — querying purchases, comparing prices, exporting, counting shops, refreshing a catalogue, or fixing an existing parser are different tasks.