docs/zh-CN/skills/social-graph-ranker/SKILL.md
加权社交图谱排名,用于在X和LinkedIn上发现温暖介绍、桥梁评分和网络差距分析。当用户想要可重用的图谱排名引擎本身,而不是其上层更广泛的推广或网络维护工作流时使用。
npx skillsauth add affaan-m/everything-claude-code social-graph-rankerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
面向网络感知外联的规范化加权图排名层。
当用户需要以下功能时使用此工具:
lead-intelligence 或 connections-optimizer 理解图谱数学原理当用户主要需要排名引擎时选择此技能:
当用户真正需要以下功能时,请勿单独使用此技能:
lead-intelligenceconnections-optimizer收集或推断:
给定:
T = 加权目标集M = 你当前的互关/直接联系人d(m, t) = 从互关 m 到目标 t 的最短跳数距离w(t) = 来自信号评分的目标权重基础桥梁分数:
B(m) = Σ_{t ∈ T} w(t) · λ^(d(m,t) - 1)
其中:
λ 是衰减因子,通常为 0.5二度扩展:
B_ext(m) = B(m) + α · Σ_{m' ∈ N(m) \\ M} Σ_{t ∈ T} w(t) · λ^(d(m',t))
其中:
N(m) \\ M 是互关认识但你认识的人集合α 对二度可达性进行折扣,通常为 0.3响应调整后的最终排名:
R(m) = B_ext(m) · (1 + β · engagement(m))
其中:
engagement(m) 是归一化的响应性或关系强度β 是参与度加成,通常为 0.2解读:
R(m) 和直接桥梁路径 -> 温暖引荐请求R(m) 和一跳桥梁路径 -> 条件性引荐请求R(m) 或无可行桥梁 -> 直接外联或关注缺口填补在图遍历前根据当前优先级集对目标进行加权:
在遍历后对互关进行加权:
R(m) 排名。社交图谱排名
====================
优先级集合:
平台:
衰减模型:
顶级桥梁
- 共同好友 / 连接
基础分数:
扩展分数:
最佳目标:
路径摘要:
推荐操作:
条件路径
- 共同好友 / 连接
原因:
额外跳数成本:
无温暖路径
- 目标
推荐:直接联系 / 填补图谱空白
lead-intelligence 在更广泛的目标发现和外联管道中使用此排名模型connections-optimizer 在决定保留、修剪或添加谁时使用相同的桥梁逻辑brand-voice 应在起草任何引荐请求或直接外联之前运行x-api 提供X图谱访问和可选执行路径tools
Garbage collection for your Claude Code configuration. Periodically scans ~/.claude (skills, memory, hooks, permissions, MCP servers, caches) for redundant, stale, orphaned, or low-value items, then walks the user through a confirm-each-deletion cleanup. Use when the user says "clean up my config", "config GC", "too many skills", "audit my setup", "my .claude is bloated", or asks for a periodic config review.
data-ai
当用户希望通过并行工作、并发 agents、批量工具调用、隔离 worktree 或多条独立验证通道来大幅加速任务、同时不损失正确性时使用。
documentation
在回答之前先读取仓库的实时状态,引导用户了解 ECC 当前的 agents、skills、命令、hooks、规则、安装配置档案以及项目接入流程。
testing
Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allowing the action. Measurably improves output quality by +2.25 points vs ungated agents.