delegacion-local

delegacion-local is a skill for Claude Code, Codex from ZahiriNatZuke/local-delegate. It costs 137 tokens per session (1,570 once invoked), scanned A, original, MIT.

Spanish-language rules for handing simple, well-defined tasks to AI models running on your own computer or server. It includes guidance for using local text and image tools.

In plain words
What is it for?
Use it to delegate summarising, classifying, extracting, translating, explaining code, describing images, and checking lint or test output to local models.
Why use it?
Large files and repetitive tasks can use a lot of cloud-model context and subscription quota. Local delegation keeps that work on your own hardware and returns only the result.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to delegate summarising, classifying, extracting, translating, explaining code, describing images, and checking lint or test output to local models.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zahirinatzuke/local-delegate/delegacion-local
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 ZahiriNatZuke/local-delegate --skill delegacion-local
Clone the repo
git clone --depth 1 https://github.com/ZahiriNatZuke/local-delegate

Made for: Claude Code, 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 delegacion-local

README.md
[![agentmods](https://agentmods.dev/badge/skills/zahirinatzuke/local-delegate/delegacion-local/github.svg)](https://agentmods.dev/skills/zahirinatzuke/local-delegate/delegacion-local)
Your own site
<a href="https://agentmods.dev/skills/zahirinatzuke/local-delegate/delegacion-local"><img src="https://agentmods.dev/badge/skills/zahirinatzuke/local-delegate/delegacion-local/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 delegacion-local

Your own site · 80×15
<a href="https://agentmods.dev/skills/zahirinatzuke/local-delegate/delegacion-local"><img src="https://agentmods.dev/badge/skills/zahirinatzuke/local-delegate/delegacion-local.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,570 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.00137 $0.01570
Opus 5 $0.00068 $0.00785
Sonnet 5 $0.00027 $0.00314
Haiku 4.5 $0.00014 $0.00157

Measured yesterday against content hash 32f928beb99f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

delegacion-local 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 yesterday.

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.

src/local_delegate/resources/skills/delegacion-local/SKILL.md · 91 lines

How it starts

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

Delegación a modelos locales (MCP local-delegate)

Tienes un servidor MCP (local-delegate) que expone modelos corriendo en una GPU propia (vía llama-swap, Ollama, LM Studio o vLLM) como herramientas texto/imagen→texto. Delegar a ellas conserva cuota de la suscripción: la generación verbosa y los inputs grandes (o una imagen entera) se quedan fuera de tu contexto.

Regla de oro

¿Puedo describir el paso en UNA frase con un formato de salida explícito? → usa una tool local_*. → no (necesita razonamiento, arquitectura, criterio, multi-fuente) → hazlo tú.

El mayor ahorro: path en vez de text

Para archivos/documentos grandes, pasa path (no leas el archivo tú primero). Las tools que aceptan path leen el archivo del lado del servidor, así el contenido completo nunca entra a tu contexto — solo recibes el resultado corto.

El coste de no delegar

Leer un archivo de 100 KB con Read cuesta ≈ 25 000 tokens de tu contexto. La misma tarea con local_summarize(path=…) cuesta ≈ 200 tokens (solo el resumen que vuelve). Esa diferencia es la que se pierde cada vez que se lee un archivo grande a mano en vez de delegarlo.

Catálogo de tools

Tool Cuándo Args clave Devuelve
local_summarize Resumir texto o archivo largo path o text, max_words Resumen (prosa)
local_classify Etiquetar en categorías fijas text, labels[] Una etiqueta
local_extract Sacar campos estructurados fields[], path o text JSON
local_boilerplate Generar código repetitivo spec, language, target (ruta absoluta), overwrite? Recibo: ruta y tamaño (el código va al archivo, no a tu contexto)
local_delegate Escape genérico texto→texto task, input, output_format, model?, chunk? Texto
local_lint_summary Resumir salida de lint/tests/CI path o text, max_words Resumen agrupado por archivo
local_commit_msg Mensaje de commit desde un diff diff o path, style? Mensaje (revísalo siempre)
local_translate Traducir texto o archivo target_lang, text o path Traducción
local_explain_code Explicar qué hace un código code o path, question? Explicación (prosa)
local_describe_image Describir una imagen o responder una pregunta sobre ella path, question? Descripción (prosa)
local_status Diagnóstico de solo lectura Backend/catálogo/log/VRAM

Read the full file on GitHub · 91 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. yesterday Changed · +1 lines 32f928beb99f
  2. 10d ago First seen · 90 lines · 137 tokens per session scan A 3241b4380c4b

Subscribe to this mod's changes

delegacion-local is a skill published in the GitHub repository ZahiriNatZuke/local-delegate (5 stars, last pushed yesterday), licensed MIT. It adds 137 tokens to every session and 1,570 once invoked, about $0.0007 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

business-model-validator

Use when a prospect, new customer, or existing operator wants to know whether Zooza fits their business, or which Zooza features map to how they operate. No Zooza account required — works as a pure knowledge interview.

zooza-dev/zooza-mcp-server · 49 tokens

@elad12390/web-research-assistant

Comprehensive MCP server for web research with 14 tools: SearXNG + Exa AI search, URL crawling, stealth scraping (Cloudflare bypass), package registry lookup (npm/PyPI/crates), GitHub stats, changelog fetching, tech comparison, error translation, API docs discovery, stock image search, and service health. Trigger…

elad12390/web-research-assistant · 144 tokens

spotify-mcp-doctor

Diagnose and repair NovaLux12/spotify-mcp-server failures — auth, permissions, devices, rate limits, OpenClaw wiring. Use when Spotify tool calls fail or setup stalls.

NovaLux12/spotify-mcp-server · 44 tokens

class-management

Use when the user wants to create a new class, group, or course in Zooza — e.g. "set up a Monday yoga class", "add a new group", "schedule a course". Guides through programme selection, venue, trainer, session pattern, and commits.

zooza-dev/zooza-mcp-server · 56 tokens

feedback-nudge

Use when the user wants to report a bug, request a feature, or send feedback to the Zooza engineering team. Also offer proactively after a successful commit operation (max once per week).

zooza-dev/zooza-mcp-server · 38 tokens

negotiate-terminology

Use when the user wants to set up their business vocabulary — what they call programmes, classes, sessions, trainers. Also use when the user says "you're using the wrong words" or this is their first session with Zooza MCP.

zooza-dev/zooza-mcp-server · 47 tokens