NanoSkill
submit your skill

LinkedIn Profile Optimizer

bycharlie9472KGitHub starsGitHub

Rebuild your LinkedIn profile for maximum conversions. Get AI-optimized headlines, about sections, featured links, and visual design prompts. Start free in seconds.

linkedinSecurity scan passed
Result preview

Full Demo

See a LinkedIn profile mockup optimized with stronger headlines, keywords, and experience sections generated by this Agent Skill.

Get started

Run Your First Task

  1. a simple demonstration of the first step in using LinkedIn Profile Optimizer agent skill
    01

    Install

    Add the skill to your agent.

  2. a simple demonstration of the second step in using LinkedIn Profile Optimizer agent skill
    02

    Share Your Profile

    Share your existing LinkedIn profile or profile details about yourself.

  3. a simple demonstration of the third step in using LinkedIn Profile Optimizer agent skill
    03

    Review Result

    Get optimized profile according to your personal needs.

Install command

$ npx skills add https://github.com/charlie947/social-media-skills/tree/main/skills/profile-optimizer

About

The LinkedIn Profile Optimizer skill helps professionals and entrepreneurs rebuild their LinkedIn presence for maximum conversions. It guides you through a structured process to generate attention‑grabbing headlines, story‑driven about sections, compelling experience rewrites, and a strategic featured section, along with visual design assets. Whether you're seeking job opportunities, growing a consulting business, or building a personal brand, this skill delivers a complete, conversion‑optimized profile that turns visitors into leads.

Unlike generic profile tools, this optimizer asks targeted questions about your goals, offer, brand colors, and social proof, then tailors every element to your specific positioning. It produces three headline options each under 50 characters with direct benefits, rewrites your experience as storytelling rather than bullet points, and designs an image brief that ensures your visual identity matches your professional brand across all assets.

Ideal for freelancers, coaches, agency owners, and executives, the skill works with your existing profile data or starts fresh from scratch. You can upload a PDF or screenshot for review, set your preferred external links, and instantly receive a full package of optimized copy and design prompts ready to implement.

Key features

What makes it powerful

  • AI-powered headline generator

    Produces 3 conversion-focused headline options under 50 characters, using direct, pain-focused, and differentiator angles—no job titles or fluff.

  • Conversion-focused about rewrite

    Crafts a punchy, story-driven about section that guides readers from hook to CTA, building authority and trust in a human, not corporate, tone.

  • Visual brand asset prompts

    Generates self-contained image prompts for your LinkedIn banner, profile picture, and two featured tiles, all coordinated with your brand colors.

  • Storytelling experience rewrite

    Transforms bullet-point resumes into compelling narratives that highlight challenges, actions, and measurable results for your top two roles.

  • Strategic featured section

    Selects and titles two external links for maximum conversion and trust-building, with benefit-focused labels and no generic CTAs.

Use cases

When to reach for it

  • Optimize your profile for job opportunities

    Rewrite your headline and about section to attract recruiters, and present your experience as result-driven stories that showcase your impact.

  • Generate a lead-converting profile for consultants

    Create a compelling about section and featured links that guide potential clients directly to your booking page, turning profile views into paid calls.

  • Rebrand after a career change or pivot

    Use fresh headline options and visual assets to reposition your personal brand for a new industry or role, without starting from scratch.

  • Create a consistent visual identity across LinkedIn

    Generate banner, profile picture, and featured tile images with your brand colors, ensuring a cohesive look that reinforces your professional image.

SKILL.md

Profile Optimizer

CRITICAL: Auto-start on load

When this skill triggers, go straight to Step 1. Do not summarise. Do not explain what you will produce. Start input gathering immediately.

Step 1. Gather inputs

Check the project for about-me.md. If it exists, pre-fill name, audience, topics, and POV from it. Skip those questions and tell the user what you pulled.

Call AskUserQuestion in two batches.

Batch 1

