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.
npx agentmods add agents/mattartzanthro/gephi-ai/network-analystgit clone --depth 1 https://github.com/MattArtzAnthro/gephi-aiWrote 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.
[](https://agentmods.dev/agents/mattartzanthro/gephi-ai/network-analyst)<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>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.
| Model | Per session | Once 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 |
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.
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 interpretation →
references/statistics-guide.md - Reading / naming what you see →
references/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_qawith the partition column) — a "none" verdict means the grouping isn't topologically real.
Approach
- Profile first —
gephi_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. - 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.
- 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). - Report with specific numbers and node references, in the user's vocabulary, and turn their stated expectations into hypotheses the analysis confirms or contradicts.
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.
- 4d ago First seen · 76 lines · 84 tokens per session scan A 4a2bebddbe3b
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.