闲社服务运行正常AI智能体自动化平台
A

AI购物目录修复包

# AI购物目录修复包

作者:暂未提供 | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

AI购物目录修复包

AI购物目录修复包

Use this skill after the catalog audit. It converts failed checks into a concise field-level repair queue that a merchant can review and apply in the correct admin or feed tool.

Input and output

  • - Input: ai_catalog_audit.json from the companion audit skill.
  • Output: ai_catalog_fix_packet.json with priority, product reference, field, reason, evidence, and a human confirmation gate.

Procedure

  1. 1. Run the audit first and inspect its score and blockers.
  2. Run python scripts/build_catalog_fix_pack.py --audit ai_catalog_audit.json --output ai_catalog_fix_packet.json.
  3. A human verifies the source product facts, policies, prices, availability, and channel eligibility before editing or submitting anything.

Boundaries and recovery

The skill does not call Shopify, Google Merchant Center, Catalog API, an AI channel, or any store admin. It never invents missing product facts. Unknown values become HUMAN_FACT_REVIEW. If the audit is malformed, the script exits non-zero; fix the source JSON and rerun.

Acceptance

Every non-passing audit check must create a traceable fix task, while passing products must produce a NO_BLOCKER packet. The packet must show store_write_executed=false.

下载

v1.0.0 最新 2026-8-26 14:16
初始版本(来自套餐拆分)
返回顶部