SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%

✍️ OpenClawRadar📅 Published: March 3, 2026🔗 Source
SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%
Ad

SkillMesh is an MCP-friendly router designed to handle large tool and skill catalogs for AI agents. The creator identified that loading entire tool catalogs into every prompt hurts tool selection accuracy and inflates token costs as catalogs grow.

How SkillMesh Works

The approach focuses on selective context injection:

  • Retrieves top-K relevant expert cards for the current query
  • Injects only those cards into the agent's context
  • Keeps the rest of the catalog out of the prompt

This reduces context size by approximately 70% in many cases and enables agents to scale across multiple domains without prompt bloat.

Current Features

SkillMesh currently supports:

  • Claude integration via MCP server (skillmesh-mcp)
  • Codex skill bundle integration
  • OpenAI-style function schema in tool invocation metadata

Tools and capabilities can be installed by role, adding relevant functionality based on the task.

Ad

Example Use Case

For a query like "clean sales data, train a baseline model, and generate charts," SkillMesh would route to only relevant data processing, machine learning, and visualization expert cards instead of loading the entire catalog.

Installation and Feedback

The project is available on GitHub at SkillMesh. The creator is seeking feedback on:

  • Retrieval quality (whether it picks the right tools)
  • Registry format (ease of adding new tools)
  • MCP integration ergonomics

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

LLM Agent Builds Complete Godot 4 Dungeon Crawler Using Visual Feedback
Tools

LLM Agent Builds Complete Godot 4 Dungeon Crawler Using Visual Feedback

A developer connected an LLM agent to Godot 4 using an MCP tool and gave it a single prompt to build a dungeon crawler FPS. The agent created a complete prototype with 3 rooms, lighting, combat, enemies, and progression by running the game, taking screenshots, and fixing visual issues.

OpenClawRadar
How I Built a Skill to Deploy OpenClaw Agents to Web Apps - A Behind-the-Scenes Look
Tools

How I Built a Skill to Deploy OpenClaw Agents to Web Apps - A Behind-the-Scenes Look

Explore an innovative new skill developed for OpenClaw agents that facilitates easy deployment to web apps. Learn about its features, advantages, and how it transforms production processes.

OpenClawRadar
Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw
Tools

Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw

Jentic Mini is a self-hosted API and action execution layer that sits between AI agents and external APIs, storing credentials in an encrypted vault and providing scoped toolkits with individually revocable keys. It automatically imports 10,000+ OpenAPI specs and Arazzo workflow sources when credentials are added.

OpenClawRadar
Multi-Agent Debate Approach Improves LLM Reasoning Quality
Tools

Multi-Agent Debate Approach Improves LLM Reasoning Quality

A developer experimented with a multi-agent debate approach using CyrcloAI, where different AI agents take on roles like analyst, critic, and synthesizer to critique each other's responses before producing a final answer, resulting in more structured and deliberate outputs.

OpenClawRadar