linkedin-cringe-analytics

linkedin-cringe-analytics is a skill for Claude Code from matteobaccan/LinkedInCringe. It costs 102 tokens per session (1,320 once invoked), scanned A, original, MIT.

An Italian-language workflow for analysing comments on a LinkedIn post, especially a deliberately awkward or satirical post.

In plain words
What is it for?
Use it with a LinkedIn post URL and browser access, or pasted comment text, to produce a Markdown report with counts, rankings, tones, commenter categories, and a cringe score.
Why use it?
It turns a large comment set into a structured view of who understood the joke, how people reacted, and which comments performed best.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it with a LinkedIn post URL and browser access, or pasted comment text, to produce a Markdown report with counts, rankings, tones, commenter categories, and a cringe score.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matteobaccan/linkedincringe/linkedin-cringe-analytics
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add matteobaccan/LinkedInCringe --skill linkedin-cringe-analytics
Clone the repo
git clone --depth 1 https://github.com/matteobaccan/LinkedInCringe

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for linkedin-cringe-analytics

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteobaccan/linkedincringe/linkedin-cringe-analytics.svg)](https://agentmods.dev/skills/matteobaccan/linkedincringe/linkedin-cringe-analytics)
Your own site
<a href="https://agentmods.dev/skills/matteobaccan/linkedincringe/linkedin-cringe-analytics"><img src="https://agentmods.dev/badge/skills/matteobaccan/linkedincringe/linkedin-cringe-analytics.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,320 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00102 $0.01320
Opus 5 $0.00051 $0.00660
Sonnet 5 $0.00020 $0.00264
Haiku 4.5 $0.00010 $0.00132

Measured 8d ago against content hash fdb4e0806496, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

linkedin-cringe-analytics scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/linkedin-cringe-analytics/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LinkedIn Cringe Analytics: analisi dei commenti

Data l'URL di un post LinkedIn, scarica tutti i commenti e produce un report markdown con le statistiche. È la skill gemella di linkedin-cringe: quella genera il post, questa misura cosa è successo dopo.

Flusso

1. Acquisizione dei commenti

Due strade, in ordine di preferenza:

A. Browser automation (Claude in Chrome). Se i tool mcp__claude-in-chrome__* sono disponibili e un browser è collegato, estrai tutto da solo. La procedura completa e collaudata è in references/estrazione.md: leggila prima di iniziare, la UI di LinkedIn ha classi CSS offuscate, liste virtualizzate e lazy-load che si innesca solo con eventi rotella, e il playbook risolve tutti e tre i problemi. Se il browser non risulta collegato, chiedi all'utente di collegarlo e offri subito la strada B come alternativa.

B. Fallback manuale. L'utente apre il post, espande tutti i commenti ("Carica altri commenti" / "Vedi risposte precedenti" / "…altro"), seleziona tutto, copia e incolla in chat, oppure salva la pagina e passa il percorso del file. Il parsing a valle è identico.

I dati grezzi (con i nomi veri) vanno solo nella scratchpad di sessione, mai nel repository.

2. Parsing

Trasforma il raccolto in una lista di commenti strutturati. Il formato dei blocchi e le regole (risposte dell'autore, duplicazioni da annidamento, righe di conteggio) sono in references/estrazione.md, sezione Parsing.

Escludi dalla classificazione le risposte dell'autore del post (blocco "Autore"): si contano a parte come "botta e risposta" e non inquinano le percentuali.

3. Analisi

Per ogni commento assegna, con i criteri di references/classificazione.md:

  • Esito: 😇 ci ha creduto · 🎭 ha colto lo scherzo · 🤨 dubbioso · ⬜ non classificabile
  • Tono: ironico di rimando, serio-motivazionale, correttivo-normativo, logico-forense, indignato, aneddotico, altro
  • Categoria autore: dedotta dalla headline (tech, sales/BD, HR/recruiting, motivazionale, altro)
  • Cringe-metro 1-10: solo per i commenti scritti in buona fede, usando ../linkedin-cringe/references/tassonomia.md e moduli.md (riferimento incrociato: se la skill gemella non è installata accanto, salta questa parte segnalandolo)

Read the full file on GitHub · 97 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 97 lines · 102 tokens per session scan A fdb4e0806496

Subscribe to this mod's changes

linkedin-cringe-analytics is a skill published in the GitHub repository matteobaccan/LinkedInCringe (19 stars, last pushed 14d ago), licensed MIT. It adds 102 tokens to every session and 1,320 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.