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.
/plugin marketplace add kvothesson/ar-pluginsnpx agentmods add plugins/kvothesson/ar-plugins/marketplacegit clone --depth 1 https://github.com/kvothesson/ar-pluginsGrade A, and why
ar-plugins marketplace 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.
How it starts
The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "ar-plugins",
"description": "Plugins de Claude Code para el ecosistema argentino. Datos reales de Argentina — organismos oficiales, APIs publicas, fuentes primarias.",
"owner": {
"name": "kvothesson"
},
"plugins": [
{
"name": "reportar",
"description": "Registra issues de mejora o fix en GitHub cuando el agente detecta un problema usando un plugin o el ecosistema",
"author": { "name": "kvothesson" },
"source": { "source": "github", "repo": "kvothesson/reportar" },
"homepage": "https://github.com/kvothesson/reportar",
"category": "development"
},
{
"name": "daemons",
"description": "Bichos digitales del universo Kvothesson. Observan, diagnostican, organizan y prueban el entorno. Cyber-folklore argentino/guaraní como skills de sistema.",
"author": { "name": "kvothesson" },
"source": { "source": "github", "repo": "kvothesson/daemons-plugin" },
"homepage": "https://github.com/kvothesson/daemons-plugin",
"category": "development"
},
{
"name": "nodo",
"description": "Contexto personal persistente entre sesiones de Claude Code",
"author": { "name": "kvothesson" },
"source": { "source": "github", "repo": "kvothesson/nodo" },
"homepage": "https://github.com/kvothesson/nodo",
"category": "productivity"
},
{
"name": "arca",
"description": "Economia argentina en tiempo real: dolar, inflacion, sueldos, canasta",
"author": { "name": "kvothesson" },
"source": { "source": "github", "repo": "kvothesson/arca" },
"homepage": "https://github.com/kvothesson/arca",
"category": "productivity"
},
{
"name": "tramite",
"description": "Navegador de burocracia argentina: ANSES, ARCA/AFIP, DNI, registro automotor",
"author": { "name": "kvothesson" },
"source": { "source": "github", "repo": "kvotheWhat ships with it
1 file beside marketplace.json 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.
- 2d ago First seen · 130 lines scan A 3b3b574a0293
ar-plugins marketplace is a plugin published in the GitHub repository kvothesson/ar-plugins (4 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. 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 plugins, from other repositories
claude-code-skills marketplace
Skills de Synera para developers: integraciones de Argentina (AFIP/ARCA, MercadoPago, Correo Argentino) y automatizaciones (Meta + n8n + WhatsApp).
correo-argentino
Integración de envíos con Correo Argentino (apiMiCorreo) para ecommerce: auth + customerId, cotización, sucursales, creación de envíos, tracking, crons y emails de estado. Contratos reales verificados en producción + arquitectura multi-tenant.
mercadopago
Integración completa de Mercado Pago: Checkout Pro, Bricks, Orders API, suscripciones, Money Out (envío a cuentas bancarias), marketplace/split, webhooks, reembolsos, comisiones y MCP server oficial.
afip-arca
Facturación electrónica AFIP/ARCA end-to-end (certificado, WSAA, WSFEv1, CAE).
meta-n8n-whatsapp
Conectar una app de Meta a n8n para recibir mensajes de WhatsApp paso a paso.
n8n-production-patterns
Patrones de producción para workflows n8n a escala (WhatsApp + AI Agent + Postgres + Supabase).