bl-v3-cli.oss-cn-shanghai.aliyuncs.com35 installs
hhzz-material
黑湖智造物料管理:查询、查看、创建、导入或更新物料主数据。用户只处理物料编码、名称、规格、业务范围或库存属性时使用;跨对象投产或齐套判断优先使用对应业务结果 Skill。
How do I install this agent skill?
npx skills add https://bl-v3-cli.oss-cn-shanghai.aliyuncs.com --skill hhzz-materialIs this agent skill safe to install?
No partner audit is available yet. Read the source before installing.
What does this agent skill do?
物料管理
开始前阅读 ../hhzz-shared/SKILL.md。查询读取目标操作的 --help;写入先读取 hhzz-cli schema material <操作>。单位和 BOM 分别按 unit、bom 的当前 CLI 处理。
命令选择
- 通用筛选使用
material list;明确提供一个或多个编码并需要详情字段时使用material detail。 - 用户以物料编码、名称、单位编码等外部业务字段描述新增物料时,默认使用
material import;该合同适合 Agent 从业务信息构造请求。 - 只有用户明确要求结构化创建,且能够通过查询补齐
baseInfo、unitList及其内部 ID 关系时,才使用material create。不得因为只创建一个物料就自动选择create。 - 编辑使用
update,只改自定义字段使用其子操作;不得把新增请求改写成更新已有物料。
业务约束
baseInfo.bizRange包含1=仓储时顶层inventoryInfo必须存在;不包含仓储时不得传入该对象。- 创建批次时,只有启用“供应商批次”属性后才能传
supplierBatch。 - 写操作先
--dry-run,授权后--confirm,再按唯一编码查询回读;响应异常但对象已能查回时禁止重复创建。 - 物料可查回只证明主数据存在,不代表 BOM、库存或生产条件已经建立。
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/bl-v3-cli.oss-cn-shanghai.aliyuncs.com/hhzz-material">View hhzz-material on skillZs</a>