[
  {
    "question": "What is the primary goal of your LinkedIn presence?",
    "header": "Goal",
    "multiSelect": false,
    "options": [
      {"label": "Booked calls", "description": "Drive discovery calls or demos"},
      {"label": "Inbound leads", "description": "Attract prospects who reach out to you"},
      {"label": "Newsletter subscribers", "description": "Grow your email list from LinkedIn"},
      {"label": "Job opportunities", "description": "Get recruiters and hiring managers to reach out"}
    ]
  },
  {
    "question": "What is your main offer or service?",
    "header": "Offer",
    "multiSelect": false,
    "options": [
      {"label": "Coaching", "description": "1-on-1 or group coaching"},
      {"label": "Consulting", "description": "Advisory or strategy work"},
      {"label": "Agency services", "description": "Done-for-you services for clients"},
      {"label": "Freelance", "description": "Project-based or contract work"}
    ]
  },
  {
    "question": "Do you have brand colours (hex codes)?",
    "header": "Colours",
    "multiSelect": false,
    "options": [
      {"label": "No, suggest for me", "description": "Pick colours based on my positioning"},
      {"label": "Yes, I will paste them", "description": "I have specific hex codes to use"}
    ]
  },
  {
    "question": "Any social proof you want highlighted?",
    "header": "Proof",
    "multiSelect": false,
    "options": [
      {"label": "Years of experience", "description": "e.g. 10+ years in marketing"},
      {"label": "Client results", "description": "e.g. Helped 200+ clients"},
      {"label": "Media features", "description": "e.g. Featured in Forbes"},
      {"label": "I will type my own", "description": "Let me paste specific proof points"}
    ]
  }
]

Batch 2

[
  {
    "question": "What external links do you want in your Featured Section? (max 2)",
    "header": "Links",
    "multiSelect": false,
    "options": [
      {"label": "Booking page + newsletter", "description": "Primary link to book calls, secondary to subscribe"},
      {"label": "Portfolio + booking page", "description": "Show work first, then convert"},
      {"label": "I will paste URLs", "description": "I have specific links to use"}
    ]
  },
  {
    "question": "How should I get your current profile?",
    "header": "Current profile",
    "multiSelect": false,
    "options": [
      {"label": "I will paste it", "description": "I will copy-paste my headline, about, and experience"},
      {"label": "Start fresh", "description": "Ignore my current profile, build from scratch using my about-me.md"},
      {"label": "I will upload a screenshot", "description": "I will share a screenshot or PDF of my profile"}
    ]
  }
]

Wait for all inputs before proceeding.

Step 2. The Headline

Write 3 headline options. Output in a code block.

Constraints:

  • Maximum 50 characters each
  • Sentence casing only (not Title Case)
  • Lead with core value
  • Include target audience where character count allows
  • No job titles (no "Founder" / "CEO" / "Designer")
  • No fluff words

Format: [Core value] + [for target audience]

Option 1 (Direct): [outcome + audience]
Option 2 (Pain-focused): [problem + audience]
Option 3 (Differentiator): [unique angle + audience]

Then call AskUserQuestion to let the user pick:

[
  {
    "question": "Which headline do you want to go with?",
    "header": "Headline",
    "multiSelect": false,
    "options": [
      {"label": "Option 1", "description": "[The actual headline text from above]"},
      {"label": "Option 2", "description": "[The actual headline text from above]"},
      {"label": "Option 3", "description": "[The actual headline text from above]"}
    ]
  }
]

Step 3. The About Section

Output in a code block. Formatting rules:

  • Write in full sentences. Do not force line breaks mid-sentence.
  • One line break between sentences or short phrases for readability.
  • Double line break between sections (hook, story, authority, CTA).
  • LinkedIn handles text wrapping on mobile and desktop. Do not manually wrap at 50 or 60 characters.
  • Short punchy sentences are good. Chopping sentences in half is not.

Structure: Hook > Struggle/Empathy > Method/Philosophy > Authority > CTA

Tone: Punchy, direct, human. Not corporate.

Example of correct formatting:

I left my 9-to-5 in September 2024.
Two years later: 200k+ followers, multiple six-figure businesses, thousands of marketers trained.

