sif-to-csv
仓库创建 2026年3月2日最近提交 18 小时前SkillHot 收录 3 小时前
▸ 精选理由
便于检查经销商导出数据并快速导入项目商品库。
▸ 风险提示
可能处理含价格与供应商敏感信息,注意隐私与授权。
这个 Skill 做什么
将 SIF 贸易交换格式解析为可读 CSV 并可追加至产品库。
把经销商发来的 SIF(Standard Interchange Format)文件解析成可读的 CSV 预览,并可把标准化的商品行追加到项目的 CSV 库。会把字段代码展开、属性/选项解读并计算价格和合计,方便人工审查或导入系统。碰到要把 dealer 数据看成表格或导回产品库时直接用。
▸ 展开 SKILL.md 英文原文
Parse a SIF (Standard Interchange Format) input into a readable preview and optionally append canonical product rows to the project's CSV library. Use when asked to convert or inspect SIF dealer data. For the reverse direction use /as:csv-to-sif.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/sif-to-csv/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/sif-to-csv/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /as:sif-to-csv — SIF to CSV Converter Converts a SIF input from a dealer or procurement system into a human-readable preview and canonical product rows. Translates field codes, expands options and attributes, calculates pricing, and computes totals. ## When to Use - Received a SIF file from a dealer and need to review it as CSV data - Importing dealer pricing back into your FF&E schedule - Comparing a dealer quote (SIF) against your original specification - Loading dealer data into the project's `product-library.csv` ## SIF Format Reference SIF is a text-based key-value format. Each line is `CODE=VALUE`, terminated by CRLF. Products are separated by records starting with `PN=`. ### C
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有