1---2name: network-analytics-23description: Network Analytics4---56# Network Analytics789> Navigation: [Skill index](../README.md)10## Overview1112Transform chaotic mentions and interactions into a working map of the network of influence.1314Skill is responsible for the `normalize entities -> update graph -> compute metrics -> outreach plan` phase.1516## Workflow1718### 1) Normalize Entities1920Use the circuit from21[graph-schema](./references/graph-schema.md).2223Substances:24- `Person`25- `Organization`26- `Event`27- `Topic`2829### 2) Update Edges3031Maintain typed connections:32- `co-speaker`33- `co-organizer`34- `mentioned_with`35- `works_at`36- `introduced_by`37- `attended`3839For each rib, fix:40- `source`41- `date`42- `confidence`4344### 3) Compute Metrics4546If you have graph analytics tools, consider:47- `degree centrality`48- `betweenness centrality`49- `eigenvector centrality`50- `communities` (Louvain/equivalent)5152If tools are not available, use heuristics and explicitly mark53`method=heuristic`.5455### 4) Interpret5657Use the rules of58[metrics-and-prioritization](./references/metrics-and-prioritization.md):59- bridges between clusters,60- the core of each domain,61- New growing clusters.6263### 5) Build Outreach Plan6465Give me:66- 5 key bridges67- 3 clusters/domains68- 10 priority outreach steps (to whom, through whom, why)6970## Output71721. Graph update summary732. Top bridges (betweenness)743. Community map754. Outreach backlog (10 items)7677Each outreach item:78- `target_person`79- `via`80- `reason`81- `suggested_message_angle`82- `expected_outcome`8384## Quality Gates8586- No rib without a source or date.87- There are no central conclusions without specifying the method of calculation.88- Outreach recommendations are tied to a specific goal, not a general “get to know.”8990## Anti-Patterns9192- Do not mix names without proof of identity.93- Do not confuse frequent mentions with real influence.94- Do not draw conclusions about the cluster based on 1-2 connections.9596## References9798- [graph-schema](./references/graph-schema.md)99- [metrics-and-prioritization](./references/metrics-and-prioritization.md)
Run npx skillmds@latest add dzhokhov/network-analytics-2 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Network Analytics It is listed under Data & Analytics on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
dzhokhov (@dzhokhov) published this skill. Their other Agent Skills are listed on their SkillMD profile.