Product Catalog Skill

Manage LED display module specifications in PostgreSQL with REST API endpoints.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/khaledbashir/therag2thealmostapproved --skill product-catalog-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Product Catalog Skill
Source: https://github.com/khaledbashir/therag2thealmostapproved/tree/main/.claude/skills/product-catalog
Command: npx skills add https://github.com/khaledbashir/therag2thealmostapproved --skill product-catalog-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a centralized and accessible product catalog for LED display modules, streamlining the process of finding and matching products based on technical specifications.

Core Features & Use Cases

  • Product Database Management: Store and manage detailed specifications for LED display modules from various manufacturers.
  • API Access: Expose product data through RESTful API endpoints for querying and filtering.
  • Product Matching: Automatically match products to project requirements based on parameters like pixel pitch and environment.
  • Bulk Import: Facilitate easy data ingestion from spreadsheets.
  • Use Case: A sales engineer needs to quickly find an outdoor LED module with a pixel pitch between 2.5mm and 3.5mm for a new project. They can use the API to query the catalog and receive a list of suitable options with their specifications.

Quick Start

Use the product catalog skill to find outdoor LED modules with a pixel pitch between 2.5 and 3.5 millimeters.

Frequently Asked Questions about Product Catalog Skill

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

FAQPage Schema
How do I manage an LED display product catalog in a PostgreSQL database?

Managing an LED display product catalog in PostgreSQL involves storing physical, optical, and electrical specifications in structured tables. This skill provides REST API endpoints for product listing, creation, updates, and deletion to streamline database management.

Can I bulk import LED module data from Excel or CSV files into a product database?

Yes, you can bulk import LED module data from Excel or CSV files into the product database. This skill facilitates easy data ingestion directly from spreadsheets to populate the catalog with detailed specifications.

How do I find LED modules matching specific project requirements like pixel pitch and environment?

Finding LED modules matching specific project requirements like pixel pitch and environment is done using a product matching engine. It automatically filters the catalog to find suitable options based on your defined technical parameters.

Does this product catalog skill require any external dependencies to run?

No, this product catalog skill does not require any external dependencies to run. It operates independently to provide REST API access and manage LED display data within a PostgreSQL database environment.

What is the best way to query outdoor LED modules with a specific pixel pitch range via REST API?

The best way to query outdoor LED modules with a specific pixel pitch range is through the provided RESTful API endpoints. You can filter the product catalog by environment and pixel pitch parameters to receive a list of suitable options.

What type of technical specifications can be stored for LED display modules in this catalog?

You can store detailed physical, optical, and electrical specifications for LED display modules in this catalog. The database structure supports comprehensive technical attributes required for accurate product matching.