store-intake
Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Collect a local business's REAL details in one pass, then fill the site — so nothing is ever invented
Switch on the store's real Stripe payments — the hosted-checkout route already ships; this wires the owner's key and verifies it
Fetch GitHub developer activity (commits, PRs, reviews) and build an activity dashboard
Monitor GitHub repos — fetch PRs, issues, CI status via Composio and display on canvas
Track daily habits on a canvas kanban board with streaks
Check service health endpoints and build a status page canvas
| name | store-intake |
| version | 1.0.0 |
| description | Collect a shop's REAL products and details in one pass, then fill the catalog — so nothing is ever invented |
| trigger | build my store|online shop|sell products|set up my store|add my products|paste your products|storefront |
| tools | ["edit_file","read_file","memory_write"] |
Goal: gather the owner's real store details and products before writing any
catalog, so you fill src/data/store-content.ts once with true data instead of
guessing and correcting. Never invent products or prices to "get started".
Send ONE friendly message with a fill-in-the-blanks block. Make blanks OK.
Great — I'll build your store. Paste back whatever you have (leave blanks if you're not sure; we can add them later):
- Store name:
- One-line tagline:
- Short "about" (1–3 sentences):
- Currency: (e.g. USD, GBP, EUR, INR)
- Products — for each: name, price, a short description, a photo (upload/link), and a category if you group them. Paste a list, a spreadsheet, or a link and I'll structure it.
- Shipping/collection note: (e.g. "Free UK shipping over £30", "Local pickup only")
- Contact email:
- Social links / website:
If they upload a product list (CSV, photos, a link), read it and extract names and prices faithfully. If a price is unclear, ASK — do not guess.
Every price goes in as an INTEGER of minor units in priceMinor:
950, $14 → 1400, €19.99 → 1999, ₹320 → 32000.
Set store.currency (lowercase ISO: "usd"/"gbp"/"eur"/"inr") and
store.currencySymbol (e.g. "$"/"£"/"₹") to match. Getting this wrong charges
the wrong amount, so double-check.Edit src/data/store-content.ts:
store, contact, shippingNote, products, social.id (slug), e.g. "house-blend-250g".image if it's a real, working URL the owner gave you.available: false for out-of-stock items (they stay visible, not buyable).configured: true only once the store has a name and ≥1 real product.stripe-checkout skill next.memory_write.