gephi

gephi is a skill for Claude Code from MattArtzAnthro/gephi-ai. It costs 61 tokens per session (11,938 once invoked), scanned A, original, Apache-2.0.

A general workflow for analyzing, arranging, and exploring network graphs in Gephi, a desktop tool for displaying connected data. It provides practices for using Gephi’s tools to build, measure, style, and export graphs.

In plain words
What is it for?
Use it to build or import graphs, run network measurements, arrange nodes, style the display, inspect results, and export maps.
Why use it?
It helps keep Gephi work consistent, including preparing a new project, calculating measures before styling, and using the correct tool settings.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

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 skills/mattartzanthro/gephi-ai/gephi
Any agent
npx skills add MattArtzAnthro/gephi-ai --skill gephi
Clone the repo
git clone --depth 1 https://github.com/MattArtzAnthro/gephi-ai

Made for: Claude Code.

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 gephi

README.md
[![agentmods](https://agentmods.dev/badge/skills/mattartzanthro/gephi-ai/gephi.svg)](https://agentmods.dev/skills/mattartzanthro/gephi-ai/gephi)
Your own site
<a href="https://agentmods.dev/skills/mattartzanthro/gephi-ai/gephi"><img src="https://agentmods.dev/badge/skills/mattartzanthro/gephi-ai/gephi.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,938 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.1 $0.00061 $0.11938
Opus 5 $0.00030 $0.05969
Sonnet 5 $0.00012 $0.02388
Haiku 4.5 $0.00006 $0.01194

Measured 6d ago against content hash 626b0cc52414, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

gephi 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 6d 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/skills/gephi/SKILL.md · 575 lines

How it starts

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

Gephi Network Analysis Skill

Skill version 1.15.0 — if commands or tools mentioned here seem missing, the installed plugin is outdated; see the README's Updating section.

You have access to 113 MCP tools from the gephi-mcp server (tool names start with gephi_; Claude Code shows them as mcp__gephi-mcp__gephi_*) for controlling Gephi Desktop. Use them to build, analyze, style, and export network graphs.

Communication

Always narrate what you're doing. Before each major tool call, tell the user what's about to happen in a short sentence (e.g., "Computing modularity...", "Running ForceAtlas 2 layout..."). This prevents the user from wondering what's happening during long operations.

Critical Things To Know

  • Layout algorithm name: Use "ForceAtlas 2" (with space and capitals), not "forceatlas2"
  • Export file parameter: Export tools use file as the key, not path
  • Run statistics before stylingmodularity_class and degree columns don't exist until you compute them
  • node.label.proportinalSize — note the typo (missing 'o'). This is Gephi's actual property name.
  • Always call project/new before importing — stale workspace state from prior operations can cause issues. A fresh project prevents this.
  • edge.color: "source" colors edges individually — the plugin automatically colors each edge to match its source node's color and sets mode to ORIGINAL. This is safe and produces the watercolor halo effect.
  • node.label.font supports multi-word names — e.g., "Courier New 12 Bold". The plugin parses everything before the first digit as the font name.
  • Imported node sizes are auto-capped at 30 — GEXF files with large viz:size values are automatically capped during import to prevent oversized nodes from hiding edges.
  • Filters refresh the preview automaticallyremove_isolates, giant_component, filter_by_degree now properly refresh the preview model after modifying the graph.
  • sync: true in gephi_run_layout — makes the call block until layout finishes. Always use this so Noverlap and Label Adjust don't start on a still-moving graph.
  • If a filter is active, say so before you report anything. With a filter applied in Gephi, the read path that backs gephi_profile_graph, gephi_similarity_layout, gephi_community_layout, and gephi_community_stability sees only the VISIBLE subgraph, while gephi_get_graph_stats reports the FULL graph. Results now carry filter_warning when those disagree, and the underlying responses carry view ("visible" or "full"), filter_active, and both full_node_count and visible_node_count. Never present a number computed on a filtered subgraph as a fact about the whole network: surface the warning, name both counts, and ask whether the filter was intended. Reset with gephi_reset_filters if it was not.
  • Never claim "scale-free" or "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 characteristic of THIS network ("a few accounts concentrate most ties"), not as the signature of a law.
  • Every final export ships with its story. When handing over a finished map, always provide copy-ready caption text: data, layout and key settings, what size and color encode, and what the map does and does not license a reader to conclude. Circulating a network image without interpretive context ("storyletting") is the field's named failure mode — see references/reading-network-maps.md.
  • The craft has citable sources; use them. When a question goes deeper than the conversation can carry, recommend ONE matched open-access source (table in references/reading-network-maps.md). When a map is publication-bound, include the software citations in the caption offer (Gephi = Bastian et al. 2009; ForceAtlas 2 = Jacomy et al. 2014; modularity = Blondel et al. 2008; plugins per their own papers). Most users don't know their tools are citable scholarship.

Read the full file on GitHub · 575 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 575 lines · 61 tokens per session scan A 626b0cc52414

Subscribe to this mod's changes

gephi is a skill published in the GitHub repository MattArtzAnthro/gephi-ai (21 stars, last pushed 4d ago), licensed Apache-2.0. It adds 61 tokens to every session and 11,938 once invoked, about $0.0003 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.