Here is what I learned.
Most people do not need more content. They need a system that turns content into clients. That is what I build.

✦ Linked Agency: done-for-you LinkedIn content for founders and executives.
✦ Vislo: an AI design tool that creates publish-ready infographics in minutes.
✦ MarTech AI newsletter: 200k+ readers getting weekly AI marketing frameworks.
✦ The AI Creators Club: live breakdowns, proven systems, and a community that helps you grow in weeks, not months.

Brand partnerships and speaking: hello@influencermoso.com

Check out my Featured section below. Or DM me. I will point you in the right direction.

Step 4. The Experience Section

Rewrite the top 2 roles. Output in a code block. Same formatting approach as the About section: full sentences, no forced mid-sentence line breaks, LinkedIn handles wrapping.

Structure per role: Context > Challenge > Action > Result

Storytelling format, not bullet points. 8 to 15 sentences per role maximum.

Example of correct formatting:

I walked into a team that had lost 3 managers in 2 years.
Morale was gone. Revenue was slipping.

I didn't start with strategy decks. I started with listening.

Within 6 months we rebuilt the culture.
Within 12 months revenue was up 40%.

That taught me everything about leading through chaos.

Example of incorrect formatting:

  • Managed a team of 15 sales representatives
  • Responsible for Q3 revenue targets
  • Implemented new CRM system

Step 5. Featured Section Strategy

2 items maximum. Both must be external links.

Item 1: Primary conversion goal

  • Purpose: direct path to main offer (booking page, application form, sales page)
  • Title: 3 to 5 words, benefit-focused

Item 2: Secondary value builder

  • Purpose: build trust or capture leads (newsletter signup, free resource, portfolio, case study)
  • Title: 3 to 5 words, benefit-focused

No subtitles. No internal LinkedIn posts. No "DM me" items.

Step 6. Visual Design Brief

Output 4 separate image generation prompts, each in its own code block. Each prompt must be fully self-contained and work when pasted into Gemini as a standalone request.

State the brand colours at the top:

  • Primary hex: [user-provided or suggested]
  • Secondary hex: [user-provided or suggested]
  • One line on why these fit the positioning

Asset 1: LinkedIn Banner (1584 x 396 pixels)

The prompt must:

  • State "Using the attached photo of me..."
  • Create banner at exact dimensions
  • Place the chosen headline text centre-right
  • Place a 5 to 8 word tagline below the headline
  • Include a CTA button element (3 to 4 words)
  • Include social proof text
  • Use brand colours
  • Specify background style

Asset 2: Profile Picture (400 x 400 pixels)

The prompt must:

  • State "Using the attached headshot photo as the base..."
  • Apply brand colour background (solid or gradient)
  • Centre face at 60 to 70% of frame
  • Work when cropped to a circle
  • Add brand colour border if appropriate

Asset 3: Featured Section Tile 1 (552 x 368 pixels)

  • Title text from Featured Item 1 as focal point
  • Brand colours matching the banner
  • Simple clickable visual cue (arrow icon)
  • Clean, minimal, no subtitle or body text
  • No photo needed

Asset 4: Featured Section Tile 2 (552 x 368 pixels)

  • Title text from Featured Item 2 as focal point
  • Visually distinct from Tile 1 (swap primary/secondary colour usage)
  • No photo needed

After all 4 prompts, say:

Copy each prompt into a new Gemini chat one at a time. For the banner and profile picture, attach your headshot alongside the prompt. The featured tiles do not need a photo.

Rules

  • Always read about-me.md if it exists and pre-fill inputs from it.
  • All profile copy (headline, about, experience) must go in code blocks.
  • Write full sentences. Do not force line breaks mid-sentence. LinkedIn handles wrapping.
  • No job titles in headlines.
  • No block paragraphs anywhere.
  • Each image prompt must be fully self-contained.
  • Never use em dashes.
  • British English throughout.
  • Do NOT offer to write a launch post or engagement strategy after the design brief. End at the design brief.

FAQ