teach-with-gephi

teach-with-gephi is a skill for Claude Code, Codex from MattArtzAnthro/gephi-ai. It costs 49 tokens per session (1,150 once invoked), scanned A, original, Apache-2.0.

Výučbový režim pre Gephi, počítačový program na vizualizáciu a analýzu sietí, napríklad vzťahov medzi ľuďmi alebo stránkami.

In plain words
What is it for?
Na živé ukážky a spoločné skúmanie grafov v Gephi vrátane zoskupovania uzlov, rozmiestnenia grafu a zamerania pozornosti na dôležité časti.
Why use it?
Vysvetľuje každú viditeľnú zmenu počas práce, takže používateľ môže sledovať postup a zároveň chápať základné pojmy analýzy sietí.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Na živé ukážky a spoločné skúmanie grafov v Gephi vrátane zoskupovania uzlov, rozmiestnenia grafu a zamerania pozornosti na dôležité časti.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mattartzanthro/gephi-ai/teach-with-gephi
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.

Any agent
npx skills add MattArtzAnthro/gephi-ai --skill teach-with-gephi
Clone the repo
git clone --depth 1 https://github.com/MattArtzAnthro/gephi-ai

Made for: Claude Code, Codex.

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 teach-with-gephi

README.md
[![agentmods](https://agentmods.dev/badge/skills/mattartzanthro/gephi-ai/teach-with-gephi/github.svg)](https://agentmods.dev/skills/mattartzanthro/gephi-ai/teach-with-gephi)
Your own site
<a href="https://agentmods.dev/skills/mattartzanthro/gephi-ai/teach-with-gephi"><img src="https://agentmods.dev/badge/skills/mattartzanthro/gephi-ai/teach-with-gephi/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for teach-with-gephi

Your own site · 80×15
<a href="https://agentmods.dev/skills/mattartzanthro/gephi-ai/teach-with-gephi"><img src="https://agentmods.dev/badge/skills/mattartzanthro/gephi-ai/teach-with-gephi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,150 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00049 $0.01150
Opus 5 $0.00024 $0.00575
Sonnet 5 $0.00010 $0.00230
Haiku 4.5 $0.00005 $0.00115

Measured 11d ago against content hash 93f8e1361150, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

teach-with-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 11d 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/gephi-network-analysis/skills/teach-with-gephi/SKILL.md · 87 lines

How it starts

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

Teaching Mode

Run a network analysis in Gephi Desktop as a narrated, watch-along session: the human is looking at the Gephi window while you work, and your job is to make every step visible and understandable. This mode exists because watching the instrument operate is how people learn what network analysis actually does.

The contract: never do anything the viewer can't follow.

Rules

  1. Narrate first, act second. Before every operation, one or two plain sentences: what you are about to do, what they should watch for, and why it matters ("I'm going to run ForceAtlas 2 now — watch the tangle pull apart into clumps; each clump is a group of nodes more connected to each other than to the rest").

  2. Direct their eyes with gephi_focus_view. After building or importing, fit the whole graph (mode "graph"). Before discussing a cluster, center on its region or hub and select its nodes so they light up. After a layout, re-fit. The viewer should never have to hunt for what you're describing.

  3. Run layouts in visible chunks. Never one 1000-iteration blast — use 200-300 iteration passes (sync true) with narration between: "seeing the big shape now — next pass will tighten the clusters." The settling motion IS the lesson.

  4. Pause for observation. After each visible change, stop and invite them in: "Take a look — what do you notice about the top-right group?" Wait for their answer before continuing. Their observations drive the pace, not your plan.

    Tell them they can point. Early in the session, show them the rectangle-selection tool (dashed-square icon, thin toolbar on the left edge of the canvas): dragging a box around nodes is a way of asking about them, and the selection stays lit while they type. When they use deictic words ("these", "this group", "what did I grab?"), read gephi_get_selection first and answer about the exact nodes they selected — never ask them to type node names.

  5. Explain choices as you make them. Gravity 0 and LinLog aren't incantations — say what each does in one sentence when you set it. Same for the validated palette, sizing by degree, and edge opacity.

Read the full file on GitHub · 87 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. 11d ago First seen · 87 lines · 49 tokens per session scan A 93f8e1361150

Subscribe to this mod's changes

teach-with-gephi is a skill published in the GitHub repository MattArtzAnthro/gephi-ai (22 stars, last pushed 9d ago), licensed Apache-2.0. It adds 49 tokens to every session and 1,150 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

manim-explainer-animation

Provider-independent production workflow for creating Manim-based explainer animations. Use when an agent must plan, code, render, QA, or hand off precise math, science, data, diagram, algorithm, or concept animations with Manim, including storyboard, scene architecture, formulas, coordinate systems, voiceover timing…

calesthio/generative-media-skills · 80 tokens

proof-writer

A rigorous proof-writing workflow for theorems, lemmas, propositions, and corollaries in machine-learning and AI theory. It can also explain when a claim cannot be proved under its stated assumptions.

raja21068/AutoResearch · 73 tokens

agent-challenges

Agent skill for challenges - invoke with $agent-challenges.

ruvnet/ruflo · 15 tokens

cuopt-numerical-optimization-formulation

LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.

NVIDIA/skills · 42 tokens

nemo-mbridge-perf-expert-parallel-overlap

Validate and use MoE expert-parallel communication overlap in Megatron-Bridge, including overlapmoeexpertparallelcomm, delaywgradcompute, and flex dispatcher backends such as DeepEP and HybridEP.

NVIDIA/skills · 56 tokens

earth2studio-create-datasource

Create and validate Earth2Studio data source wrappers (DataSource, ForecastSource, DataFrameSource, ForecastFrameSource) from remote stores. Do NOT use for fetching data with existing sources, model inference, or installation tasks.

NVIDIA/skills · 53 tokens