product-spec-bulk-fetch

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

适合将零散产品页数据快速导入采购或设计流程。

▸ 风险提示

需要联网抓取外部网址,可能触及爬虫或授权限制。

这个 Skill 做什么

从产品页面批量提取家具与设备规格并生成标准清单。

把一堆产品页面的规格(FF&E)抓取并整理成标准化的清单,方便设计、采购或导入 Norma 之类工具。适合你有大量产品链接要批量导入规格表时,用来省去手工抄规格的繁琐。特点是输出结构化的 schedule 格式,便于后续对接设计或采购流程,但不处理 PDF 目录。

▸ 展开 SKILL.md 英文原文

Extract structured FF&E specs from a list of product URLs into a schedule. Use to pull or bulk-import product-page data; not for PDF catalogs.

垂直行业产品规格网页抓取批量导入通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/product-spec-bulk-fetch/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/product-spec-bulk-fetch/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /as: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. **Project library** — URLs from the named `Link` field in `product-library.csv`

If the input format is unclear, ask.

## Output Schema

Persistent results use the nearest project-root `product-library.csv`. Read `../../sche
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有