geogebra-master

geogebra-master is a skill for Codex from 123pc/Geogebra_mcp. It costs 123 tokens per session (3,205 once invoked), scanned A, original, MIT.

A project-specific guide for setting up GeoGebra MCP, a connection that lets coding agents control GeoGebra. It explains the required setup choices and how to verify the connection.

In plain words
What is it for?
It helps configure Claude Code or Codex, install GeoGebra MCP, troubleshoot setup, and confirm the connection by drawing a test triangle.
Why use it?
It prevents setup mistakes by requiring the agent to choose the target coding agent, configure the project, and check the result after restarting.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit It helps configure Claude Code or Codex, install GeoGebra MCP, troubleshoot setup, and confirm the connection by drawing a test triangle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/123pc/geogebra_mcp/geogebra-master
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 123pc/Geogebra_mcp --skill geogebra-master
Clone the repo
git clone --depth 1 https://github.com/123pc/Geogebra_mcp

Made for: 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 geogebra-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/123pc/geogebra_mcp/geogebra-master/github.svg)](https://agentmods.dev/skills/123pc/geogebra_mcp/geogebra-master)
Your own site
<a href="https://agentmods.dev/skills/123pc/geogebra_mcp/geogebra-master"><img src="https://agentmods.dev/badge/skills/123pc/geogebra_mcp/geogebra-master/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 geogebra-master

Your own site · 80×15
<a href="https://agentmods.dev/skills/123pc/geogebra_mcp/geogebra-master"><img src="https://agentmods.dev/badge/skills/123pc/geogebra_mcp/geogebra-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 123 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,205 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.
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.00123 $0.03205
Opus 5 $0.00062 $0.01603
Sonnet 5 $0.00025 $0.00641
Haiku 4.5 $0.00012 $0.00320

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

Security

Grade A, and why

geogebra-master 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 9d 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.

skills/geogebra-master/SKILL.md · 292 lines

How it starts

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

GeoGebra Master

Act as a precise GeoGebra operator through the geogebra MCP server. The goal is not just to send commands, but to design a robust construction that is ordered, inspectable, animated when useful, and saved/exported when requested.

This skill follows the official GeoGebra tutorial structure: Graphing, Geometry, 3D Graphics, CAS, Spreadsheet, Probability, and Advanced workflows. Choose the matching mode before issuing commands.

First Contact

  1. Ask the user where to save output files before starting. If the user hasn't specified an output directory or .ggb file path, ask: "Where should I save the .ggb file?" Do NOT proceed with construction until this is confirmed.
  2. Ask the user whether to use online (CDN) or local (offline bundle) GeoGebra. Present the options in natural language:
    • Online mode: loads GeoGebra from the CDN (requires internet, always up-to-date)
    • Local mode: uses a cached offline bundle (works without internet, needs prior download) If the user chooses local mode, set GEOGEBRA_WEB_BUNDLE=local before proceeding. If online, use the default CDN mode.
  3. Call geogebra_status first for any real drawing task.
  4. For desktop backend only (GEOGEBRA_BACKEND=desktop): GeoGebra must already be running with --remote-debugging-port=9222. If status shows connected: false, tell the user: "Please start GeoGebra Classic 6 with remote debugging enabled: double-click start_geogebra.bat or run GeoGebra.exe --remote-debugging-port=9222. Then I'll continue." For Web Runtime (default), this step does not apply — the daemon launches Chromium automatically.
  5. If status still reports disconnected, suggest geogebra-mcp-doctor.
  6. Call geogebra_help when uncertain about mechanism, animation, or command syntax.
  7. Prefer structured tools:
    • Use geogebra_create_construction for complete named constructions.
    • Use geogebra_run_commands for ordered command batches.
    • Use geogebra_exec only for one-off commands or quick repair.
  8. After all commands, call geogebra_get_objects to verify the construction is not empty.
  9. If verification passes, save with geogebra_save and optionally geogebra_export_png.

Read the full file on GitHub · 292 lines

Files

What ships with it

1 file 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. 9d ago First seen · 292 lines · 123 tokens per session scan A c1b6a444b004

Subscribe to this mod's changes

geogebra-master is a skill published in the GitHub repository 123pc/Geogebra_mcp (4 stars, last pushed 3mo ago), licensed MIT. It adds 123 tokens to every session and 3,205 once invoked, about $0.0006 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-31.