graph-operator

Extract and analyze graph-structured data using Python and NetworkX.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines graph analysis and data extraction for urban brain applications, focusing on fundamental graph operations without the need for large-scale graph databases or comprehensive analysis platforms.

Core Features & Use Cases

  • Graph Analysis: Provides core graph analysis operators such as node querying, neighbor expansion, shared device detection, common counterparty analysis, path tracing, subgraph extraction, and basic graph statistics.
  • Data Extraction: Enables the retrieval of essential information from telephone network graphs and other graph-structured data.
  • Use Case: Ideal for tasks like network traffic analysis, program compliance checking, and时空轨迹分析 within urban brain applications.

Quick Start

Load the graph data and perform a node query for the phone number '1234567890' using the graph-operator skill.

Frequently Asked Questions about graph-operator

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

FAQPage Schema
How do I perform graph analysis on telephone network data without using a large-scale graph database?

You can perform graph analysis on telephone network data using NetworkX and Python for fundamental graph operations like node querying and neighbor expansion, avoiding the need for large-scale graph databases or comprehensive analysis platforms.

What is the best way to extract subgraphs and trace paths for temporal-spatial trajectory analysis?

The best way to extract subgraphs and trace paths for temporal-spatial trajectory analysis is by applying core graph operators like path tracing and subgraph extraction directly to your graph-structured data.

Can I use NetworkX and pandas for program compliance checking in urban brain applications?

Yes, you can use NetworkX and pandas for program compliance checking in urban brain applications, as these dependencies support the extraction and analysis of graph-structured data for compliance tasks.

How does shared device detection and common counterparty analysis work on network traffic graphs?

Shared device detection and common counterparty analysis work on network traffic graphs by querying nodes and expanding neighbors to identify intersecting connections and shared entities within the telephone network data.

Do I need a comprehensive analysis platform to extract basic graph statistics from urban brain data?

No, you do not need a comprehensive analysis platform to extract basic graph statistics from urban brain data; you can retrieve essential information and graph statistics directly using Python and NetworkX.