inkscape-mcp AGENTS.md

inkscape-mcp AGENTS.md is an instructions file for Codex, OpenCode from Berrio/inkscape-mcp. It costs 1,413 tokens per session, scanned A, original, MIT.

A set of repository instructions for coding agents working on Berrio/inkscape-mcp. It defines how to read the implementation plan, choose work packages, make changes, and preserve safety and architecture rules.

In plain words
What is it for?
It guides agents through planned implementation tasks, repository inspection, dependency checks, small changes, and verification.
Why use it?
It reduces the risk of an agent editing the wrong part of the project, skipping required checks, or implementing work out of order.

Instructions file for CodexOpenCode

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 instructions/berrio/inkscape-mcp/agents-md
Clone the repo
git clone --depth 1 https://github.com/Berrio/inkscape-mcp

Made for: Codex, OpenCode.

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 inkscape-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/berrio/inkscape-mcp/agents-md.svg)](https://agentmods.dev/instructions/berrio/inkscape-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/berrio/inkscape-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/berrio/inkscape-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,413 This file is loaded in full into every session.
When invoked 1,413 The same file — it is already loaded in full.
Security scan A 0 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 $0.01413 $0.01413
Opus 5 $0.00707 $0.00707
Sonnet 5 $0.00283 $0.00283
Haiku 4.5 $0.00141 $0.00141

Measured 2d ago against content hash 310845354ebd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

inkscape-mcp AGENTS.md 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 2d 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.

AGENTS.md · 101 lines

How it starts

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

Instrucciones para agentes de implementación

Este repositorio se rige por PLAN_IMPLEMENTACION.md. El plan es la fuente de verdad de alcance, orden, seguridad, contratos, pruebas y definición de terminado.

Antes de trabajar

  1. Lee completo este archivo y PLAN_IMPLEMENTACION.md.
  2. Inspecciona git status, la fase/WP activos y docs/progress/.
  3. Identifica un único work package FXX-WPYY de la fase autorizada.
  4. Confirma que sus dependencias y mini-puertas anteriores están cerradas.
  5. Inspecciona los archivos existentes antes de editarlos y conserva cambios ajenos.

Si el usuario autoriza implementar/continuar pero no indica fase o WP, ejecuta únicamente el siguiente WP incompleto siguiendo el orden lógico de la sección 21 del plan (F10 es opcional para 1.0). Si solo pide revisar o planificar, no implementes. Nunca ejecutes varios WP en una sola sesión por iniciativa propia.

Forma de ejecución

  • Trabaja únicamente en el WP solicitado.
  • Usa los IDs FXX-TYY como unidades de trabajo.
  • No adelantes APIs, refactors o features de WP/fases posteriores.
  • Haz cambios pequeños, verificables y coherentes con los ADRs.
  • Usa rg/rg --files para buscar y apply_patch para editar manualmente.
  • No marques [x] al escribir código. Ejecuta primero la verificación y registra evidencia.
  • Actualiza la subsección del WP en docs/progress/FXX.md y las casillas del plan al finalizar.
  • No hagas commit, tag, publicación, instalación de software del sistema ni cambios externos salvo autorización explícita.
  • No modifiques configuración global de Git, npm, Node, Inkscape o el sistema.

Invariantes de seguridad

  • Ninguna tool pública acepta shell, comando, argumentos CLI, acciones Inkscape o extension IDs arbitrarios.
  • Ninguna tool pública acepta rutas absolutas; usa rutas relativas o IDs/URIs opacos.
  • Toda ruta de documento/asset/output aportada por el cliente pasa por roots canónicos y el resolver seguro.
  • Ejecutable/datos/extensiones/fuentes del sistema se descubren solo desde configuración de arranque/proveedores internos confiables y son read-only; nunca se convierten en paths públicos de tools.
  • Scratch y temporales usan ubicaciones creadas/controladas por el servidor con límites y limpieza; no amplían los roots visibles al cliente.
  • Todo proceso pasa por el runner único con shell: false, timeout, aborto, límites separados y limpieza; en Windows se termina el árbol completo mediante Job Object/equivalente, no solo el PID padre.
  • Toda invocación nativa usa un NativeInputBundle inmutable en staging con hashes/refs locales reescritas y revalidación antes de publicar.
  • Toda mutación de documento usa lock, expectedRevision obligatorio, staging, validación y commit atómico.
  • Toda sobrescritura de output usa lock y expectedOutputRevision; un output nuevo falla si ya existe.
  • overwrite es false por defecto; una edición in-place exige backup/política explícita.
  • SVG/XML se considera no confiable: sin DTD/XXE, scripts ni recursos remotos por defecto. Una tool solo puede pedir un sanitizeMode igual o más restrictivo que el máximo de confianza configurado al arrancar; nunca puede elegir trusted por sí misma.
  • La versión 1.0 no promete contener exploits desconocidos de Inkscape/Poppler/codecs. Sin sandbox reforzado, solo envía a parsers nativos archivos de origen local confiable y declara esa limitación en doctor/status/docs.
  • Artefactos grandes se leen por links/chunks autorizados y acotados; no se cargan completos en memoria ni se envían completos por stdio.
  • En stdio, stdout se reserva exclusivamente para MCP; logs a stderr.
  • No publiques paths absolutos, contenido de documentos, secretos o variables de entorno en logs/resultados.
  • Una capability ausente devuelve un error recuperable; nunca se simula éxito.
  • Si HTTP está activo, bearer auth es obligatorio incluso en loopback, además de validar Host/Origin.

Read the full file on GitHub · 101 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. 2d ago First seen · 101 lines · 1,413 tokens per session scan A 310845354ebd

Subscribe to this mod's changes

inkscape-mcp AGENTS.md is an instructions file published in the GitHub repository Berrio/inkscape-mcp (0 stars, last pushed 3d ago), licensed MIT. It adds 1,413 tokens to every session, about $0.0071 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 instructions, from other repositories

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,345 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

next.js AGENTS.md

Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens