agentsclimarketplace

Sector analyst

Skill TheWatcher01/skills/.claude/skills/sector-analyst

Analyse sectorielle et tendances à partir des données accumulées : croissance par NAF, signaux d'embauche, subventions, défaillances. Utiliser pour analyser un marché ou un secteur.From its SKILL.md

Install
npx -y skills add TheWatcher01/skills --skill sector-analyst

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

One thing to look at

  • 0 stars0 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

3.3 KB, 880 tokens by cl100k_base, as published. Nobody here has run it

Sector Analyst — Analyse sectorielle et tendances

Déclencheur

  • /secteur IT Occitanie
  • "analyse du secteur cybersécurité en France"
  • "tendances du marché IT à Toulouse"
  • "quels secteurs recrutent le plus en DevSecOps"

Ce que fait ce skill

Analyse les données accumulées dans LanceDB pour produire un rapport sectoriel :

  1. Distribution NAF — répartition des entreprises par code NAF dans le périmètre
  2. Signaux d'embauche — heatmap des recrutements par département
  3. Subventions disponibles — taux d'éligibilité par secteur
  4. Signaux de défaillance — patterns BODACC (liquidations, redressements)
  5. Score d'opportunité — scoring global du secteur pour la prospection

Utilisation

source /opt/albert-ml/bin/activate
python3 scripts/analyze_sector.py --sector IT --region Occitanie

Analyse par code NAF

source /opt/albert-ml/bin/activate
python3 scripts/analyze_sector.py --naf 6201Z

Analyse d'un département

source /opt/albert-ml/bin/activate
python3 scripts/analyze_sector.py --dept 31

Arguments

ArgumentDescriptionDéfaut
--sectorSecteur macro (IT, CYBER, CONSEIL)
--nafCode NAF spécifique
--regionRégion française
--deptNuméro de département
--formatFormat de sortie (json, report)json

Secteurs macro supportés

CodeDescriptionCodes NAF inclus
ITServices informatiques6201Z-6209Z, 6311Z-6312Z
CYBERCybersécurité6201Z, 6202A (filtré)
CONSEILConseil en management7022Z, 7021Z
LEGALJuridique6910Z
FINANCEComptabilité et finance6920Z, 6430Z
TRAININGFormation professionnelle8559A, 8559B

Stockage

  • Données source : LanceDB tables prospects et signals à /home/node/.openclaw/data/

Sortie JSON

{
  "sector": "IT",
  "region": "Occitanie",
  "total_companies": 342,
  "naf_distribution": {"6201Z": 120, "6202A": 85, ...},
  "hiring_heatmap": {"31": 45, "34": 22, ...},
  "subsidy_rate": 0.38,
  "bodacc_alerts": 12,
  "opportunity_score": 0.78,
  "top_departments": ["31", "34", "30"],
  "trend": "croissance",
  "recommendation": "Secteur IT en Occitanie : forte demande, 38% éligibles subventions, concentré sur Toulouse"
}

Sortie rapport (--format report)

Génère un rapport textuel structuré directement utilisable pour la prospection commerciale, avec :

  • Résumé exécutif
  • Chiffres clés
  • Cartographie des opportunités
  • Recommandations d'action

What ships with it: 1 file

10.4 KB alongside SKILL.md, 1 of them executable

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.