profile-optimizer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

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.
当触发该技能时,直接进入步骤1。不要进行总结,不要解释将生成什么内容,立即开始收集输入信息。

Step 1. Gather inputs

步骤1. 收集输入信息

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.
检查项目中是否存在about-me.md文件。如果存在,从中预填充姓名、受众、主题和观点。跳过这些问题,并告知用户已提取的内容。
分两批调用AskUserQuestion。

Batch 1

第一批

json
[
  {
    "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"}
    ]
  }
]
json
[
  {
    "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

第二批

json
[
  {
    "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.
json
[
  {
    "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"}
    ]
  }
]
等待所有输入信息收集完成后再继续。

Step 2. The Headline

步骤2. 标题

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:
json
[
  {
    "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]"}
    ]
  }
]
撰写3个标题选项,输出在代码块中。
约束条件:
  • 每个标题最多50个字符
  • 仅使用句子大小写(不使用标题大小写)
  • 以核心价值开头
  • 在字符数允许的情况下包含目标受众
  • 不使用职位头衔(如“创始人”“CEO”“设计师”)
  • 不使用空洞词汇
格式:[核心价值] + [面向目标受众]
Option 1 (Direct): [outcome + audience]
Option 2 (Pain-focused): [problem + audience]
Option 3 (Differentiator): [unique angle + audience]
然后调用AskUserQuestion让用户选择:
json
[
  {
    "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

步骤3. 关于板块

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.
输出在代码块中,格式规则:
  • 使用完整句子,不要在句子中间强制换行
  • 句子或短句之间用一个换行分隔以提升可读性
  • 板块(钩子、故事、权威性、行动号召)之间用两个换行分隔
  • LinkedIn会在移动端和桌面端自动处理文本换行,不要手动在50或60字符处换行
  • 简短有力的句子是合适的,但不要把句子拆成两半
结构:钩子 > 共情痛点 > 方法/理念 > 权威性 > 行动号召
语气:有力、直接、人性化,不要过于商业化。
正确格式示例:
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

步骤4. 经历板块

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
重写前2个职位经历,输出在代码块中。格式要求与关于板块相同:使用完整句子,不要在句子中间强制换行,由LinkedIn处理换行。
每个职位的结构:背景 > 挑战 > 行动 > 结果
采用叙事格式,不要使用项目符号。每个职位最多8-15个句子。
正确格式示例:
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.
错误格式示例:
  • Managed a team of 15 sales representatives
  • Responsible for Q3 revenue targets
  • Implemented new CRM system

Step 5. Featured Section Strategy

步骤5. 特色板块策略

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.
最多2个项目,且必须为外部链接。
项目1:主要转化目标
  • 目的:直接指向核心服务(预约页面、申请表、销售页面)
  • 标题:3-5个单词,以收益为导向
项目2:次要信任构建
  • 目的:建立信任或获取线索(新闻通讯订阅、免费资源、作品集、案例研究)
  • 标题:3-5个单词,以收益为导向
不要副标题,不要LinkedIn内部帖子,不要“私信我”类项目。

Step 6. Visual Design Brief

步骤6. 视觉设计 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
输出4个独立的图片生成提示词,每个放在单独的代码块中。每个提示词必须是完全独立的,粘贴到Gemini中即可作为独立请求使用。
首先说明品牌颜色:
  • 主色十六进制代码:[用户提供或建议的颜色]
  • 辅助色十六进制代码:[用户提供或建议的颜色]
  • 一行文字说明这些颜色为何符合定位

Asset 1: LinkedIn Banner (1584 x 396 pixels)

资产1:LinkedIn横幅(1584 x 396像素)

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
提示词必须包含:
  • 说明“Using the attached photo of me...”
  • 创建精确尺寸的横幅
  • 将选定的标题文本放在右侧居中位置
  • 在标题下方添加5-8个单词的标语
  • 包含行动号召按钮元素(3-4个单词)
  • 包含社交证明文本
  • 使用品牌颜色
  • 指定背景风格

Asset 2: Profile Picture (400 x 400 pixels)

资产2:个人头像(400 x 400像素)

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
提示词必须包含:
  • 说明“Using the attached headshot photo as the base...”
  • 应用品牌颜色背景(纯色或渐变)
  • 面部位于画面的60%-70%居中位置
  • 裁剪成圆形后仍可正常显示
  • 如有必要添加品牌颜色边框

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

资产3:特色板块卡片1(552 x 368像素)

  • 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
  • 以特色项目1的标题文本为焦点
  • 使用与横幅一致的品牌颜色
  • 添加简单的可点击视觉提示(箭头图标)
  • 简洁、极简,无副标题或正文文本
  • 无需照片

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

资产4:特色板块卡片2(552 x 368像素)

  • 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.
  • 以特色项目2的标题文本为焦点
  • 视觉上与卡片1区分开(交换主色和辅助色的使用)
  • 无需照片
在所有4个提示词之后,说明:
请将每个提示词分别复制到新的Gemini对话中。对于横幅和个人头像,请在粘贴提示词的同时附上你的头像照片。特色板块卡片无需照片。

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.
  • 如果存在about-me.md文件,务必读取并从中预填充输入信息。
  • 所有资料文案(标题、关于、经历)必须放在代码块中。
  • 使用完整句子,不要在句子中间强制换行,由LinkedIn处理换行。
  • 标题中不得使用职位头衔。
  • 任何地方都不要使用大段段落。
  • 每个图片提示词必须完全独立。
  • 永远不要使用破折号。
  • 全程使用英式英语。
  • 在完成设计brief后,不要主动提供撰写发布帖子或互动策略的服务,流程在设计brief处结束。