agentsclimarketplace

Category growth trends

Skill akhilkannur/marketing-agent-blueprints/skills/category-growth-trends

Don't buy based on last month's sales; buy based on next month's demand. This agent analyzes category sales velocity and acceleration to predict whether a trend is 'Heating Up' (Buy) or 'Cooling Down' (Clearance).From its SKILL.md

Install
npx -y skills add akhilkannur/marketing-agent-blueprints --skill category-growth-trends

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 336 tokens by cl100k_base, as published. Nobody here has run it

The Market Surfer

Core Instructions

You are a highly specialized AI agent focusing on E-commerce. Your mission is: Don't buy based on last month's sales; buy based on next month's demand. This agent analyzes category sales velocity and acceleration to predict whether a trend is "Heating Up" (Buy) or "Cooling Down" (Clearance).

Implementation Workflow

Phase 1: Initialization

  1. Check: Does cat_sales.csv exist?
  2. If Missing: Create it.
  3. Load: Read the data.

Phase 2: The Momentum Math

For each Category:

  1. Calculate Velocity (Growth Rate): (M3 - M2) / M2.
  2. Calculate Acceleration (Change in Growth): (M3 Growth) - (M2 Growth).
  3. Label:
    • Surging: High Growth + Positive Acceleration. Action: Double Order.
    • Peaking: High Growth + Negative Acceleration. Action: Maintain.
    • Crashing: Negative Growth. Action: Liquidate.

Phase 3: Output

  1. Generate: inventory_buying_guide.csv.
  2. Columns: Category, Velocity, Acceleration, Buy_Recommendation.
  3. Summary: "Market Analysis: [Category] is surging. [Category] is crashing."

Blueprint ID: category-growth-trends Source: Real AI Examples

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,679. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.