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.
npx skills add zinanga/motor-agentico-plugin-sdk --skill crear-neuronagit clone --depth 1 https://github.com/zinanga/motor-agentico-plugin-sdkWrote 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.
[](https://agentmods.dev/skills/zinanga/motor-agentico-plugin-sdk/crear-neurona)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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):
- ¿Qué hace tu neurona? (una frase) → de aquí salen
name,description,id(kebab-case). - ¿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.
- De ninguno / es un tema o una herramienta → sin
- ¿Dónde quieres verla? sidebar (label + icono lucide), pantalla propia, panel en Ajustes.
- ¿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.ts→export default createPlugin({...})con los campos del spec (id,name,version,description,author,icon,type,surfaces,config?,data?,permissions?,contractVersion: "1.0").src/index.tsx→ elPanelque pinta la UI.plugin.json(espejo del manifiesto para listados) yREADME.md.
Si tienes el MCP, usa scaffold_plugin y luego ajusta; si no, escribe los archivos
copiando la forma de examples/personalizador/.
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.
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.
- 11d ago First seen · 74 lines · 81 tokens per session scan A c0120938639e
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.
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…
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.
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".
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"…
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.
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".