social-graph-ranker

Ranks social graph connections by warm-intro bridge value across X and LinkedIn.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/freedom909/real-estate-saas --skill social-graph-ranker-freedom909
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: social-graph-ranker
Source: https://github.com/freedom909/real-estate-saas/tree/main/.trae/skills/social-graph-ranker
Command: npx skills add https://github.com/freedom909/real-estate-saas --skill social-graph-ranker-freedom909

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Deciding who in your network can best introduce you to a target person is usually guesswork. This Skill applies a weighted graph-ranking model to your X and LinkedIn connections so you can identify the highest-value warm intro paths, conditional bridges, and targets with no warm path at all. ## Core Features & Use Cases - Bridge Scoring: Computes a base bridge score for each mutual using weighted targets and hop-distance decay, then extends it with second-order connections. - Response-Adjusted Ranking: Adjusts scores by engagement and relationship strength to produce a final ranked list of intro candidates. - Tiered Output: Classifies results into warm intro asks, conditional one-hop paths, and graph gaps requiring direct outreach. - Use Case: You have a list of 20 target investors and want to know which of your LinkedIn and X connections are best positioned to introduce you, and which targets require cold outreach instead. ## Quick Start Rank my X and LinkedIn mutuals by who can best introduce me to the people on this target list.

Frequently Asked Questions about social-graph-ranker

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

FAQPage Schema
How do I rank my LinkedIn connections for warm introductions?▼

Provide a weighted target list and your connection graph, then the skill computes a bridge score for each mutual based on weighted paths and hop distance. Results are ranked by a response-adjusted score and grouped into warm intro asks, conditional paths, and gaps.

How does the bridge scoring algorithm work?▼

Each mutual's base score sums target weights multiplied by a decay factor raised to the hop distance minus one, so direct paths count fully and each extra hop halves the contribution. A second-order expansion adds discounted value from connections of your mutuals.

Can I use this with both X and LinkedIn graphs?▼

Yes, the model accepts graphs from X, LinkedIn, or both platforms combined. You supply the connection data and weighting priorities, and the same traversal and scoring logic applies regardless of source platform.

What is the difference between this and lead-intelligence or connections-optimizer?▼

This skill is the standalone graph-ranking engine only. Use lead-intelligence for full lead generation and outbound sequencing, and connections-optimizer for pruning and growing your network; both build on this ranking model.

When should I not use social graph ranking?▼

Skip it when you need complete outbound sequencing or network maintenance rather than ranking math. It also adds little value if you have no existing mutual connections, since there are no warm paths to score.