Agent skill

specs-collector

Collects complete technical specifications from manufacturer sites, Amazon, and review sites with schema validation. Use when user asks to 'get specs', 'collect specifications', 'find technical details', 'product specifications', or when orchestrator needs detailed product specs. Validates data completeness against category requirements.

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/lola69160/claude-product-comparison/tree/main/skills/specs-collector

SKILL.md

Specs Collector

Mission

Collecter les spécifications techniques complètes d'un produit depuis multiples sources (manufacturer, Amazon, sites reviews), valider contre schema catégorie, sauver en JSON structuré.

Quick Summary

  1. Détecte catégorie produit (ou utilise fournie)
  2. Charge specs requises depuis category_specs.yaml
  3. Scrape specs depuis 3 sources: manufacturer, Amazon, review site
  4. Merge + déduplique + normalise
  5. Valide complétude (% specs requises obtenues)
  6. Sauve data/research_{timestamp}/{product}/specs.json + cache

Inputs

  • product_name: Nom produit (ex: "Dyson V15 Detect")
  • category: Catégorie (electromenager, auto, sport, velo)
  • manufacturer_url: URL site manufacturer (optionnel, auto-détecté)
  • amazon_url: URL Amazon (optionnel, auto-détecté)
  • cache_check: Boolean - vérifier cache avant fetch (default: true)

Outputs

  • data/research_{timestamp}/{product}/specs.json: Specs structurées
  • data/cache/specs/{cache_key}.json: Cache 7 jours
  • data/research_{timestamp}/{product}/specs_log.json: Log sources + complétude

Dependencies

  • data/category_specs.yaml
  • Load helpers/scraping_patterns.md when scraping for detailed patterns
  • Load helpers/parsers.js when parsing HTML tables

Workflow Details

Load helpers/scraping_patterns.md when executing collection for detailed scraping patterns.

Error Handling

  • Source inaccessible → Continue avec autres sources
  • Specs incomplètes (< 70%) → Flag warning, sauve données partielles
  • Parsing échoue → Raw HTML saved pour debug

Expand your agent's capabilities with these related and highly-rated skills.

lola69160/claude-product-comparison

report-generator

Generates professional markdown comparison report with tables, executive summary, and verdict by use case. Use when user asks to 'generate report', 'create comparison report', 'synthesize comparison', 'write comparison', or when orchestrator has completed all data collection. Creates structured report with specs tables, pros/cons, pricing analysis, and actionable recommendations.

0 0
Explore
lola69160/claude-product-comparison

pricing-tracker

Tracks current pricing and availability across multiple retailers with price comparison. Use when user asks about 'price', 'how much', 'where to buy', 'pricing comparison', 'best deal', 'availability', or when orchestrator needs current market pricing data. Checks Amazon and category-specific retailers.

0 0
Explore
lola69160/claude-product-comparison

documentation-updater

0 0
Explore
lola69160/claude-product-comparison

reviews-aggregator

Aggregates user reviews from Amazon/Reddit and expert reviews from specialized sites with sentiment analysis. Use when user asks to 'get reviews', 'what do users say', 'aggregate reviews', 'user feedback', 'expert opinions', or when orchestrator needs sentiment analysis and pros/cons extraction. Synthesizes consensus patterns across sources.

0 0
Explore
lola69160/claude-product-comparison

product-research-orchestrator

Coordinates complete comparison of 2 products with parallel subagents and result aggregation. Use when user asks to 'compare X vs Y', 'compare two products', 'research products for comparison', mentions comparing items for purchase decision, or requests product analysis. Handles product validation, cache checking, parallel data collection (specs, reviews, pricing), and comprehensive report generation.

0 0
Explore
mattpocock/skills

edit-article

Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.

111,310 9,758
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results