daiso-product-search

Check Daiso product pickup stock at a specific store via official search surfaces.

7.1k|836|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/NomaDamas/k-skill --skill daiso-product-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daiso-product-search
Source: https://github.com/NomaDamas/k-skill/tree/main/daiso-product-search
Command: npx skills add https://github.com/NomaDamas/k-skill --skill daiso-product-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

다이소 매장에 특정 상품이 있는지 직접 찾고 확인하느라 시간을 낭비하는 문제를 해결해, 사용자가 원하는 매장 재고 여부를 빠르게 파악할 수 있게 돕습니다.

Core Features & Use Cases

  • Store resolution by official store search: 매장명을 공식 매장 검색 표면으로 먼저 확인해 매장 코드를 찾습니다.
  • Product candidate discovery via official product search: 상품명/키워드로 공식 상품 검색 표면에서 후보를 좁힙니다.
  • Store pickup stock lookup using pickup surface: 해당 매장의 픽업 재고 표면으로 재고 수량(또는 없음)을 확인합니다.

사용 예:

  • "강남역2호점에 리들샷 있어?"처럼 특정 매장에서의 재고 확인
  • "이 상품 어느 매장에 있는지 확인해줘"처럼 매장-상품 조합의 가능 여부 탐색
  • "다이소 매장명 주면 그 매장 재고 봐줘"처럼 매장명 기반 빠른 확인

Quick Start

다이소 매장명(예: 강남역2호점)과 상품명/검색어(예: VT 리들샷 100)를 알려주면 해당 매장의 픽업 재고를 확인해줘.

Frequently Asked Questions about daiso-product-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Daiso store stock for a specific product?

To check Daiso store stock, you need the specific store name and product keyword. The tool resolves the store code via official Daiso search, finds product candidates, and queries the pickup stock surface to return availability.

Can I search Daiso pickup availability without manually browsing the website?

Yes, you can confirm Daiso pickup availability automatically by providing a store name and product name. It uses official Daiso Mall APIs to resolve store codes, search products, and authenticate to access pickup stock data.

What happens if the Daiso pickup stock query returns a 401 or 403 error?

When the Daiso pickup stock query encounters a 401 or 403 error, the system returns conservative fallback results. It handles blocked or eligibility errors gracefully without crashing, ensuring you still receive a safe, conservative availability response.

Does Daiso store stock lookup work with just a product name?

No, Daiso store stock lookup requires both a store name and a product name. The tool must first resolve the specific store code from the store name before it can search for product candidates and check pickup stock at that location.

Is unofficial web scraping required to check Daiso store inventory?

No, unofficial scraping is not required. This tool uses official Daiso Mall store search, product search, and pickup stock surfaces. It authenticates securely using JWT and AES-CBC Bearer token construction to access accurate inventory data.

Why does the Daiso product search return multiple candidate products?

The Daiso product search returns multiple candidates because it queries the official product search surface using your provided keywords. You must select the correct product from the narrowed candidate list before the system checks pickup stock at the specified store.