linkedin-profile

Audit and rewrite LinkedIn headlines, About sections, and profiles with scoring scripts.

25.3k|3.6k|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/alirezarezvani/claude-skills --skill linkedin-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linkedin-profile
Source: https://github.com/alirezarezvani/claude-skills/tree/main/marketing/linkedin/skills/linkedin-profile
Command: npx skills add https://github.com/alirezarezvani/claude-skills --skill linkedin-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

LinkedIn profiles often read as interchangeable job titles and duty lists, so visitors leave without converting. This Skill audits a profile section by section, scores the headline on five dimensions, and assembles an About section that survives the "…see more" fold, ranking every fix by points per hour.

Core Features & Use Cases

  • Headline Scoring: Scores a headline 0-100 across audience, outcome, proof, searchability, and clarity, enforcing the 220-character cap and checking the front-loaded 60-character preview window.
  • Profile Completeness Audit: Evaluates 14 weighted checks from a user-supplied JSON description and returns fixes ranked by points per hour plus a first-hour plan.
  • About Section Assembly: Builds the About section from named parts (hook, audience, proof, approach, CTA) and refuses broken folds, missing CTAs, buzzword filler, and over-length text.
  • Use Case: A consultant whose profile gets views but no inquiries fills in the worksheet, runs the auditor to find quick wins like Featured and Open To, then iterates the headline with the scorer until it reaches SHIP.

Quick Start

Ask the assistant to audit your LinkedIn profile and score your headline, describing your current profile sections or pasting your headline text.

Frequently Asked Questions about linkedin-profile

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

FAQPage Schema
How do I score my LinkedIn headline?

Run headline_scorer.py with your headline text via the --headline flag. It scores five dimensions at 20 points each (audience, outcome, proof, searchability, clarity) and returns SHIP, SHARPEN, or REWRITE with specific fixes.

How do I audit my LinkedIn profile completeness?

Fill in a JSON file describing your profile sections (photo, headline, About, Featured, skills, and so on) and pass it to profile_completeness_auditor.py with --input. It returns a 0-100 score and ranks fixes by points per hour.

Does this tool fetch or scrape my LinkedIn profile?

No. Nothing is fetched or scraped; you describe your own profile by filling in the worksheet or a JSON file. All scripts run locally with the Python standard library and no network access.

What is the LinkedIn About section character limit?

The builder enforces a 2,600-character cap and treats roughly the first 265-300 characters as the visible window before the "…see more" fold. These limits are third-party documented rather than published by LinkedIn.

Why does the About builder reject my draft?

It blocks drafts whose visible fold cuts mid-sentence, whose opening carries no audience or proof, that lack a call to action, or that exceed 2,600 characters. Warnings cover buzzwords, missing proof numbers, and third-person voice.