Agent Plugins Marketplace
← All plugins

nanites

v1.0.0

Slash commands + delegation skill for Nanites, the local-model MCP server that lets Claude offload grunt work to local LM Studio models. Register models, run test regimens, spin up sub-agents, and see cost saved — all via your local models instead of paid tokens.

Claude Code1 Skill1 MCP serverstdio

By Adnan ShelimLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install nanites for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install nanites@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ADn-001/NANITES_MCP

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/nanites/.

Plugin files

plugin/nanites/
├── .claude-plugin/plugin.json
├── skills/nanites/SKILL.md
└── .mcp.json

Included Skills1

nanitesskills/nanites/SKILL.md

Delegate bounded, disposable grunt work to local LM Studio models or cloud provider models (Cloudflare/OpenRouter/OmniRoute/generic) via the Nanites MCP server — pick sub-agents by role pin or registry score, read registry/judgment results, run test regimens, bulk-seed the Cloudflare agentic fleet, and weigh performance_score so you spend paid frontier tokens only on what needs frontier judgment. Also covers vision delegation to vision-capable models (image analysis). Use when the user asks to offload work to local/cloud models, spin up a Nanites sub-agent, set a preferred-model pin, seed agentic models, test/register models, or see what a local model is good at.

MCP servers1

nanitesstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/dist/index.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugin/nanites/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "nanites",
  "displayName": "Nanites",
  "version": "1.0.0",
  "description": "Slash commands + delegation skill for Nanites, the local-model MCP server that lets Claude offload grunt work to local LM Studio models. Register models, run test regimens, spin up sub-agents, and see cost saved — all via your local models instead of paid tokens.",
  "author": {
    "name": "Adnan Shelim",
    "url": "https://github.com/ADn-001"
  },
  "homepage": "https://github.com/ADn-001/NANITES_MCP",
  "license": "MIT",
  "keywords": [
    "nanites",
    "lm-studio",
    "local-models",
    "sub-agents",
    "mcp",
    "delegation",
    "cost-savings"
  ],
  "settings": {
    "description": "Nanites — local model delegation"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[nanites on Agent Plugins Marketplace](https://pluginsmp.com/plugins/nanites)