/install loss-items-query-ailifeassistant
Loss Items 查询技能
能力
当用户说以下任意关键词时触发:
- “待复购商品/需要购买的复购商品 / 复购商品 / 待购买物品 / pending”
- “查询第几页的 loss items”
- “due remind 的物品”、“status=pending 的列表”等
执行逻辑(必须严格遵守)
-
从用户消息中提取参数(默认值见下):
- page(默认 1)
- size(默认 20)
- status(默认 pending)
- sort(默认 due_remind_at)
- include_deleted(默认 false)
-
执行本目录下的
query_loss_items.py脚本,传入以上参数。 -
把脚本返回的 JSON 转为自然语言总结回复用户(例如“共找到 12 条 pending 记录,第 1 页显示前 20 条...”)
示例对话
用户:查一下 哪些需要复购的商品 → 调用 query_loss_items.py --status pending --page 1 --size 20 → 回复:当前有 8 条待复购的商品,最新 due remind 时间是...
用户:看第 2 页的物品 → 调用 query_loss_items.py --page 2
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install loss-items-query-ailifeassistant - After installation, invoke the skill by name or use
/loss-items-query-ailifeassistant - Provide required inputs per the skill's parameter spec and get structured output
What is Loss Items 查询(复购商品)?
查询 待复购商品/ 待购买商品 /资损品物品列表/商品补货,支持分页、状态、排序等参数。直接调用你的业务 HTTPS 接口。 It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Loss Items 查询(复购商品)?
Run "/install loss-items-query-ailifeassistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Loss Items 查询(复购商品) free?
Yes, Loss Items 查询(复购商品) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Loss Items 查询(复购商品) support?
Loss Items 查询(复购商品) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Loss Items 查询(复购商品)?
It is built and maintained by KUNXINIAN (@kunxinian); the current version is v1.0.0.