Install
openclaw skills install @linkfox-ai/linkfox-shopee-store-videoShopee(虾皮)店铺视频 Video(与 linkfox-shopee-store-auth 同系列),经 /shopee/developerProxy 转发 Shopee Open API Video 模块全部 15 个接口:get_cover_list、post_video、get_video_list、get_video_detail、edit_video_info、get_overview_performance、get_video_detail_performance 等。当用户提到 Shopee 视频、店铺视频、上传视频、post_video、视频封面、视频效果、video performance、get_video_list 时触发。即使未明确提及"视频",只要涉及已授权 Shopee 店铺的视频发布或效果分析,也应触发。
openclaw skills install @linkfox-ai/linkfox-shopee-store-videoShopee Open Platform Video 模块(15 个 API)。依赖 linkfox-shopee-store-auth:先取 accessToken,再经 POST /shopee/developerProxy 转发(path 须 api/v2/video/...)。
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 进入上下文。
Video 模块索引:v2.video.get_cover_list
python scripts/check_auth_dependency.py;exit code 42 → 先安装 linkfox-shopee-store-auth 并授权店铺。storeTokens → developerProxy → 紫鸟 shopee-proxy → Shopee APIget_cover_list → post_video → get_video_list / edit_video_infoget_overview_performance、get_video_detail_performance 等get_prodcut_performance_list(product 为 prodcut)linkfox-shopee-store-livestream| 分组 | 脚本 |
|---|---|
| 视频 CRUD | get_cover_list.py、post_video.py、get_video_list.py、get_video_detail.py、edit_video_info.py、delete_video.py |
| 整体效果 | get_overview_performance.py、get_metric_trend.py、get_user_demographics.py、get_video_performance_list.py、get_prodcut_performance_list.py |
| 单视频效果 | get_video_detail_performance.py、get_video_detail_metric_trend.py、get_video_detail_audience_distribution.py、get_video_detail_product_performance.py |
| 通用入口 | video_api.py(JSON 含 api 字段) |
共享:_shopee_video_common.py、_video_endpoints.py、_video_api_runner.py。
get_cover_list.py 选封面post_video.py 传完整 bodyget_video_list.py 确认发布get_video_list.py 获取 video_idget_video_detail_performance.py 查单视频效果get_overview_performance.py 查整体概览developerProxy.httpStatus,再读 *Response 字段bodymodule=129)linkfox-shopee-store-authlinkfox-shopee-store-productlinkfox-shopee-store-livestreamlinkfox-shopee-store-media-spacelinkfox-shopee-store-mediaFeedback:
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.