krita-control

krita-control is a skill for Codex from cyyprezz/krita-codex-mcp. It costs 72 tokens per session (709 once invoked), scanned A, original, MIT.

Controls for a local Krita session, where Krita is an image-editing and digital-painting application. It lets the agent inspect documents and make guided edits while preserving the active file and undo history.

In plain words
What is it for?
Use it to paint, draw, edit selections and colours, manage layers, sample colours, import raster layers, save KRA files, export PNGs, and prepare animation, tileset, or named-region assets.
Why use it?
It provides a defined way to inspect the current canvas before editing and to stop when Krita or the connection cannot support the requested work. This reduces the risk of editing the wrong document, layer, or area.

Skill for Codex

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

Good fit Use it to paint, draw, edit selections and colours, manage layers, sample colours, import raster layers, save KRA files, export PNGs, and prepare animation, tileset, or named-region assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cyyprezz/krita-codex-mcp/krita-control
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 cyyprezz/krita-codex-mcp --skill krita-control
Clone the repo
git clone --depth 1 https://github.com/cyyprezz/krita-codex-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 krita-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/cyyprezz/krita-codex-mcp/krita-control/github.svg)](https://agentmods.dev/skills/cyyprezz/krita-codex-mcp/krita-control)
Your own site
<a href="https://agentmods.dev/skills/cyyprezz/krita-codex-mcp/krita-control"><img src="https://agentmods.dev/badge/skills/cyyprezz/krita-codex-mcp/krita-control/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 krita-control

Your own site · 80×15
<a href="https://agentmods.dev/skills/cyyprezz/krita-codex-mcp/krita-control"><img src="https://agentmods.dev/badge/skills/cyyprezz/krita-codex-mcp/krita-control.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 709 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.00072 $0.00709
Opus 5 $0.00036 $0.00354
Sonnet 5 $0.00014 $0.00142
Haiku 4.5 $0.00007 $0.00071

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

Security

Grade A, and why

krita-control 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 8d 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/krita-codex-mcp/skills/krita-control/SKILL.md · 57 lines

How it starts

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

Krita Control

Use the bundled krita MCP server. Keep the workflow local-first and preserve the user's active document, filesystem boundaries, and undo history.

Start with a verified session

  1. Call krita_state before any edit.
  2. Read the returned connection, document, layer, and compatibility information. Stop if the bridge is unavailable or the requested feature is incompatible.
  3. Call krita_preview before changing visible content. Use a cropped preview when the task targets a small region.
  4. Reuse the returned document_id and layer_id values. Do not guess identifiers from names.

If the bridge is unavailable, explain that the user must install and enable Krita Codex Bridge, restart Krita, and run krita-codex-install check. Do not install software, change allowed roots, or edit user-wide Codex configuration without explicit permission.

Choose the narrowest tool

  • Use krita_state and krita_preview for inspection.
  • Use krita_document for compatibility, document lifecycle, and KRA saves.
  • Use krita_canvas for canvas geometry, color sampling, and raster-layer imports.
  • Use krita_layers for layer creation, activation, properties, ordering, and transforms.
  • Use krita_brush, krita_paint_path, and krita_draw for native Krita marks and shapes.
  • Use krita_edit for selections, clipboard operations, fills, and clears.
  • Use krita_color for project colors, palettes, replacement, and filters.
  • Use krita_history for bounded undo and redo.
  • Use krita_save_export for KRA and PNG output.
  • Use krita_asset for layer, animation, tileset, and named-region packages.

Apply edits safely

  1. Serialize mutating tool calls. Do not edit the same document concurrently.
  2. State the exact document, layer, region, and output path before a destructive operation.
  3. Keep overwrite=false unless the user explicitly authorizes replacing the exact target.
  4. Keep every input and output path beneath the configured allowed roots. Never widen those roots as a convenience.
  5. Call krita_preview after each meaningful visual change. Call krita_state after layer-tree or document-lifecycle changes.
  6. Save a KRA checkpoint before a long or hard-to-reverse sequence when the user has provided an allowed destination.

Read the full file on GitHub · 57 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. 8d ago First seen · 57 lines · 72 tokens per session scan A b4aa5ea3ccae

Subscribe to this mod's changes

krita-control is a skill published in the GitHub repository cyyprezz/krita-codex-mcp (4 stars, last pushed 1mo ago), licensed MIT. It adds 72 tokens to every session and 709 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

xiaobei-skill-academic-paper-to-ppt

A workflow that turns academic papers, reports, and technical documents into presentation slides, optionally following a supplied PowerPoint template. It creates a written outline, full-slide images, and a PowerPoint file.

xiao24bei/xiaobei-skill · 101 tokens

reader-persona

Builds 3-5 reader personas representing the book's target audience segments. Each persona has reading habits, emotional triggers, deal-breakers, discovery channels, and comp title preferences. Used by writer (voice calibration), evaluator (4-reader simulation), and packager (marketing targeting).

felipelobomotta-blip/book-genesis-v4 · 61 tokens

maya-render

Pipeline stage — render globals, final-frame rendering, and viewport capture: configure render settings, query them, render frames, capture playblasts. Use for producing final or preview imagery. Not for modeling (maya-mesh-ops), animation editing (maya-animation), generic file import/export (maya-geometry), or render…

dcc-mcp/dcc-mcp-maya · 77 tokens

maya-scripting

Bootstrap stage — escape hatch for Maya work that has no packaged skill yet. Agents should prefer searchskills / dcccapabilitymanifest → loadskill → typed tools (inputSchema + annotations) from domain skills; use executepython or executemel only when no skill matches, for bulk in-process loops, or for API…

dcc-mcp/dcc-mcp-maya · 100 tokens

dcc-mcp-maya-setup

Set up dcc-mcp-maya for an agent or operator: install Maya Python dependencies with mayapy, generate MCP host configuration, guide the user through loading the Maya plugin, and run a first live-tool smoke prompt.

dcc-mcp/dcc-mcp-maya · 55 tokens

gigachat-image

An image-generation workflow for GigaChat, an AI service that creates pictures from text descriptions. It also supports checking the remaining usage allowance and adding an uploaded reference image.

theYahia/WWmcp · 20 tokens