Imported from linFeng185/DataAnalysisAgent (skills/dataset-diff/SKILL.md). Install upstream with npx skills add linFeng185/DataAnalysisAgent --skill dataset-diff. Copyright stays with the author.
数据集差异比较
比较前必须验证两侧主键非空且唯一,主键质量不满足时立即拒绝。
未指定比较字段时,使用两侧全部非主键字段的并集并按字段名稳定排序。
数值字段只在绝对差超过显式容差时判为变化,其他值按稳定结构语义比较。
差异明细必须受 max_details 限制,但新增、删除、修改和字段变化统计必须保持完整。
不修改输入数据,也不把主键相同解释为记录业务含义相同。
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/linfeng185-dataanalysisagent-dataset-diff/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.