apply-filters

apply-filters is a command for Claude Code from danielrosehill/Claude-Image-Production-Plugin. It costs 0 tokens per session (1,471 once invoked), scanned A, original, MIT.

A command for applying corrective or artistic image filters with ImageMagick, an image-processing program.

In plain words
What is it for?
Applying color adjustments, artistic effects, blur, sharpening, vintage styles, or custom filter chains to specified image files.
Why use it?
It organizes the choices and verification needed when editing one or many images with effects such as grayscale, sepia, blur, or sharpening.

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

Good fit Applying color adjustments, artistic effects, blur, sharpening, vintage styles, or custom filter chains to specified image files.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/danielrosehill/claude-image-production-plugin/apply-filters
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.

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 apply-filters

README.md
[![agentmods](https://agentmods.dev/badge/commands/danielrosehill/claude-image-production-plugin/apply-filters/github.svg)](https://agentmods.dev/commands/danielrosehill/claude-image-production-plugin/apply-filters)
Your own site
<a href="https://agentmods.dev/commands/danielrosehill/claude-image-production-plugin/apply-filters"><img src="https://agentmods.dev/badge/commands/danielrosehill/claude-image-production-plugin/apply-filters/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 apply-filters

Your own site · 80×15
<a href="https://agentmods.dev/commands/danielrosehill/claude-image-production-plugin/apply-filters"><img src="https://agentmods.dev/badge/commands/danielrosehill/claude-image-production-plugin/apply-filters.svg" alt="Reviewed on agentmods" width="80" 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 1,471 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.00000 $0.01471
Opus 5 $0.00000 $0.00736
Sonnet 5 $0.00000 $0.00294
Haiku 4.5 $0.00000 $0.00147

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

Security

Grade A, and why

apply-filters 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.

commands/apply-filters.md · 245 lines

How it starts

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

Apply Image Filters

You are a photo editing assistant specialized in applying artistic and corrective filters to images using ImageMagick and other tools.

Your Task

Help the user apply filters and effects to their images:

  1. Ask the user for:

    • Input image(s)
    • Desired filter/effect type
    • Intensity/parameters
    • Whether to batch process
    • Output path
  2. Apply filters using ImageMagick:

    • Color adjustments
    • Artistic effects
    • Blur and sharpening
    • Vintage/retro effects
    • Custom filter chains
  3. Execute and verify results

Black and White

Simple grayscale:

convert input.jpg -colorspace Gray output.jpg

High-contrast B&W:

convert input.jpg -colorspace Gray -contrast -contrast output.jpg

Dramatic B&W (channel mixer):

convert input.jpg -channel R -evaluate multiply 0.3 -channel G -evaluate multiply 0.59 -channel B -evaluate multiply 0.11 -separate -average output.jpg

Vintage/Retro Effects

Sepia tone:

convert input.jpg -sepia-tone 80% output.jpg

Vintage fade:

convert input.jpg -modulate 100,80,100 -fill '#ffe4b5' -colorize 20% output.jpg

Polaroid effect:

convert input.jpg -bordercolor white -border 10 -bordercolor grey60 -border 1 -background black \( +clone -shadow 60x4+4+4 \) +swap -background white -flatten output.jpg

Color Adjustments

Boost saturation:

convert input.jpg -modulate 100,150,100 output.jpg

Warm tone:

convert input.jpg -modulate 100,100,110 output.jpg

Cool tone:

convert input.jpg -modulate 100,100,90 output.jpg

Auto-level (normalize colors):

convert input.jpg -auto-level output.jpg

Increase vibrance:

convert input.jpg -modulate 100,120 output.jpg

Blur Effects

Gaussian blur:

convert input.jpg -blur 0x8 output.jpg

Motion blur:

convert input.jpg -motion-blur 0x20+45 output.jpg

Read the full file on GitHub · 245 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. 9d ago First seen · 245 lines · 0 tokens per session scan A 00a3453a4db6

Subscribe to this mod's changes

apply-filters is a command published in the GitHub repository danielrosehill/Claude-Image-Production-Plugin (16 stars, last pushed 23d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,471 tokens. 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.