📦 Loss Items Query — 复购商品查询
v1.0.0一键拉取待复购/待补货商品清单,支持分页、状态筛选与排序,直接调用你的业务 HTTPS 接口,无需额外配置。
0· 135·0 当前·0 累计
下载技能包
最后更新
2026/3/20
安全扫描
OpenClaw
安全
high confidenceThe skill's code, instructions, and requested environment variable are consistent with its stated purpose of calling a business HTTPS API to list loss/reorder items.
评估建议
This skill appears to do what it says: run a local Python script that calls your loss-items HTTPS API using LOSS_API_TOKEN. Before installing, verify: (1) the API host (https://pre-detailailifeast.alibaba-inc.com/...) is the intended business endpoint and not an unexpected external service; (2) the LOSS_API_TOKEN you supply has limited scope and is not reused for unrelated services; (3) your environment has the Python 'requests' package available or you provide it; (4) you are comfortable that r...详细分析 ▾
✓ 用途与能力
Name/description request access to a loss-items API and the skill indeed only requires a single LOSS_API_TOKEN and runs a script that queries a loss-items HTTPS endpoint. No unrelated credentials or binaries are requested.
✓ 指令范围
SKILL.md strictly instructs extracting paging/status/sort parameters from the user, running the local query_loss_items.py with those args, and summarizing the returned JSON. The script reads only LOSS_API_TOKEN and calls the declared API URL; it does not access other files, config paths, or external endpoints beyond the business API.
ℹ 安装机制
This is instruction-only (no installer). It requires python3 (declared) and runs a Python script that imports 'requests' but the skill does not declare how to ensure the requests package is available. This is an operational gap (will fail if requests is missing) but not a security red flag. No downloads or arbitrary install URLs are used.
ℹ 凭证需求
Only LOSS_API_TOKEN is required and is used to authenticate the single API call — this is proportionate. Consider that the token grants access to the target business API; ensure the token's scope is limited and not a high-privilege or cross-service credential.
✓ 持久化与权限
Skill is not always-enabled and does not request persistent or system-wide privileges. It does not modify other skills or system configs.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/20
初始版本:支持 page/size/status/sort 参数,调用 pre-detailailifeast 接口,兼容复购商品查询关键词
● 无害
安装命令
点击复制官方npx clawhub@latest install loss-items-query-ailifeassistant
镜像加速npx clawhub@latest install loss-items-query-ailifeassistant --registry https://cn.longxiaskill.com镜像同步中