Install
openclaw skills install @linkfox-ai/linkfox-shopee-store-merchantShopee(虾皮)跨境商户信息(与 linkfox-shopee-store-auth 同系列),经 /shopee/developerProxy 转发 Shopee Open API Merchant 模块全部 6 个接口:get_merchant_info、get_shop_list_by_merchant、get_merchant_warehouse_list、get_merchant_warehouse_location_list、get_warehouse_eligible_shop_list、get_merchant_prepaid_account_list。当用户提到 Shopee 商户、merchantId、跨境卖家、CNSC、商户下店铺列表、get_merchant_info、商户仓库、预付账户 时触发。即使未明确提及"商户",只要涉及已授权 Shopee 跨境商户的信息查询或下属店铺列表,也应触发。
openclaw skills install @linkfox-ai/linkfox-shopee-store-merchantShopee Open Platform Merchant 模块(6 个 API)。依赖 linkfox-shopee-store-auth:先取 accessToken,再经 POST /shopee/developerProxy 转发(path 须 api/v2/merchant/...)。
POST /shopee/developerProxy(不同操作通过请求体区分;完整参数/响应/错误码见 references/api.md)python scripts/<脚本名>.py '<JSON 参数>' [--inline](可用脚本见上文脚本一览)输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/<skill-name>-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
Merchant 模块索引:v2.merchant.get_merchant_info
python scripts/check_auth_dependency.py;exit code 42 → 先安装 linkfox-shopee-store-auth 并授权。merchantId;主要面向跨境卖家。storeTokens → developerProxy → 紫鸟 shopee-proxy → Shopee APIlinkfox-shopee-store-shoplinkfox-shopee-store-global-productget_merchant_info 确认 region/currency → get_shop_list_by_merchant 列出授权店铺| 脚本 | API | Method |
|---|---|---|
get_merchant_info.py | get_merchant_info | GET |
get_shop_list_by_merchant.py | get_shop_list_by_merchant | GET |
get_merchant_warehouse_location_list.py | get_merchant_warehouse_location_list | GET |
get_merchant_warehouse_list.py | get_merchant_warehouse_list | GET |
get_warehouse_eligible_shop_list.py | get_warehouse_eligible_shop_list | GET |
get_merchant_prepaid_account_list.py | get_merchant_prepaid_account_list | GET |
merchant_api.py | 通用入口(JSON 含 api 字段) | — |
共享:_shopee_merchant_common.py、_merchant_endpoints.py、_merchant_api_runner.py。
merchantIdget_merchant_info.py:name、region、currency、授权过期get_shop_list_by_merchant.py:page_no=1、page_size=100get_merchant_warehouse_list.py / get_merchant_warehouse_location_list.pyget_warehouse_eligible_shop_list.pyget_merchant_prepaid_account_list.pydeveloperProxy.httpStatus,再读 *Response 字段module=93)linkfox-shopee-store-authlinkfox-shopee-store-shoplinkfox-shopee-store-global-productlinkfox-shopee-store-productlinkfox-shopee-store-ordersget_merchants_by_partner 等)→ 非本 skillFeedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.