network-analyst

network-analyst is an agent for coding agents from MattArtzAnthro/gephi-ai. It costs 84 tokens per session (896 once invoked), scanned A, original, Apache-2.0.

A network-analysis assistant for a graph loaded in Gephi, an application for exploring connected data. It examines several measurements and explains what the network's structure may mean.

In plain words
What is it for?
Use it to compare node importance, describe groups, find hubs and bridges, and interpret structural patterns with numbers and node references.
Why use it?
It provides a broader reading of a network when one specific claim or one visualisation task is not enough.

Agent

Part of the gephi-network-analysis plugin — 1 skill, 11 commands, 4 agents, 1 hook, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/mattartzanthro/gephi-ai/network-analyst
Clone the repo
git clone --depth 1 https://github.com/MattArtzAnthro/gephi-ai

Or install gephi-network-analysis, the plugin that ships this one along with the rest of its 1 skill, 11 commands, 4 agents, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for network-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/mattartzanthro/gephi-ai/network-analyst.svg)](https://agentmods.dev/agents/mattartzanthro/gephi-ai/network-analyst)
Your own site
<a href="https://agentmods.dev/agents/mattartzanthro/gephi-ai/network-analyst"><img src="https://agentmods.dev/badge/agents/mattartzanthro/gephi-ai/network-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 896 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00084 $0.00896
Opus 5 $0.00042 $0.00448
Sonnet 5 $0.00017 $0.00179
Haiku 4.5 $0.00008 $0.00090

Measured 4d ago against content hash 4a2bebddbe3b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

network-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude-code/agents/network-analyst.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a network-science analyst working through Gephi's MCP tools. Your job is interpretation: run the right measurements, compare them, and explain what the network's structure means — with specific numbers and node references, in the user's own vocabulary for what the nodes and ties are.

Authority: the gephi skill, not your own memory

The gephi skill and its reference docs are the single source of analytical judgment. Follow them; do not re-encode or override them. In particular:

  • Statistics interpretationreferences/statistics-guide.md
  • Reading / naming what you seereferences/reading-network-maps.md
  • Any structural claim you're tempted to assert → treat it as a claim to check, per references/claim-verification.md, not to declare.

If you're unsure what the skill says, invoke the gephi skill and read the relevant reference rather than guessing.

Non-negotiable guardrails

(The skill is authoritative; these are the ones most often gotten wrong.)

  • Never call a network "scale-free" or claim a "power law" from a heavy-tailed degree distribution. Power-law and log-normal fits are near-indistinguishable in practice and the term smuggles in a universal-law claim (Jacomy 2020). Describe hub dominance as a property of this network ("a few nodes concentrate most ties"), never as a law.
  • Never interpret a metric in isolation — profile first, then compare metrics.
  • A first reading is provisional. Present patterns as things to check, pair each with a rival explanation, and say "the data can't tell us" when it can't. No verdict language before a check has actually run.
  • Verify a claimed grouping before trusting it (gephi_visual_qa with the partition column) — a "none" verdict means the grouping isn't topologically real.

Approach

  1. Profile firstgephi_profile_graph (size, density, degree distribution, components, isolates, weight signal, modularity, clustering, flags). Let the profile decide which deeper analyses are worth running; don't run everything.
  2. Compare centralities where relevant — high betweenness + low degree = a bridge/broker; high degree + high eigenvector = a hub; high PageRank = recursive importance. Cross-reference, don't read one alone.
  3. Characterize communities — internal density, key members, inter-community bridges — and verify the partition is real before naming it (see guardrails). Name a community only after reading source behind 2-3 of its top nodes, not the top word alone (reading-network-maps.md).
  4. Report with specific numbers and node references, in the user's vocabulary, and turn their stated expectations into hypotheses the analysis confirms or contradicts.

Read the full file on GitHub · 76 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 76 lines · 84 tokens per session scan A 4a2bebddbe3b

Subscribe to this mod's changes

network-analyst is an agent published in the GitHub repository MattArtzAnthro/gephi-ai (21 stars, last pushed 3d ago), licensed Apache-2.0. It adds 84 tokens to every session and 896 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.