/ 目錄 / 演練場 / hinge-profile-optimizer
● 社群 b1rdmania ⚡ 即開即用

hinge-profile-optimizer

作者 b1rdmania · b1rdmania/hinge-profile-optimizer

Dating profile optimizer grounded in 45+ peer-reviewed sources — surfaces authentic specifics rather than inventing a persona.

b1rdmania/hinge-profile-optimizer is a research-backed Claude Skill for Hinge profile improvement. Explicitly rejects templating and fabrication — its core principle is 'you're not making someone more appealing, you're making them visible'. Draws on communication research (e.g. Toma & Hancock 2012) showing that specific concrete language signals honesty. Roughly 45 minutes to work through the guided process.

為什麼要用

核心特性

即時演示

實際使用效果

hinge-profile-optimizer-skill.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "hinge-profile-optimizer-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "hinge-profile-optimizer-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/b1rdmania/hinge-profile-optimizer",
          "~/.claude/skills/hinge-profile-optimizer"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add hinge-profile-optimizer-skill -- git clone https://github.com/b1rdmania/hinge-profile-optimizer ~/.claude/skills/hinge-profile-optimizer

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: hinge-profile-optimizer

Run a full 45-minute Hinge profile overhaul

👤 Adults who've been on the apps a while and aren't getting the matches they want ⏱ ~45 min beginner

何時使用: You suspect your profile doesn't reflect you well.

前置條件
  • Skill installed — git clone https://github.com/b1rdmania/hinge-profile-optimizer ~/.claude/skills/hinge-profile-optimizer
步驟
  1. Share your current profile + context
    Use hinge-profile-optimizer — here are my current 6 prompts and photo descriptions. Here's the real me in 300 words.✓ 已複製
    → Skill identifies specific overlooked details in your self-description, not generic advice
  2. Prompt-by-prompt rewrite
    For each prompt, draft 2 alternatives rooted in concrete specifics from my bio.✓ 已複製
    → Alternatives with named experiences, not vague claims
  3. Photo audit
    Audit my photo lineup — which tells the viewer something specific, which is filler?✓ 已複製
    → Per-photo rationale tied to research, not opinion

結果: A profile that shows the real you more clearly — not a different persona.

注意事項
  • You try to borrow a specific from someone else — Skill flags inauthenticity — don't claim hobbies you don't have, they fail on first conversation

Rewrite one prompt that's clearly not landing

👤 People 80% happy with their profile ⏱ ~10 min beginner

何時使用: One specific prompt answer feels flat and generic.

步驟
  1. Share the prompt + answer + context
    hinge-profile-optimizer — prompt: 'Two truths and a lie'. My current answer: <paste>. Here's real material: <paste>.✓ 已複製
    → Alternatives that use concrete-specific language, grounded in material you provided

結果: A prompt answer that sounds like a specific person, not a LinkedIn bio.

組合

與其他 MCP 搭配,撬動十倍槓桿

hinge-profile-optimizer-skill

This is a personal/private skill — avoid combining with tools that log or share externally

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
self_intake ~300 words about you + current profile Start of overhaul 0
prompt_rewrite prompt + your real material Any prompt that's not landing 0
photo_audit photo descriptions or images Lineup feels generic 0

成本與限制

運行它的成本

API 配額
None
每次呼叫 Token 數
Small — profile data is compact
費用
Free — skills are local files
提示
One pass is usually enough; iterate only where you genuinely changed material.

安全

權限、密鑰、影響範圍

憑證儲存: No credentials — pure prompts
資料出站: None — your profile data stays in your Claude session

故障排查

常見錯誤與修復

Skill not invoked — Claude writes cheesy pickup lines

Reference 'hinge-profile-optimizer' explicitly.

驗證: ls ~/.claude/skills/hinge-profile-optimizer/SKILL.md
SKILL.md frontmatter wrong

Re-clone; description drives activation.

驗證: head ~/.claude/skills/hinge-profile-optimizer/SKILL.md
Wrong trigger keywords — generic dating advice appears

Say 'use the Hinge optimizer skill on this prompt'.

替代方案

hinge-profile-optimizer 對比其他方案

替代方案何時用它替代權衡
Vanilla Claude adviceYou want quick takes without the 45-minute processUsually generic; misses the authenticity framework
Professional photographer + coachYou want human judgement and photo workCosts significant money; skill is free

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills