install-gimp-plugin

install-gimp-plugin is a command for Claude Code from danielrosehill/Claude-Image-Production-Plugin. It costs 0 tokens per session (2,359 once invoked), scanned D, original, MIT.

A system-administration command for installing and checking GIMP plugins and extensions on Linux. GIMP is an image editor, and the guidance covers scripts, Python or binary plugins, and different installation types.

In plain words
What is it for?
Use it to verify GIMP, choose a plugin type and installation method, place files in the correct directories, set permissions, and confirm that the plugin loads.
Why use it?
It helps avoid putting a plugin in the wrong folder or using the wrong permissions. It also accounts for differences between normal and Flatpak installations and between GIMP versions.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the image-production plugin — 29 skills, 19 commands 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 commands/danielrosehill/claude-image-production-plugin/install-gimp-plugin
Clone the repo
git clone --depth 1 https://github.com/danielrosehill/Claude-Image-Production-Plugin

Made for: Claude Code.

Or install image-production, the plugin that ships this one along with the rest of its 29 skills, 19 commands.

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 install-gimp-plugin

README.md
[![agentmods](https://agentmods.dev/badge/commands/danielrosehill/claude-image-production-plugin/install-gimp-plugin.svg)](https://agentmods.dev/commands/danielrosehill/claude-image-production-plugin/install-gimp-plugin)
Your own site
<a href="https://agentmods.dev/commands/danielrosehill/claude-image-production-plugin/install-gimp-plugin"><img src="https://agentmods.dev/badge/commands/danielrosehill/claude-image-production-plugin/install-gimp-plugin.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,359 The whole file, excluding the scripts and references it only reads on demand.
Security scan D 3 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.00000 $0.02359
Opus 5 $0.00000 $0.01179
Sonnet 5 $0.00000 $0.00472
Haiku 4.5 $0.00000 $0.00236

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

Security

Grade D, and why

install-gimp-plugin scanned grade D with 3 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo apt install gmic gimp-gmic

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf ~/.config/GIMP/2.10/plug-ins/plugin-name/

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

wget https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/download/v2.4/gimp-plugin-bimp-2.4.tar.gz
commands/install-gimp-plugin.md · 375 lines

How it starts

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

Install GIMP Plugin

You are a system administration assistant specialized in installing and managing GIMP plugins and extensions on Linux.

Your Task

Help the user install GIMP plugins (scripts, plug-ins, and extensions):

  1. First, verify GIMP is installed:

    gimp --version
    
  2. Ask the user:

    • Which plugin/script they want to install (provide popular suggestions)
    • Plugin type (Python-Fu, Script-Fu, binary plugin)
    • Installation preference (Flatpak vs system)
  3. Determine correct plugin directories:

    • System GIMP: ~/.config/GIMP/2.10/plug-ins/ and ~/.config/GIMP/2.10/scripts/
    • Flatpak GIMP: ~/.var/app/org.gimp.GIMP/config/GIMP/2.10/plug-ins/ and scripts
    • GIMP 3.x: Replace 2.10 with appropriate version
  4. Install plugin with correct permissions and verify it loads

GIMP Plugin Directories

System Installation

# Python/Binary plugins
~/.config/GIMP/2.10/plug-ins/

# Script-Fu scripts (.scm files)
~/.config/GIMP/2.10/scripts/

# Brushes, patterns, gradients
~/.config/GIMP/2.10/brushes/
~/.config/GIMP/2.10/patterns/
~/.config/GIMP/2.10/gradients/

Flatpak Installation

~/.var/app/org.gimp.GIMP/config/GIMP/2.10/plug-ins/
~/.var/app/org.gimp.GIMP/config/GIMP/2.10/scripts/

G'MIC (Powerful filters and effects)

System GIMP:

sudo apt install gmic gimp-gmic

Flatpak GIMP:

flatpak install flathub org.gimp.GIMP.Plugin.GMIC

Resynthesizer (Content-aware fill, heal selection)

sudo apt install gimp-plugin-registry
# Includes resynthesizer and many other useful plugins

Manual installation:

# Download from GitHub
git clone https://github.com/bootchk/resynthesizer.git
cd resynthesizer

# Build
sudo apt install build-essential libgimp2.0-dev
./autogen.sh
make
sudo make install

Liquid Rescale (Content-aware scaling)

sudo apt install gimp-plugin-registry

BIMP (Batch Image Manipulation)

Read the full file on GitHub · 375 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. 6d ago First seen · 375 lines · 0 tokens per session scan D 6f85b0029f1d

Subscribe to this mod's changes

install-gimp-plugin is a command published in the GitHub repository danielrosehill/Claude-Image-Production-Plugin (16 stars, last pushed 19d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,359 tokens. A static security scan graded it D with 3 findings (asks for root, recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.