← 返回 Skills 市场
hmmhmmhm

Daiso CLI

作者 <hmmhmmhm/> · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daiso-cli
功能描述
Use this when a user wants to search Daiso/다이소, convenience stores/편의점, marts, Olive Young/올리브영, Megabox/메가박스, Lotte Cinema/롯데시네마, or CGV data through the Da...
使用说明 (SKILL.md)

Daiso CLI

Use this skill to operate the Daiso MCP project through npx daiso and the public MCP endpoint.

Core Rule

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.

Quick Checks

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.

Common Commands

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 \x3CYYYYMMDD> --theaterCode \x3CtheaterCode> --json

For more command selection examples, read references/cli-command-map.md.

Multi-step Korean request patterns

  • Convenience store product near a place: if the request has both product and location, prefer inventory lookup over product-only search. Example: npx daiso gs25-inventory 콜라 --storeKeyword 강남역 --storeLimit 10 --json.
  • Seven-Eleven inventory currently uses the raw GET fallback. Example: npx daiso get /api/seveneleven/inventory --keyword 핫식스 --storeKeyword "안산 중앙역" --storeLimit 10 --json.
  • Daiso inventory by product name: search products first, keep the selected product ID, then run inventory with a store keyword. 위치가 없으면 ask the user for an area or store before checking inventory.
  • Cinema movies and timetable: find the theater first when the theater code is unknown, then call movies or timetable. If the user says today or omits a date, compute today in KST as YYYYMMDD; do not copy example dates.

Workflow

  1. Identify the target service from the user request: Daiso, GS25, Seven-Eleven, CU, Emart24, Lotte Mart, Olive Young, Megabox, Lotte Cinema, or CGV.
  2. Choose a CLI command from the common commands or references/cli-command-map.md.
  3. Add --json for machine-readable output or when summarizing multiple records.
  4. If a CLI command is not available for the exact route, use npx daiso get /api/... --json.
  5. If a command fails, run npx daiso health and retry with a narrower query or service-specific endpoint.

Fallbacks

  • npx 또는 Node.js를 사용할 수 없으면 do not invent results. Tell the user the CLI cannot run in the current environment and provide the MCP URL or equivalent GET /api/... path.
  • For network failures, retry once with a narrower query, then report the failing service and command.
  • For no results, preserve the command used and suggest a broader keyword or nearby area.
  • Switch from CLI to MCP only when the user is configuring an AI app, the shell cannot run npx, or the host environment already exposes the MCP server.

Output Handling

  • Summarize only the fields the user needs: product name, price, store name, address, stock, movie title, showtime, seat count.
  • Preserve IDs such as product IDs, store codes, theater codes, and movie codes when the user may need follow-up lookup.
  • Mention when data comes from live external services and may change.
  • In shell commands, quoted Korean strings are fine for values with spaces. URL-encode only when writing raw URLs.

MCP Usage

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.

安全使用建议
Treat this as an incomplete review rather than a clean security approval; the workspace artifacts should be re-scanned when local file inspection is available.
能力评估
Purpose & Capability
Workspace inspection failed before artifact contents could be read, so no purpose-to-capability mismatch was confirmed.
Instruction Scope
No SKILL.md instructions were available for review due to the local command failure, so scope could not be validated.
Install Mechanism
Install metadata or helper files could not be inspected; no unsafe install behavior was confirmed.
Credentials
The review could not verify requested environment access against the skill purpose; no artifact evidence of disproportionate access was available.
Persistence & Privilege
No artifact evidence of persistence, privilege escalation, or credential handling was available to evaluate.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daiso-cli
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daiso-cli 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Initial ClawHub release
元数据
Slug daiso-cli
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Daiso CLI 是什么?

Use this when a user wants to search Daiso/다이소, convenience stores/편의점, marts, Olive Young/올리브영, Megabox/메가박스, Lotte Cinema/롯데시네마, or CGV data through the Da... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Daiso CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install daiso-cli」即可一键安装,无需额外配置。

Daiso CLI 是免费的吗?

是的,Daiso CLI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daiso CLI 支持哪些平台?

Daiso CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daiso CLI?

由 <hmmhmmhm/>(@hmmhmmhm)开发并维护,当前版本 v1.0.5。

💬 留言讨论