product-chart-get

Fetch product data from MCP and generate curated Excel reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the end-to-end process of retrieving product data from MCP, filtering out non-viable items, and creating a ready-to-use selection chart.

Core Features & Use Cases

  • Automated data retrieval from MCP using mcporter and structured JSON generation.
  • AI-driven title normalization, screening, and seasonality detection with dual Excel output.
  • Reuse: accumulate previously screened-out products to avoid duplicates across runs.

Quick Start

Run the end-to-end workflow to fetch raw data, AI-screen, and generate the final selection Excel files.

Frequently Asked Questions about product-chart-get

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

FAQPage Schema
How do I automate fetching product data from MCP and generating Excel reports?

Automate fetching product data from MCP by running the end-to-end workflow to retrieve raw items, apply AI-screening, and output two formatted Excel reports. It uses reusable CLI scripts to process data and assemble final outputs.

Can I filter out non-viable products and detect seasonality automatically?

Filter non-viable products and detect seasonality automatically using the built-in AI-driven title normalization and screening. The workflow applies these filters during data retrieval to ensure only viable items remain in the final chart.

Does this workflow support per-page data retrieval or only merged input?

The workflow supports both merged input processing and per-page data retrieval from MCP. This flexibility allows you to handle either accumulated datasets or retrieve targeted product information page by page.

How do I avoid duplicate products across multiple data pull runs?

Avoid duplicate products across multiple runs by reusing previously screened-out items. The workflow accumulates a record of filtered products to automatically exclude them from subsequent data pulls and final Excel outputs.

Do I need openpyxl to generate the final product selection chart?

You need the openpyxl dependency installed to generate the final product selection chart. It is required by the CLI scripts to write the curated product data into the two Excel report files.

What is the best way to run the end-to-end product data retrieval workflow?

The best way to run the end-to-end product data retrieval workflow is to execute the provided CLI scripts. They sequentially fetch raw data via mcporter, apply AI filters, and assemble the final selection Excel files.