product-spec-bulk-fetch

仓库创建 2026年3月2日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由

批量把网页产品页标准化为可导入的规格表,便于采购与设计对接。

▸ 风险提示

会抓取外部页面,可能遇到反爬或需要认证的情况

这个 Skill 做什么

从一批产品页面 URL 提取结构化规格、尺寸、材质、价格和图片。

从一批产品页面 URL 批量抓取结构化的 FF&E 规格:品名、品牌、尺寸、材质、价格和图片,整理成统一表格。适合做设计清单、采购或把数据导入 Norma 时使用,省去手工翻页抄录的麻烦。会尽量规范字段并标注缺失或不确定的信息,方便后续核对。

▸ 展开 SKILL.md 英文原文

Fetch structured FF&E product specs from a list of URLs. Extracts name, brand, dimensions, materials, price, and images into a standardized schedule.

数据与抓取规格抓取批量处理结构化通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/product-spec-bulk-fetch/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/product-spec-bulk-fetch/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /product-spec-bulk-fetch — Bulk Product Spec Fetcher

Extract structured FF&E data from a list of product page URLs. Outputs a standardized schedule ready for design specs, procurement, or import into [Norma](https://norma.llc).

## Input

The user provides product URLs in one of these ways:

1. **Inline list** — URLs pasted directly in the message (one per line, or comma-separated)
2. **File path** — A `.txt`, `.csv`, or `.md` file containing URLs (one per line)
3. **Google Sheet column** — A spreadsheet ID + column containing URLs to re-fetch

If the input format is unclear, ask.

## Output Schema

Products are written to the **master Google Sheet** — the same 33-column schema used by al
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有