shopee-api
For any Shopee API related task, look up API documentation first via the Shopee MCP server before analyzing or implementing changes.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 78
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=ecomphp-shopee-php-junie-skills-shopee-api-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name shopee-api description For any Shopee API related task, look up API documentation first via the Shopee MCP server before analyzing or implementing changes. Shopee API Skill Use this skill whenever the task touches Shopee API behavior, endpoint names, request parameters, response fields, auth flow, or SDK resource/API mapping. Mandatory workflow Lookup first via MCP Before proposing code changes, answering API questions, or implementing integrations, call the Shopee MCP documentation search tool first: mcp_shopee_search_documents Query by exact API name first when available (example: v2.order.get_order_list ), then by keywords if needed. When working with multiple APIs, lookup each API separately If the task touches more than one Shopee API, run mcp_shopee_search_documents for each API at the moment you start working on that API . Do not reuse one API lookup as proof for another API. Prefer exact API names per lookup (for example: v2.product.get_item_base_info , then v2.logistics.get_shipping_parameter ). Ground decisions in docs Use the documentation lookup result as the source of truth for: endpoint/API names required and optional request parameters response field expectations related Shopee resource/module Then implement or answer Only after documentation lookup, proceed to explanation, code changes, or tests. If docs are missing or unclear, explicitly state that limitation and use the closest verified SDK reference. Practical checklist Shopee MCP docs search was executed before implementation/analysis. For multi-API tasks, a separate Shopee MCP docs search was executed for each API when that API work started. Exact API name was used in query when known. Final answer/change aligns with documented request/response structure. Any documentation gaps are called out explicitly.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |