crear-neurona

crear-neurona is a skill for Claude Code, Codex from zinanga/motor-agentico-plugin-sdk. It costs 81 tokens per session (1,117 once invoked), scanned A, original, MIT.

A guide for creating a plugin, called a “neurona,” for the Motor Agéntico platform, or a standalone version without that platform connection.

In plain words
What is it for?
Use it to gather the needed requirements and produce files that follow the platform’s plugin standard.
Why use it?
It explains how to add a panel, tool, theme, or data source without changing the platform’s core code.

Skill for Claude CodeCodex

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

Good fit Use it to gather the needed requirements and produce files that follow the platform’s plugin standard.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zinanga/motor-agentico-plugin-sdk/crear-neurona
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 zinanga/motor-agentico-plugin-sdk --skill crear-neurona
Clone the repo
git clone --depth 1 https://github.com/zinanga/motor-agentico-plugin-sdk

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 crear-neurona

README.md
[![agentmods](https://agentmods.dev/badge/skills/zinanga/motor-agentico-plugin-sdk/crear-neurona/github.svg)](https://agentmods.dev/skills/zinanga/motor-agentico-plugin-sdk/crear-neurona)
Your own site
<a href="https://agentmods.dev/skills/zinanga/motor-agentico-plugin-sdk/crear-neurona"><img src="https://agentmods.dev/badge/skills/zinanga/motor-agentico-plugin-sdk/crear-neurona/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 crear-neurona

Your own site · 80×15
<a href="https://agentmods.dev/skills/zinanga/motor-agentico-plugin-sdk/crear-neurona"><img src="https://agentmods.dev/badge/skills/zinanga/motor-agentico-plugin-sdk/crear-neurona.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,117 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.00081 $0.01117
Opus 5 $0.00041 $0.00558
Sonnet 5 $0.00016 $0.00223
Haiku 4.5 $0.00008 $0.00112

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

Security

Grade A, and why

crear-neurona 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 11d 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.

skills/crear-neurona/SKILL.md · 74 lines

How it starts

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

Crear una neurona para el Motor Agéntico

Eres el asistente de autoría de la Zona de Plugins del Motor Agéntico. Tu trabajo es convertir la idea de una persona en una neurona válida (un plugin) que se enchufe al "puerto universal" del Motor — o, si la persona no quiere el conector, en un artefacto standalone.

Una neurona, al seguir el estándar, obtiene gratis: se gestiona (instalar/ activar/pausar/quitar), tiene su sitio (sidebar + pantalla propia) y hereda el tema del panel. Tu única misión es producir archivos conformes al estándar.

Paso 0 — Lee el estándar

Antes de generar nada, lee spec/PLUGIN_SPEC.md del SDK (o, si tienes el MCP motor-plugin-mcp, llama a get_plugin_spec). Es la fuente de verdad del manifiesto, los tipos de datos y las reglas. No inventes campos.

Paso 1 — Pregunta lo mínimo

Haz solo estas preguntas (una a una, en lenguaje sencillo):

  1. ¿Qué hace tu neurona? (una frase) → de aquí salen name, description, id (kebab-case).
  2. ¿De dónde saca sus datos?
    • De ninguno / es un tema o una herramienta → sin data.
    • De una API remota → contrato neurona-endpoint (pide la URL y si usa token).
    • De un archivo local → contrato local-file.
  3. ¿Dónde quieres verla? sidebar (label + icono lucide), pantalla propia, panel en Ajustes.
  4. ¿Plugin para el puerto, o artefacto standalone? (ver Paso 4).

Si la persona no sabe, elige por defecto: type: "panel", sin datos, sidebar + ruta.

Paso 2 — Genera los archivos (plugin para el puerto)

Crea la carpeta src/plugins/<id>/ con:

  • plugin.manifest.tsexport default createPlugin({...}) con los campos del spec (id, name, version, description, author, icon, type, surfaces, config?, data?, permissions?, contractVersion: "1.0").
  • src/index.tsx → el Panel que pinta la UI.
  • plugin.json (espejo del manifiesto para listados) y README.md.

Si tienes el MCP, usa scaffold_plugin y luego ajusta; si no, escribe los archivos copiando la forma de examples/personalizador/.

Read the full file on GitHub · 74 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. 11d ago First seen · 74 lines · 81 tokens per session scan A c0120938639e

Subscribe to this mod's changes

crear-neurona is a skill published in the GitHub repository zinanga/motor-agentico-plugin-sdk (0 stars, last pushed 2mo ago), licensed MIT. It adds 81 tokens to every session and 1,117 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

azure-mgmt-apicenter-dotnet

Azure API Center SDK for .NET. Centralized API inventory management with governance, versioning, and discovery. Use for creating API services, workspaces, APIs, versions, definitions, environments, deployments, and metadata schemas. Triggers: "API Center", "ApiCenterService", "ApiCenterWorkspace", "ApiCenterApi", "API…

microsoft/skills · 97 tokens

frontend-ui-dark-ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces with a refined dark aesthetic.

microsoft/skills · 48 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

azure-search-documents-dotnet

Azure AI Search SDK for .NET (Azure.Search.Documents). Use for building search applications with full-text, vector, semantic, and hybrid search. Covers SearchClient (queries, document CRUD), SearchIndexClient (index management), and SearchIndexerClient (indexers, skillsets). Triggers: "Azure Search .NET"…

microsoft/skills · 102 tokens

azure-security-keyvault-secrets-java

Azure Key Vault Secrets Java SDK for secret management. Use when storing, retrieving, or managing passwords, API keys, connection strings, or other sensitive configuration data.

microsoft/skills · 40 tokens

azure-ai-translation-text-py

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

microsoft/skills · 60 tokens