association-path-analysis

Analyzes associations and paths between two phone numbers using graph analysis and Python libraries.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/bettercallfan/deerflow --skill association-path-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: association-path-analysis
Source: https://github.com/bettercallfan/deerflow/tree/main/skills/custom/phone-network-analysis/association-path-analysis
Command: npx skills add https://github.com/bettercallfan/deerflow --skill association-path-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires networkx, pandas, numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes the associations and paths between two phone numbers, helping to understand their connection and potential relationship.

Core Features & Use Cases

  • Association Analysis: Identify direct and indirect call paths, shared device paths, common counterparty paths, or complex bridging linkages between two phone numbers.
  • Use Case: For users who want to know how two numbers are related, whether there are intermediate nodes or relationship chains.
  • Quick Start: Use the association-path-analysis skill with the --phone-a and --phone-b arguments to analyze the path between two phone numbers.

Quick Start

Use the association-path-analysis skill to analyze the path between two phone numbers:

association-path-analysis --phone-a <PHONE_A> --phone-b <PHONE_B>

Frequently Asked Questions about association-path-analysis

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

FAQPage Schema
How do I find the connection path between two phone numbers?

To perform phone number association analysis, provide the two numbers as arguments to the analysis tool. It processes the data using networkx and pandas to map out direct and indirect connections, shared devices, and common counterparties between the two numbers.

What types of indirect relationships can phone number association analysis identify?

Phone number association analysis identifies indirect relationships such as intermediate call paths, shared device usage, and common counterparty connections. It uses graph relationship mapping to trace these complex bridging linkages and uncover hidden network connections between the two phone numbers.

Do I need Python libraries to analyze phone number paths?

Yes, you need Python libraries including networkx, pandas, and numpy to perform phone number path analysis. These dependencies handle the graph analysis, relationship mapping, and data processing required to traverse and identify connections between phone numbers.

Can graph analysis determine shared devices between two phone numbers?

Yes, graph analysis can determine shared devices between two phone numbers. By leveraging network analysis and relationship mapping, the tool identifies shared device paths and common counterparties that connect the two numbers within the network graph.

What is the best way to trace intermediate nodes in a phone number network?

The best way to trace intermediate nodes in a phone number network is through graph analysis and path traversal. This method maps the relationship chain between two numbers, revealing direct and indirect connections, shared devices, and bridging linkages using network analysis techniques.