Skills Plugins MCP Prompt Model 博客 我的中心
生活与工具 #data #ai #mcp

daiso-cli

Use this when a user wants to search Daiso/다이소, compare product price candidates, nearby restaurants/cafes/음식점/카페, 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/재고, compare, places, movies, showtimes, seats, health checks, and raw JSON output.

DeepseekModel 官方收录技能 质量 优秀 · 78 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=hmmhmmhm-daiso-mcp-skills-daiso-cli-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name daiso-cli description Use this when a user wants to search Daiso/다이소, compare product price candidates, nearby restaurants/cafes/음식점/카페, 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/재고, compare, places, movies, showtimes, seats, health checks, and raw JSON output. version 1.0.6 metadata {"openclaw":{"requires":{"bins":"[Truncated]"},"install":["[Truncated]"],"homepage":"https://github.com/hmmhmmhm/daiso-mcp"}} 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 compare 콜라 -- limit 3 --json npx daiso places 강남역 --category cafe -- limit 5 --json npx daiso places 성수동 --keyword 브런치 -- limit 5 --json npx daiso get /api/feedback/requests -- type bug --title "올리브영 재고 오류" --description "oliveyoung_check_inventory가 빈 결과를 반환합니다." --service oliveyoung --toolName oliveyoung_check_inventory --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 seveneleven-inventory 핫식스 --storeKeyword "안산 중앙역" --storeLimit 10 --json npx daiso emart24-products 커피 --pageSize 10 --json npx daiso lottemart-products 콜라 --storeName 강변점 --area 서울 --json npx daiso cgv-movies --playDate <YYYYMMDD> --theaterCode <theaterCode> --json npx daiso cgv-timetable --playDate <YYYYMMDD> --theaterCode <theaterCode> --json For more command selection examples, read references/cli-command-map.md . Request Recipes "콜라 어디가 싸?", "컵라면 가격 비교해줘": run npx daiso compare <keyword> --json first. Confirm stock or sale prices with service-specific inventory only when the user asks for store-level availability. "강남역 근처 카페", "성수동 브런치 음식점": run npx daiso places <location> --category cafe|restaurant --json or use --keyword for the food or mood. Do not ask which retail brand they mean. "다이소 핫식스 재고", "올리브영 두바이초콜릿 있어?": keep the named brand. Search that service first even if the product seems unusual for the brand, then suggest alternatives only after no results. "GS25 강남 오감자 재고": separate product and location. Search product candidates first when an item code is needed, then run inventory with --storeKeyword . "오늘 강남 CGV 시간표": compute today in KST as YYYYMMDD , find the theater if the code is unknown, then query timetable. "MCP가 오류나요", "개발자에게 개선 요청 보내줘": use submit_developer_request when MCP is available. In CLI-only environments, use npx daiso get /api/feedback/requests --type bug|improvement|feature|docs --title "..." --description "..." --json . If a command fails, retry once with narrower input. If it still fails, report the service, command, and condition instead of inventing results. If output contains imageUrl , preserve the full URL including query string when showing images. 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 . Cross-service price candidate comparison: if the user asks which service is cheaper without naming a brand, use npx daiso compare <keyword> --json first. This uses no new external API key and compares Daiso, GS25, Seven-Eleven, and Emart24 product search candidates. Nearby restaurants or cafes: use npx daiso places <location> --category cafe|restaurant --json . If the user gives a specific food or mood, use --keyword , for example npx daiso places 성수동 --keyword 브런치 --json . Seven-Eleven inventory: use npx daiso seveneleven-inventory 핫식스 --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 Identify the target service from the user request: feedback/developer request, compare, Daiso, places/restaurants/cafes, GS25, Seven-Eleven, CU, Emart24, Lotte Mart, Olive Young, Megabox, Lotte Cinema, or CGV. Choose a CLI command from the common commands or references/cli-command-map.md . Add --json for machine-readable output or when summarizing multiple records. If a CLI command is not available for the exact route, use npx daiso get /api/... --json . 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.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。