库存查询
/install inventory-query
库存与补货计划查询技能
触发条件
当用户查询库存、问有没有货、查补货计划时触发。
使用方法
运行以下命令,将输出原样发送给用户,不要做任何修改或添加:
查库存(默认): exec python3 /root/.openclaw/workspace/skills/inventory-query/query.py 库存 用户输入的型号
查补货计划(用户明确要求时): exec python3 /root/.openclaw/workspace/skills/inventory-query/query.py 补货 用户输入的型号
查库存+补货(用户两个都问时): exec python3 /root/.openclaw/workspace/skills/inventory-query/query.py 全部 用户输入的型号
查询文本处理
用户输入的型号不需要你处理大小写和空格,脚本会自动处理。
重要规则
- 将脚本输出原样发送给用户,禁止修改格式
- 禁止在输出前后添加任何文字
- 禁止用自己的方式重新查询或格式化
- 用户只问库存不问补货时用"库存"模式
- 用户输入的型号直接传给脚本,不需要你处理大小写
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install inventory-query - After installation, invoke the skill by name or use
/inventory-query - Provide required inputs per the skill's parameter spec and get structured output
What is 库存查询?
查询指定型号的库存和补货计划,按用户要求调用脚本并原样返回结果,不做任何修改。 It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.
How do I install 库存查询?
Run "/install inventory-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 库存查询 free?
Yes, 库存查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 库存查询 support?
库存查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 库存查询?
It is built and maintained by logandx314 (@logandx314); the current version is v1.0.0.