development-sheet-factory

Batch generate SPU development sheets from selection shortlist Excel data.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/aimentorai/boostclaw --skill development-sheet-factory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-sheet-factory
Source: https://github.com/aimentorai/boostclaw/tree/main/resources/local-skills/development-sheet-factory%202
Command: npx skills add https://github.com/aimentorai/boostclaw --skill development-sheet-factory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openpyxl, Pillow, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

开发表格自动化工具,帮助选品团队将复筛表批量转换为包含主图与竞品信息的 SPU 开发表格,降低人工处理时间并减少差错。

Core Features & Use Cases

  • 复制模板并自动填充基础字段(链接、价格、中文标题、季节性等)
  • 自动嵌入主图或提供图片URL,且支持竞品数据的填充
  • 支持批量生成、增量生成、以及输出状态文件 _READY.json,便于进度跟踪
  • 用例:日常选品流程中,快速生成数十至数百个 SPU 的开发表格

Quick Start

将复筛表路径和日期传给 generate_dev_sheets.py 以开始生成开发表格。

Frequently Asked Questions about development-sheet-factory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch generate SPU development sheets from an Excel shortlist?

To batch generate SPU development sheets, provide your Excel shortlist path and date to the generation script. It copies templates, auto-fills fields like links and prices, embeds main images, and optionally adds competitor data.

Can I embed product images into Excel sheets automatically using openpyxl?

Yes, you can embed product images automatically using openpyxl and Pillow. The tool reads image URLs from your selection shortlist and inserts the main product images directly into the corresponding SPU development sheet cells.

What is the best way to automate creating product development sheets with competitor data?

Automating product development sheets is best handled by batch generation scripts that copy templates and populate competitor data. This approach processes hundreds of SPUs from a shortlist, reducing manual data entry and errors.

How do I track the progress of batch Excel sheet generation for multiple SPUs?

You can track batch Excel sheet generation progress through a status file named _READY.json. The tool also supports incremental generation, allowing you to process remaining SPUs and monitor completion status across large datasets.

Does this Excel automation tool require any specific Python environment setup?

This Excel automation tool requires Python environments with openpyxl and Pillow dependencies installed. You need to provide input Excel files containing selection shortlist data to successfully generate the SPU development sheets.

Why are my batch generated SPU development sheets missing competitor data?

SPU development sheets may miss competitor data if the optional population feature is not enabled or the source Excel shortlist lacks the required fields. Ensure your input data contains the necessary competitor information before generation.