Install
openclaw skills install daiso-cliUse this when a user wants to search Daiso/다이소, convenience stores/편의점, marts, Olive Young/올리브영, Megabox/메가박스, Lotte Cinema/롯데시네마, or CGV data through the Daiso project. Prefer the daiso CLI for direct execution, use the MCP endpoint when the host app supports remote MCP, and choose commands for products, stores, inventory/재고, movies, showtimes, seats, health checks, and raw JSON output.
openclaw skills install daiso-cliUse this skill to operate the Daiso MCP project through npx daiso and the public MCP endpoint.
CLI를 우선 사용한다. The CLI is the most reliable path when you can run shell commands. Use the MCP endpoint when the user is configuring an AI app or explicitly asks for MCP connection details.
npx daiso health
npx daiso url
npx daiso help
MCP server URL:
https://mcp.aka.page
Use --json when the user needs structured data, when comparing results, or when another tool will consume the output.
npx daiso products 수납박스 --json
npx daiso stores 강남역 --limit 5 --json
npx daiso inventory 1034604 --keyword 강남역 --json
npx daiso display-location 1034604 04515 --json
npx daiso gs25-products 콜라 --limit 10 --json
npx daiso gs25-stores 강남 --limit 10 --json
npx daiso gs25-inventory 오감자 --storeKeyword 강남 --storeLimit 10 --json
npx daiso seveneleven-products 삼각김밥 --size 10 --json
npx daiso seveneleven-stores "안산 중앙역" --limit 10 --json
npx daiso emart24-products 커피 --pageSize 10 --json
npx daiso lottemart-products 콜라 --storeName 강변점 --area 서울 --json
npx daiso get /api/cgv/movies --playDate <YYYYMMDD> --theaterCode <theaterCode> --json
For more command selection examples, read references/cli-command-map.md.
npx daiso gs25-inventory 콜라 --storeKeyword 강남역 --storeLimit 10 --json.npx daiso get /api/seveneleven/inventory --keyword 핫식스 --storeKeyword "안산 중앙역" --storeLimit 10 --json.YYYYMMDD; do not copy example dates.references/cli-command-map.md.--json for machine-readable output or when summarizing multiple records.npx daiso get /api/... --json.npx daiso health and retry with a narrower query or service-specific endpoint.GET /api/... path.npx, or the host environment already exposes the MCP server.For AI apps that support remote MCP, tell the user to connect:
https://mcp.aka.page
For local shell work, prefer npx daiso because it gives direct CLI commands and JSON output without requiring MCP host configuration.