开发编程
#api
coupang-product-search
k-skill-proxy의 공식 Coupang Partners API 경로로 쿠팡 상품을 검색하고 로켓배송·가격 후보를 비교한다. 돌쇠에서는 공식 표면을 통한 후속 액션까지 진행한다.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=nomadamas-k-skill-coupang-product-search-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name coupang-product-search description k-skill-proxy의 공식 Coupang Partners API 경로로 쿠팡 상품을 검색하고 로켓배송·가격 후보를 비교한다. 돌쇠에서는 공식 표면을 통한 후속 액션까지 진행한다. license MIT metadata {"category":"retail","locale":"ko-KR","phase":"v2"} coupang-product-search Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct coupang-product-search The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files coupang-product-search If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme , or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/coupang-product-search/instruction.md . Affiliate disclosure (required) 상품 링크를 안내할 때는 반드시 "쿠팡 파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있습니다."라고 고지한다. Legal disclaimer (required) This skill is not an official feature of, officially supported by, affiliated with, sponsored by, approved by, or developed in collaboration with any third-party trademark owner or service operator it identifies. Third-party names are used only to describe the skill's function, lookup target, or compatibility. Any automated collection of publicly accessible information must be limited to personal, non-organizational lookup. Do not use this skill for systematic or bulk crawling, database building, access-control or block circumvention, or conduct that interferes with a third party's business or service. Read the full Korean legal disclaimer, including the cited Korean Supreme Court precedents and statutory limits, before use: npx -y @nomadamas/k-skill@0 read coupang-product-search references/DISCLAIMER.md Hard rules even without the CLI Never execute payment, message/email delivery, final submission, cancellation, or public posting without the user's explicit approval immediately beforehand. Never ask for, print, or store plaintext credentials in chat, files, or shell arguments. Never bypass legal, physical-presence, CAPTCHA, identity-proofing, or electronic-signature boundaries.
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 / 自定义框架) |